wxruby3 0.9.1-x64-mingw-ucrt → 0.9.2-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (455) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxbase32u_gcc_custom.dll +0 -0
  4. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  6. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  18. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  19. data/lib/wx/aui/auinotebook.rb +6 -2
  20. data/lib/wx/aui/require.rb +1 -0
  21. data/lib/wx/core/app.rb +2 -2
  22. data/lib/wx/core/collapsible_pane.rb +1 -1
  23. data/lib/wx/core/controlwithitems.rb +8 -6
  24. data/lib/wx/core/menu.rb +10 -0
  25. data/lib/wx/core/notebook.rb +6 -2
  26. data/lib/wx/core/sizer.rb +11 -0
  27. data/lib/wx/core/task_bar_button.rb +19 -0
  28. data/lib/wx/core/textctrl.rb +11 -1
  29. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  30. data/lib/wx/core/window.rb +10 -0
  31. data/lib/wx/doc/app.rb +48 -38
  32. data/lib/wx/doc/art_locator.rb +47 -43
  33. data/lib/wx/doc/aui/auimanager.rb +16 -8
  34. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  35. data/lib/wx/doc/clipboard.rb +11 -7
  36. data/lib/wx/doc/colour_dialog.rb +14 -10
  37. data/lib/wx/doc/controlwithitems.rb +17 -7
  38. data/lib/wx/doc/data_object.rb +2 -2
  39. data/lib/wx/doc/evthandler.rb +113 -108
  40. data/lib/wx/doc/font.rb +1 -0
  41. data/lib/wx/doc/gc_dc.rb +6 -1
  42. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  43. data/lib/wx/doc/gen/accelerator.rb +14 -5
  44. data/lib/wx/doc/gen/accessible.rb +35 -47
  45. data/lib/wx/doc/gen/activity_indicator.rb +4 -5
  46. data/lib/wx/doc/gen/animation.rb +7 -3
  47. data/lib/wx/doc/gen/animation_ctrl.rb +6 -7
  48. data/lib/wx/doc/gen/any_button.rb +6 -1
  49. data/lib/wx/doc/gen/app.rb +7 -5
  50. data/lib/wx/doc/gen/app_traits.rb +27 -10
  51. data/lib/wx/doc/gen/art_provider.rb +19 -7
  52. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  53. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  54. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  55. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  56. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +1 -0
  57. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  58. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +6 -1
  59. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  60. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  61. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  62. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  63. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  64. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  65. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  66. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  67. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  68. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  69. data/lib/wx/doc/gen/banner_window.rb +1 -1
  70. data/lib/wx/doc/gen/bitmap.rb +33 -16
  71. data/lib/wx/doc/gen/bitmap_button.rb +11 -8
  72. data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -8
  73. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  74. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  75. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  76. data/lib/wx/doc/gen/brush.rb +5 -2
  77. data/lib/wx/doc/gen/busy_info.rb +2 -2
  78. data/lib/wx/doc/gen/button.rb +23 -11
  79. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  80. data/lib/wx/doc/gen/calendar_ctrl.rb +16 -13
  81. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  82. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  83. data/lib/wx/doc/gen/caret.rb +0 -1
  84. data/lib/wx/doc/gen/check_box.rb +7 -7
  85. data/lib/wx/doc/gen/check_list_box.rb +5 -6
  86. data/lib/wx/doc/gen/choice.rb +16 -9
  87. data/lib/wx/doc/gen/choicebook.rb +6 -7
  88. data/lib/wx/doc/gen/client_dc.rb +5 -2
  89. data/lib/wx/doc/gen/clipboard.rb +7 -3
  90. data/lib/wx/doc/gen/collapsible_pane.rb +6 -7
  91. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  92. data/lib/wx/doc/gen/colour.rb +8 -4
  93. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  94. data/lib/wx/doc/gen/colour_picker_ctrl.rb +9 -10
  95. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  96. data/lib/wx/doc/gen/combo_box.rb +16 -13
  97. data/lib/wx/doc/gen/combo_ctrl.rb +95 -32
  98. data/lib/wx/doc/gen/command_link_button.rb +4 -5
  99. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  100. data/lib/wx/doc/gen/control.rb +10 -8
  101. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  102. data/lib/wx/doc/gen/core.rb +4 -4
  103. data/lib/wx/doc/gen/cursor.rb +6 -8
  104. data/lib/wx/doc/gen/data_format.rb +6 -1
  105. data/lib/wx/doc/gen/data_object.rb +15 -13
  106. data/lib/wx/doc/gen/date_event.rb +2 -2
  107. data/lib/wx/doc/gen/date_picker_ctrl.rb +12 -8
  108. data/lib/wx/doc/gen/dc.rb +155 -37
  109. data/lib/wx/doc/gen/defs.rb +51 -51
  110. data/lib/wx/doc/gen/dial_up_event.rb +1 -2
  111. data/lib/wx/doc/gen/dial_up_manager.rb +13 -5
  112. data/lib/wx/doc/gen/dialog.rb +33 -13
  113. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  114. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  115. data/lib/wx/doc/gen/dir_picker_ctrl.rb +9 -10
  116. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  117. data/lib/wx/doc/gen/drag_image.rb +6 -2
  118. data/lib/wx/doc/gen/editable_list_box.rb +2 -2
  119. data/lib/wx/doc/gen/event.rb +35 -19
  120. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  121. data/lib/wx/doc/gen/event_list.rb +1656 -1652
  122. data/lib/wx/doc/gen/events.rb +162 -169
  123. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  124. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  125. data/lib/wx/doc/gen/file_ctrl.rb +19 -10
  126. data/lib/wx/doc/gen/file_ctrl_event.rb +3 -4
  127. data/lib/wx/doc/gen/file_dialog.rb +31 -14
  128. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  129. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  130. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  131. data/lib/wx/doc/gen/file_picker_ctrl.rb +8 -9
  132. data/lib/wx/doc/gen/file_system.rb +38 -15
  133. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  134. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  135. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  136. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  137. data/lib/wx/doc/gen/font.rb +31 -20
  138. data/lib/wx/doc/gen/font_data.rb +3 -4
  139. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  140. data/lib/wx/doc/gen/font_picker_ctrl.rb +6 -7
  141. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  142. data/lib/wx/doc/gen/frame.rb +56 -15
  143. data/lib/wx/doc/gen/fs_file.rb +17 -10
  144. data/lib/wx/doc/gen/gauge.rb +11 -8
  145. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  146. data/lib/wx/doc/gen/gcdc.rb +1 -2
  147. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  148. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  149. data/lib/wx/doc/gen/generic_dir_ctrl.rb +6 -7
  150. data/lib/wx/doc/gen/graphics_context.rb +58 -11
  151. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  152. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  153. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  154. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  155. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  156. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  157. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  158. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  159. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  160. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  161. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -1
  163. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  164. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  165. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  167. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  169. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  170. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_ctrl.rb +27 -5
  174. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  175. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  176. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  177. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  178. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  179. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  180. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  181. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  182. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  183. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  184. data/lib/wx/doc/gen/header_ctrl.rb +4 -11
  185. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  186. data/lib/wx/doc/gen/help_controller.rb +3 -3
  187. data/lib/wx/doc/gen/help_provider.rb +12 -3
  188. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  189. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  190. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  191. data/lib/wx/doc/gen/html/html_easy_printing.rb +7 -2
  192. data/lib/wx/doc/gen/html/html_help_controller.rb +8 -2
  193. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  194. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  195. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  196. data/lib/wx/doc/gen/html/html_list_box.rb +5 -7
  197. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  198. data/lib/wx/doc/gen/html/html_window.rb +12 -6
  199. data/lib/wx/doc/gen/hyperlink_ctrl.rb +7 -7
  200. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  201. data/lib/wx/doc/gen/icon.rb +5 -29
  202. data/lib/wx/doc/gen/icon_location.rb +0 -1
  203. data/lib/wx/doc/gen/image.rb +83 -17
  204. data/lib/wx/doc/gen/image_list.rb +15 -6
  205. data/lib/wx/doc/gen/info_bar.rb +2 -2
  206. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  207. data/lib/wx/doc/gen/list_box.rb +29 -17
  208. data/lib/wx/doc/gen/list_ctrl.rb +76 -29
  209. data/lib/wx/doc/gen/list_event.rb +3 -4
  210. data/lib/wx/doc/gen/listbook.rb +6 -7
  211. data/lib/wx/doc/gen/locale.rb +46 -4
  212. data/lib/wx/doc/gen/log.rb +16 -12
  213. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  214. data/lib/wx/doc/gen/mdi_frame.rb +28 -7
  215. data/lib/wx/doc/gen/media_ctrl.rb +26 -18
  216. data/lib/wx/doc/gen/media_event.rb +5 -4
  217. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  218. data/lib/wx/doc/gen/menu.rb +37 -23
  219. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  220. data/lib/wx/doc/gen/menu_item.rb +41 -19
  221. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  222. data/lib/wx/doc/gen/mini_frame.rb +11 -5
  223. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  224. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  225. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  226. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  227. data/lib/wx/doc/gen/notebook.rb +17 -9
  228. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  229. data/lib/wx/doc/gen/object.rb +0 -1
  230. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  231. data/lib/wx/doc/gen/palette.rb +0 -1
  232. data/lib/wx/doc/gen/panel.rb +17 -8
  233. data/lib/wx/doc/gen/pen.rb +17 -8
  234. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  235. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  236. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  237. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  238. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  239. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  240. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  241. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  242. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  243. data/lib/wx/doc/gen/pg/property_grid.rb +81 -20
  244. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  245. data/lib/wx/doc/gen/pg/property_grid_interface.rb +214 -36
  246. data/lib/wx/doc/gen/pg/property_grid_manager.rb +40 -10
  247. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  248. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  249. data/lib/wx/doc/gen/picker_base.rb +12 -5
  250. data/lib/wx/doc/gen/platform_info.rb +4 -9
  251. data/lib/wx/doc/gen/popup_window.rb +2 -5
  252. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  253. data/lib/wx/doc/gen/property_sheet_dialog.rb +13 -3
  254. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  255. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  256. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  257. data/lib/wx/doc/gen/prt/preview_frame.rb +1 -1
  258. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +3 -0
  259. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  260. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  262. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  263. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  264. data/lib/wx/doc/gen/radio_box.rb +9 -10
  265. data/lib/wx/doc/gen/radio_button.rb +13 -9
  266. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  267. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  268. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  269. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  270. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  271. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  272. data/lib/wx/doc/gen/rbn/ribbon_control.rb +1 -1
  273. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  275. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  276. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  277. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  278. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  279. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  280. data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -2
  281. data/lib/wx/doc/gen/rearrange_list.rb +3 -4
  282. data/lib/wx/doc/gen/region.rb +75 -17
  283. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  284. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  285. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  286. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  287. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  288. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  289. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +10 -7
  290. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  291. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +2 -4
  292. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +2 -3
  293. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  294. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  295. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  297. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  298. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +2 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +5 -5
  300. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +1 -1
  301. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -3
  302. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -2
  303. data/lib/wx/doc/gen/sash_event.rb +9 -4
  304. data/lib/wx/doc/gen/sash_layout_window.rb +11 -4
  305. data/lib/wx/doc/gen/sash_window.rb +3 -4
  306. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  307. data/lib/wx/doc/gen/scroll_bar.rb +19 -10
  308. data/lib/wx/doc/gen/scrolled_canvas.rb +32 -10
  309. data/lib/wx/doc/gen/scrolled_control.rb +32 -10
  310. data/lib/wx/doc/gen/scrolled_window.rb +32 -10
  311. data/lib/wx/doc/gen/search_ctrl.rb +8 -9
  312. data/lib/wx/doc/gen/simplebook.rb +1 -1
  313. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  314. data/lib/wx/doc/gen/sizer.rb +12 -7
  315. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  316. data/lib/wx/doc/gen/slider.rb +27 -17
  317. data/lib/wx/doc/gen/spin_button.rb +15 -10
  318. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  319. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  320. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  321. data/lib/wx/doc/gen/spin_event.rb +3 -3
  322. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  323. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  324. data/lib/wx/doc/gen/splitter_window.rb +76 -18
  325. data/lib/wx/doc/gen/static_bitmap.rb +10 -5
  326. data/lib/wx/doc/gen/static_box.rb +9 -7
  327. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  328. data/lib/wx/doc/gen/static_line.rb +3 -4
  329. data/lib/wx/doc/gen/static_text.rb +5 -6
  330. data/lib/wx/doc/gen/status_bar.rb +19 -9
  331. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  332. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +39 -13
  333. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  334. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  335. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  336. data/lib/wx/doc/gen/system_options.rb +6 -6
  337. data/lib/wx/doc/gen/system_settings.rb +2 -3
  338. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  339. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  340. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  341. data/lib/wx/doc/gen/text_attr.rb +20 -5
  342. data/lib/wx/doc/gen/text_ctrl.rb +90 -25
  343. data/lib/wx/doc/gen/text_entry.rb +31 -11
  344. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  345. data/lib/wx/doc/gen/text_validator.rb +43 -10
  346. data/lib/wx/doc/gen/time_picker_ctrl.rb +5 -6
  347. data/lib/wx/doc/gen/timer.rb +6 -2
  348. data/lib/wx/doc/gen/timer_event.rb +1 -2
  349. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  350. data/lib/wx/doc/gen/toggle_button.rb +5 -6
  351. data/lib/wx/doc/gen/tool_bar.rb +98 -25
  352. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  353. data/lib/wx/doc/gen/toolbook.rb +3 -4
  354. data/lib/wx/doc/gen/top_level_window.rb +69 -23
  355. data/lib/wx/doc/gen/tree_ctrl.rb +40 -16
  356. data/lib/wx/doc/gen/tree_event.rb +3 -4
  357. data/lib/wx/doc/gen/treebook.rb +7 -4
  358. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  359. data/lib/wx/doc/gen/utils.rb +39 -7
  360. data/lib/wx/doc/gen/v_list_box.rb +6 -2
  361. data/lib/wx/doc/gen/v_scrolled_window.rb +6 -4
  362. data/lib/wx/doc/gen/validator.rb +1 -1
  363. data/lib/wx/doc/gen/variant.rb +1 -0
  364. data/lib/wx/doc/gen/window.rb +195 -45
  365. data/lib/wx/doc/gen/window_dc.rb +0 -1
  366. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  367. data/lib/wx/doc/gen/with_images.rb +6 -1
  368. data/lib/wx/doc/gen/wizard.rb +4 -4
  369. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  370. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  371. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  372. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  373. data/lib/wx/doc/gen/xml_node.rb +19 -4
  374. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  375. data/lib/wx/doc/graphics_context.rb +1 -0
  376. data/lib/wx/doc/grid/grid.rb +22 -1
  377. data/lib/wx/doc/help_controller.rb +11 -7
  378. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  379. data/lib/wx/doc/list_ctrl.rb +33 -29
  380. data/lib/wx/doc/menu.rb +20 -0
  381. data/lib/wx/doc/notebook.rb +21 -0
  382. data/lib/wx/doc/pg/events.rb +13 -9
  383. data/lib/wx/doc/pg/pg_property.rb +18 -0
  384. data/lib/wx/doc/progress_dialog.rb +36 -32
  385. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  386. data/lib/wx/doc/prt/print_data.rb +13 -5
  387. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  388. data/lib/wx/doc/prt/printer.rb +20 -12
  389. data/lib/wx/doc/radio_box.rb +19 -15
  390. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  391. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  392. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  393. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  394. data/lib/wx/doc/region_iterator.rb +32 -28
  395. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  396. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  397. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  398. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  399. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  400. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  401. data/lib/wx/doc/sizer.rb +20 -0
  402. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  403. data/lib/wx/doc/stream.rb +39 -35
  404. data/lib/wx/doc/system_settings.rb +30 -26
  405. data/lib/wx/doc/text_validator.rb +12 -8
  406. data/lib/wx/doc/textctrl.rb +16 -0
  407. data/lib/wx/doc/tree_ctrl.rb +95 -0
  408. data/lib/wx/doc/treebook.rb +9 -5
  409. data/lib/wx/doc/v_list_box.rb +9 -5
  410. data/lib/wx/doc/variant.rb +164 -160
  411. data/lib/wx/doc/window.rb +57 -47
  412. data/lib/wx/doc/window_disabler.rb +10 -6
  413. data/lib/wx/grid/grid.rb +27 -4
  414. data/lib/wx/pg/pg_property.rb +22 -0
  415. data/lib/wx/rtc/require.rb +3 -0
  416. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  417. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  418. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  419. data/lib/wx/stc/require.rb +1 -0
  420. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  421. data/lib/wx/version.rb +1 -1
  422. data/lib/wxruby_aui.so +0 -0
  423. data/lib/wxruby_core.so +0 -0
  424. data/lib/wxruby_grid.so +0 -0
  425. data/lib/wxruby_html.so +0 -0
  426. data/lib/wxruby_pg.so +0 -0
  427. data/lib/wxruby_prt.so +0 -0
  428. data/lib/wxruby_rbn.so +0 -0
  429. data/lib/wxruby_rtc.so +0 -0
  430. data/lib/wxruby_stc.so +0 -0
  431. data/rakelib/lib/config/linux.rb +0 -3
  432. data/rakelib/lib/config/macosx.rb +2 -2
  433. data/rakelib/lib/config/mingw.rb +1 -1
  434. data/rakelib/lib/config/unixish.rb +1 -1
  435. data/rakelib/lib/config.rb +14 -4
  436. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  437. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  438. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  439. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  440. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  441. data/rakelib/yard/yard-custom-templates.rb +3 -0
  442. data/samples/treectrl/treectrl.rb +1 -1
  443. data/tests/media/beep_lo.wav +0 -0
  444. data/tests/test_list_ctrl.rb +1 -1
  445. data/tests/test_media_ctrl.rb +38 -0
  446. data/tests/test_menu.rb +69 -0
  447. data/tests/test_pg.rb +27 -0
  448. data/tests/test_richtext.rb +45 -0
  449. data/tests/test_sizer.rb +16 -0
  450. data/tests/test_std_controls.rb +42 -1
  451. data/tests/test_styled_text_ctrl.rb +46 -0
  452. data/tests/test_tree_ctrl.rb +138 -0
  453. data/tests/test_window.rb +12 -0
  454. data/tests/testapp_noframe.rb +1 -1
  455. metadata +28 -3
@@ -4,99 +4,103 @@
4
4
  # ----------------------------------------------------------------------------
5
5
 
6
6
 
7
- class Wx::EvtHandler
7
+ module Wx
8
8
 
9
- # @!group PG Event handler methods
10
-
11
- # Processes a {Wx::PG::EVT_PG_SELECTED} event.
12
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
13
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
14
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
15
- def evt_pg_selected(id, meth = nil, &block) end
16
-
17
- # Respond to {Wx::PG::EVT_PG_CHANGED} event, generated when property value has been changed by the user.
18
- # Processes a {Wx::PG::EVT_PG_CHANGED} event.
19
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
20
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
21
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
22
- def evt_pg_changed(id, meth = nil, &block) end
23
-
24
- # Respond to {Wx::PG::EVT_PG_CHANGING} event, generated when property value is about to be changed by user. Use {Wx::PG::PropertyGridEvent#get_value} to take a peek at the pending value, and {Wx::PG::PropertyGridEvent#veto} to prevent change from taking place, if necessary.
25
- # Processes a {Wx::PG::EVT_PG_CHANGING} event.
26
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
27
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
28
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
29
- def evt_pg_changing(id, meth = nil, &block) end
30
-
31
- # Respond to {Wx::PG::EVT_PG_HIGHLIGHTED} event, which occurs when mouse moves over a property. Event's property is NULL if hovered area does not belong to any property.
32
- # Processes a {Wx::PG::EVT_PG_HIGHLIGHTED} event.
33
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
34
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
35
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
36
- def evt_pg_highlighted(id, meth = nil, &block) end
37
-
38
- # Respond to {Wx::PG::EVT_PG_RIGHT_CLICK} event, which occurs when property is clicked on with right mouse button.
39
- # Processes a {Wx::PG::EVT_PG_RIGHT_CLICK} event.
40
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
41
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
42
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
43
- def evt_pg_right_click(id, meth = nil, &block) end
44
-
45
- # Respond to {Wx::PG::EVT_PG_DOUBLE_CLICK} event, which occurs when property is double-clicked on with left mouse button.
46
- # Processes a {Wx::PG::EVT_PG_DOUBLE_CLICK} event.
47
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
48
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
49
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
50
- def evt_pg_double_click(id, meth = nil, &block) end
51
-
52
- # Respond to {Wx::PG::EVT_PG_ITEM_COLLAPSED} event, generated when user collapses a property or category.
53
- # Processes a {Wx::PG::EVT_PG_ITEM_COLLAPSED} event.
54
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
55
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
56
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
57
- def evt_pg_item_collapsed(id, meth = nil, &block) end
58
-
59
- # Respond to {Wx::PG::EVT_PG_ITEM_EXPANDED} event, generated when user expands a property or category.
60
- # Processes a {Wx::PG::EVT_PG_ITEM_EXPANDED} event.
61
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
62
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
63
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
64
- def evt_pg_item_expanded(id, meth = nil, &block) end
65
-
66
- # Respond to {Wx::PG::EVT_PG_LABEL_EDIT_BEGIN} event, generated when user is about to begin editing a property label. You can veto this event to prevent the action.
67
- # Processes a {Wx::PG::EVT_PG_LABEL_EDIT_BEGIN} event.
68
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
69
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
70
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
71
- def evt_pg_label_edit_begin(id, meth = nil, &block) end
72
-
73
- # Respond to {Wx::PG::EVT_PG_LABEL_EDIT_ENDING} event, generated when user is about to end editing of a property label. You can veto this event to prevent the action.
74
- # Processes a {Wx::PG::EVT_PG_LABEL_EDIT_ENDING} event.
75
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
76
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
77
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
78
- def evt_pg_label_edit_ending(id, meth = nil, &block) end
79
-
80
- # Respond to {Wx::PG::EVT_PG_COL_BEGIN_DRAG} event, generated when user starts resizing a column - can be vetoed.
81
- # Processes a {Wx::PG::EVT_PG_COL_BEGIN_DRAG} event.
82
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
83
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
84
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
85
- def evt_pg_col_begin_drag(id, meth = nil, &block) end
86
-
87
- # Processes a {Wx::PG::EVT_PG_COL_DRAGGING} event.
88
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
89
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
90
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
91
- def evt_pg_col_dragging(id, meth = nil, &block) end
92
-
93
- # Respond to {Wx::PG::EVT_PG_COL_END_DRAG} event, generated after column resize by user has finished.
94
- # Processes a {Wx::PG::EVT_PG_COL_END_DRAG} event.
95
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
96
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
97
- # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
98
- def evt_pg_col_end_drag(id, meth = nil, &block) end
99
-
100
- # @!endgroup
9
+ class EvtHandler
10
+
11
+ # @!group PG Event handler methods
12
+
13
+ # Processes a {Wx::PG::EVT_PG_SELECTED} event.
14
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
15
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
16
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
17
+ def evt_pg_selected(id, meth = nil, &block) end
18
+
19
+ # Respond to {Wx::PG::EVT_PG_CHANGED} event, generated when property value has been changed by the user.
20
+ # Processes a {Wx::PG::EVT_PG_CHANGED} event.
21
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
22
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
23
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
24
+ def evt_pg_changed(id, meth = nil, &block) end
25
+
26
+ # Respond to {Wx::PG::EVT_PG_CHANGING} event, generated when property value is about to be changed by user. Use {Wx::PG::PropertyGridEvent#get_value} to take a peek at the pending value, and {Wx::PG::PropertyGridEvent#veto} to prevent change from taking place, if necessary.
27
+ # Processes a {Wx::PG::EVT_PG_CHANGING} event.
28
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
29
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
30
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
31
+ def evt_pg_changing(id, meth = nil, &block) end
32
+
33
+ # Respond to {Wx::PG::EVT_PG_HIGHLIGHTED} event, which occurs when mouse moves over a property. Event's property is NULL if hovered area does not belong to any property.
34
+ # Processes a {Wx::PG::EVT_PG_HIGHLIGHTED} event.
35
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
36
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
37
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
38
+ def evt_pg_highlighted(id, meth = nil, &block) end
39
+
40
+ # Respond to {Wx::PG::EVT_PG_RIGHT_CLICK} event, which occurs when property is clicked on with right mouse button.
41
+ # Processes a {Wx::PG::EVT_PG_RIGHT_CLICK} event.
42
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
43
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
44
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
45
+ def evt_pg_right_click(id, meth = nil, &block) end
46
+
47
+ # Respond to {Wx::PG::EVT_PG_DOUBLE_CLICK} event, which occurs when property is double-clicked on with left mouse button.
48
+ # Processes a {Wx::PG::EVT_PG_DOUBLE_CLICK} event.
49
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
50
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
51
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
52
+ def evt_pg_double_click(id, meth = nil, &block) end
53
+
54
+ # Respond to {Wx::PG::EVT_PG_ITEM_COLLAPSED} event, generated when user collapses a property or category.
55
+ # Processes a {Wx::PG::EVT_PG_ITEM_COLLAPSED} event.
56
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
57
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
58
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
59
+ def evt_pg_item_collapsed(id, meth = nil, &block) end
60
+
61
+ # Respond to {Wx::PG::EVT_PG_ITEM_EXPANDED} event, generated when user expands a property or category.
62
+ # Processes a {Wx::PG::EVT_PG_ITEM_EXPANDED} event.
63
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
64
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
65
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
66
+ def evt_pg_item_expanded(id, meth = nil, &block) end
67
+
68
+ # Respond to {Wx::PG::EVT_PG_LABEL_EDIT_BEGIN} event, generated when user is about to begin editing a property label. You can veto this event to prevent the action.
69
+ # Processes a {Wx::PG::EVT_PG_LABEL_EDIT_BEGIN} event.
70
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
71
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
72
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
73
+ def evt_pg_label_edit_begin(id, meth = nil, &block) end
74
+
75
+ # Respond to {Wx::PG::EVT_PG_LABEL_EDIT_ENDING} event, generated when user is about to end editing of a property label. You can veto this event to prevent the action.
76
+ # Processes a {Wx::PG::EVT_PG_LABEL_EDIT_ENDING} event.
77
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
78
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
79
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
80
+ def evt_pg_label_edit_ending(id, meth = nil, &block) end
81
+
82
+ # Respond to {Wx::PG::EVT_PG_COL_BEGIN_DRAG} event, generated when user starts resizing a column - can be vetoed.
83
+ # Processes a {Wx::PG::EVT_PG_COL_BEGIN_DRAG} event.
84
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
85
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
86
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
87
+ def evt_pg_col_begin_drag(id, meth = nil, &block) end
88
+
89
+ # Processes a {Wx::PG::EVT_PG_COL_DRAGGING} event.
90
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
91
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
92
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
93
+ def evt_pg_col_dragging(id, meth = nil, &block) end
94
+
95
+ # Respond to {Wx::PG::EVT_PG_COL_END_DRAG} event, generated after column resize by user has finished.
96
+ # Processes a {Wx::PG::EVT_PG_COL_END_DRAG} event.
97
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
98
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
99
+ # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
100
+ def evt_pg_col_end_drag(id, meth = nil, &block) end
101
+
102
+ # @!endgroup
103
+
104
+ end
101
105
 
102
106
  end
@@ -9,12 +9,14 @@ module Wx::PG
9
9
  # A more comprehensive numeric validator class.
10
10
  #
11
11
  #
12
+ # @wxrb_require USE_VALIDATORS,USE_PROPGRID
12
13
  class NumericPropertyValidator < TextValidator
13
14
 
14
15
  #
15
16
  #
16
17
  #
17
18
  #
19
+ # @wxrb_require USE_VALIDATORS,USE_PROPGRID
18
20
  class NumericType < Wx::Enum
19
21
 
20
22
  #
@@ -31,6 +31,7 @@ module Wx::PG
31
31
  #
32
32
  #
33
33
  #
34
+ # @wxrb_require USE_PROPGRID
34
35
  class PGNumericValidationConstants < Wx::Enum
35
36
 
36
37
  # Instead of modifying the value, show an error message.
@@ -50,6 +51,7 @@ module Wx::PG
50
51
  #
51
52
  #
52
53
  #
54
+ # @wxrb_require USE_PROPGRID
53
55
  class PGArrayEditorDialog < Dialog
54
56
 
55
57
  # @return [Wx::PG::PGArrayEditorDialog]
@@ -89,7 +91,12 @@ module Wx::PG
89
91
 
90
92
  # Override to return {Wx::Validator} to be used with the {Wx::TextCtrl} in dialog.
91
93
  # Note that the validator is used in the standard wx way, ie. it immediately prevents user from entering invalid input.
92
- # Dialog frees the validator.
94
+ #
95
+ # <div class="wxrb-remark">
96
+ # <b>Remark:</b>
97
+ # <p>Dialog frees the validator.
98
+ # </p>
99
+ # </div>>
93
100
  # @return [Wx::Validator]
94
101
  def get_text_ctrl_validator; end
95
102
  alias_method :text_ctrl_validator, :get_text_ctrl_validator
@@ -213,6 +220,7 @@ module Wx::PG
213
220
  #
214
221
  #
215
222
  #
223
+ # @wxrb_require USE_PROPGRID
216
224
  class PGArrayStringEditorDialog < PGArrayEditorDialog
217
225
 
218
226
  # @return [Wx::PG::PGArrayStringEditorDialog]
@@ -7,10 +7,9 @@
7
7
  module Wx::PG
8
8
 
9
9
  # Base class for {Wx::PG::PropertyGrid} cell information.
10
- # ===
11
- #
12
10
  # Category: {Wx::PG::PropertyGrid}
13
11
  #
12
+ # @wxrb_require USE_PROPGRID
14
13
  class PGCell < Object
15
14
 
16
15
  # @overload initialize()
@@ -60,7 +59,11 @@ module Wx::PG
60
59
  alias_method :fg_col=, :set_fg_col
61
60
 
62
61
  # Sets font of the cell.
63
- # Because {Wx::PG::PropertyGrid} does not support rows of different height, it makes little sense to change size of the font. Therefore it is recommended to use return value of {Wx::PG::PropertyGrid#get_font} or {Wx::PG::PropertyGrid#get_caption_font} as a basis for the font that, after modifications, is passed to this member function.
62
+ # <div class="wxrb-remark">
63
+ # <b>Remark:</b>
64
+ # <p>Because {Wx::PG::PropertyGrid} does not support rows of different height, it makes little sense to change size of the font. Therefore it is recommended to use return value of {Wx::PG::PropertyGrid#get_font} or {Wx::PG::PropertyGrid#get_caption_font} as a basis for the font that, after modifications, is passed to this member function.
65
+ # </p>
66
+ # </div>>
64
67
  # @param font [Wx::Font,Wx::FontInfo]
65
68
  # @return [void]
66
69
  def set_font(font) end
@@ -95,11 +98,10 @@ module Wx::PG
95
98
 
96
99
  end # PGCell
97
100
 
98
- #
99
- # ===
100
101
  #
101
102
  # Category: {Wx::PG::PropertyGrid}
102
103
  #
104
+ # @wxrb_require USE_PROPGRID
103
105
  class PGCellData < ::Object
104
106
 
105
107
  # @return [Wx::PG::PGCellData]
@@ -135,6 +137,7 @@ module Wx::PG
135
137
  # Data of a single {Wx::PG::PGChoices} choice.
136
138
  #
137
139
  #
140
+ # @wxrb_require USE_PROPGRID
138
141
  class PGChoiceEntry < PGCell
139
142
 
140
143
  # @overload initialize()
@@ -22,6 +22,10 @@ module Wx::PG
22
22
  def self.pg_get_default_image_wildcard; end
23
23
 
24
24
  # Base class for custom {Wx::PG::PropertyGrid} editors.
25
+ # <div class="wxrb-remark">
26
+ # <b>Remark:</b>
27
+ # <p>
28
+ #
25
29
  # - Names of built-in property editors are: TextCtrl, Choice, ComboBox, CheckBox, TextCtrlAndButton, and ChoiceAndButton. Additional editors include SpinCtrl and DatePickerCtrl, but using them requires calling {Wx::PG::PropertyGrid#register_additional_editors} prior use.
26
30
  # - Pointer to built-in editor is available as {Wx::PGEditor_EditorName} (e.g. {Wx::PG_EDITOR_TEXT_CTRL}).
27
31
  # - Before you start using new editor you just created, you need to register it using static function {Wx::PG::PropertyGrid.register_editor_class}, with code like this:
@@ -30,10 +34,12 @@ module Wx::PG
30
34
  # ```
31
35
  # After that, {Wx::PG::PropertyGrid} will take ownership of the given object, but you should still store editorPointer somewhere, so you can pass it to {Wx::PG::PGProperty#set_editor}, or return it from {Wx::PG::PGEditor#do_get_editor_class}.
32
36
  #
33
- # ===
37
+ # </p>
38
+ # </div>>
34
39
  #
35
40
  # Category: {Wx::PG::PropertyGrid}
36
41
  #
42
+ # @wxrb_require USE_PROPGRID
37
43
  class PGEditor < Object
38
44
 
39
45
  # Constructor.
@@ -47,7 +53,14 @@ module Wx::PG
47
53
  alias_method :name, :get_name
48
54
 
49
55
  # Instantiates editor controls.
50
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
56
+ # <div class="wxrb-remark">
57
+ # <b>Remark:</b>
58
+ # <p>
59
+ #
60
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
61
+ #
62
+ # </p>
63
+ # </div>>
51
64
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
52
65
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
53
66
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -71,7 +84,12 @@ module Wx::PG
71
84
 
72
85
  # Handles events.
73
86
  # Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
74
- # {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
87
+ #
88
+ # <div class="wxrb-remark">
89
+ # <b>Remark:</b>
90
+ # <p>{Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
91
+ # </p>
92
+ # </div>>
75
93
  # @param propgrid [Wx::PG::PropertyGrid]
76
94
  # @param property [Wx::PG::PGProperty]
77
95
  # @param wnd_primary [Wx::Window]
@@ -152,6 +170,7 @@ module Wx::PG
152
170
  #
153
171
  #
154
172
  #
173
+ # @wxrb_require USE_PROPGRID
155
174
  class PGCheckBoxEditor < PGEditor
156
175
 
157
176
  # @return [Wx::PG::PGCheckBoxEditor]
@@ -164,7 +183,14 @@ module Wx::PG
164
183
  alias_method :name, :get_name
165
184
 
166
185
  # Instantiates editor controls.
167
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
186
+ # <div class="wxrb-remark">
187
+ # <b>Remark:</b>
188
+ # <p>
189
+ #
190
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
191
+ #
192
+ # </p>
193
+ # </div>>
168
194
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
169
195
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
170
196
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -180,7 +206,12 @@ module Wx::PG
180
206
 
181
207
  # Handles events.
182
208
  # Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
183
- # {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
209
+ #
210
+ # <div class="wxrb-remark">
211
+ # <b>Remark:</b>
212
+ # <p>{Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
213
+ # </p>
214
+ # </div>>
184
215
  # @param propgrid [Wx::PG::PropertyGrid]
185
216
  # @param property [Wx::PG::PGProperty]
186
217
  # @param wnd_primary [Wx::Window]
@@ -223,13 +254,21 @@ module Wx::PG
223
254
  #
224
255
  #
225
256
  #
257
+ # @wxrb_require USE_PROPGRID
226
258
  class PGChoiceEditor < PGEditor
227
259
 
228
260
  # @return [Wx::PG::PGChoiceEditor]
229
261
  def initialize; end
230
262
 
231
263
  # Instantiates editor controls.
232
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
264
+ # <div class="wxrb-remark">
265
+ # <b>Remark:</b>
266
+ # <p>
267
+ #
268
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
269
+ #
270
+ # </p>
271
+ # </div>>
233
272
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
234
273
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
235
274
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -245,7 +284,12 @@ module Wx::PG
245
284
 
246
285
  # Handles events.
247
286
  # Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
248
- # {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
287
+ #
288
+ # <div class="wxrb-remark">
289
+ # <b>Remark:</b>
290
+ # <p>{Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
291
+ # </p>
292
+ # </div>>
249
293
  # @param propgrid [Wx::PG::PropertyGrid]
250
294
  # @param property [Wx::PG::PGProperty]
251
295
  # @param wnd_primary [Wx::Window]
@@ -322,6 +366,7 @@ module Wx::PG
322
366
  #
323
367
  #
324
368
  #
369
+ # @wxrb_require USE_PROPGRID
325
370
  class PGChoiceAndButtonEditor < PGChoiceEditor
326
371
 
327
372
  # @return [Wx::PG::PGChoiceAndButtonEditor]
@@ -334,7 +379,14 @@ module Wx::PG
334
379
  alias_method :name, :get_name
335
380
 
336
381
  # Instantiates editor controls.
337
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
382
+ # <div class="wxrb-remark">
383
+ # <b>Remark:</b>
384
+ # <p>
385
+ #
386
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
387
+ #
388
+ # </p>
389
+ # </div>>
338
390
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
339
391
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
340
392
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -347,13 +399,21 @@ module Wx::PG
347
399
  #
348
400
  #
349
401
  #
402
+ # @wxrb_require USE_PROPGRID
350
403
  class PGComboBoxEditor < PGChoiceEditor
351
404
 
352
405
  # @return [Wx::PG::PGComboBoxEditor]
353
406
  def initialize; end
354
407
 
355
408
  # Instantiates editor controls.
356
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
409
+ # <div class="wxrb-remark">
410
+ # <b>Remark:</b>
411
+ # <p>
412
+ #
413
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
414
+ #
415
+ # </p>
416
+ # </div>>
357
417
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
358
418
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
359
419
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -375,7 +435,12 @@ module Wx::PG
375
435
 
376
436
  # Handles events.
377
437
  # Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
378
- # {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
438
+ #
439
+ # <div class="wxrb-remark">
440
+ # <b>Remark:</b>
441
+ # <p>{Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
442
+ # </p>
443
+ # </div>>
379
444
  # @param propgrid [Wx::PG::PropertyGrid]
380
445
  # @param property [Wx::PG::PGProperty]
381
446
  # @param wnd_primary [Wx::Window]
@@ -404,13 +469,21 @@ module Wx::PG
404
469
  #
405
470
  #
406
471
  #
472
+ # @wxrb_require USE_PROPGRID
407
473
  class PGTextCtrlEditor < PGEditor
408
474
 
409
475
  # @return [Wx::PG::PGTextCtrlEditor]
410
476
  def initialize; end
411
477
 
412
478
  # Instantiates editor controls.
413
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
479
+ # <div class="wxrb-remark">
480
+ # <b>Remark:</b>
481
+ # <p>
482
+ #
483
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
484
+ #
485
+ # </p>
486
+ # </div>>
414
487
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
415
488
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
416
489
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -426,7 +499,12 @@ module Wx::PG
426
499
 
427
500
  # Handles events.
428
501
  # Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
429
- # {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
502
+ #
503
+ # <div class="wxrb-remark">
504
+ # <b>Remark:</b>
505
+ # <p>{Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
506
+ # </p>
507
+ # </div>>
430
508
  # @param propgrid [Wx::PG::PropertyGrid]
431
509
  # @param property [Wx::PG::PGProperty]
432
510
  # @param wnd_primary [Wx::Window]
@@ -481,6 +559,7 @@ module Wx::PG
481
559
  #
482
560
  #
483
561
  #
562
+ # @wxrb_require USE_PROPGRID
484
563
  class PGSpinCtrlEditor < PGTextCtrlEditor
485
564
 
486
565
  # Returns pointer to the name of the editor.
@@ -490,7 +569,14 @@ module Wx::PG
490
569
  alias_method :name, :get_name
491
570
 
492
571
  # Instantiates editor controls.
493
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
572
+ # <div class="wxrb-remark">
573
+ # <b>Remark:</b>
574
+ # <p>
575
+ #
576
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
577
+ #
578
+ # </p>
579
+ # </div>>
494
580
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
495
581
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
496
582
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -500,7 +586,12 @@ module Wx::PG
500
586
 
501
587
  # Handles events.
502
588
  # Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
503
- # {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
589
+ #
590
+ # <div class="wxrb-remark">
591
+ # <b>Remark:</b>
592
+ # <p>{Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
593
+ # </p>
594
+ # </div>>
504
595
  # @param propgrid [Wx::PG::PropertyGrid]
505
596
  # @param property [Wx::PG::PGProperty]
506
597
  # @param wnd_primary [Wx::Window]
@@ -513,6 +604,7 @@ module Wx::PG
513
604
  #
514
605
  #
515
606
  #
607
+ # @wxrb_require USE_PROPGRID
516
608
  class PGTextCtrlAndButtonEditor < PGTextCtrlEditor
517
609
 
518
610
  # @return [Wx::PG::PGTextCtrlAndButtonEditor]
@@ -525,7 +617,14 @@ module Wx::PG
525
617
  alias_method :name, :get_name
526
618
 
527
619
  # Instantiates editor controls.
528
- # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
620
+ # <div class="wxrb-remark">
621
+ # <b>Remark:</b>
622
+ # <p>
623
+ #
624
+ # - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
625
+ #
626
+ # </p>
627
+ # </div>>
529
628
  # @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
530
629
  # @param property [Wx::PG::PGProperty] Property for which this method is called.
531
630
  # @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
@@ -537,10 +636,10 @@ module Wx::PG
537
636
 
538
637
  # Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed.
539
638
  # You only need to derive class and implement {Wx::PG::PGEditorDialogAdapter#do_show_dialog} to create and show the dialog, and finally submit the value returned by the dialog via {Wx::PG::PGEditorDialogAdapter#set_value}.
540
- # ===
541
639
  #
542
640
  # Category: {Wx::PG::PropertyGrid}
543
641
  #
642
+ # @wxrb_require USE_PROPGRID
544
643
  class PGEditorDialogAdapter < Object
545
644
 
546
645
  # @return [Wx::PG::PGEditorDialogAdapter]
@@ -81,10 +81,9 @@ module Wx::PG
81
81
  # propGrid.set_property_editor("MultipleButtons", @sampleMultiButtonEditor)
82
82
  # ```
83
83
  #
84
- # ===
85
- #
86
84
  # Category: {Wx::PG::PropertyGrid}
87
85
  #
86
+ # @wxrb_require USE_PROPGRID
88
87
  class PGMultiButton < Window
89
88
 
90
89
  # Constructor.