wxruby3 0.9.4-x64-mingw-ucrt → 0.9.7-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (390) hide show
  1. checksums.yaml +4 -4
  2. data/.wxconfig +9 -8
  3. data/INSTALL.md +315 -78
  4. data/README.md +32 -21
  5. data/ext/wxbase32u_gcc_custom.dll +0 -0
  6. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  7. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  19. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  20. data/lib/wx/core/combo_ctrl.rb +171 -0
  21. data/lib/wx/core/ext.rb +22 -3
  22. data/lib/wx/doc/comboctrl.rb +128 -3
  23. data/lib/wx/doc/gen/about_dialog_info.rb +1 -1
  24. data/lib/wx/doc/gen/accelerator.rb +1 -1
  25. data/lib/wx/doc/gen/accessible.rb +1 -1
  26. data/lib/wx/doc/gen/activity_indicator.rb +1 -1
  27. data/lib/wx/doc/gen/animation.rb +1 -1
  28. data/lib/wx/doc/gen/animation_ctrl.rb +1 -1
  29. data/lib/wx/doc/gen/any_button.rb +1 -1
  30. data/lib/wx/doc/gen/app.rb +1 -1
  31. data/lib/wx/doc/gen/app_traits.rb +3 -55
  32. data/lib/wx/doc/gen/art_provider.rb +1 -3
  33. data/lib/wx/doc/gen/aui/aui_dock_art.rb +430 -426
  34. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +34 -30
  35. data/lib/wx/doc/gen/aui/aui_manager.rb +352 -349
  36. data/lib/wx/doc/gen/aui/aui_manager_event.rb +107 -103
  37. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +157 -153
  38. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +42 -37
  39. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +109 -105
  40. data/lib/wx/doc/gen/aui/aui_notebook.rb +438 -434
  41. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +145 -141
  42. data/lib/wx/doc/gen/aui/aui_pane_info.rb +689 -685
  43. data/lib/wx/doc/gen/aui/aui_tab_art.rb +369 -365
  44. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +100 -96
  45. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +445 -441
  46. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +268 -264
  47. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +179 -175
  48. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +219 -215
  49. data/lib/wx/doc/gen/banner_window.rb +1 -1
  50. data/lib/wx/doc/gen/bitmap.rb +1 -1
  51. data/lib/wx/doc/gen/bitmap_button.rb +1 -1
  52. data/lib/wx/doc/gen/bitmap_combo_box.rb +1 -1
  53. data/lib/wx/doc/gen/book_ctrl_base.rb +1 -1
  54. data/lib/wx/doc/gen/book_ctrl_event.rb +1 -1
  55. data/lib/wx/doc/gen/box_sizer.rb +1 -1
  56. data/lib/wx/doc/gen/brush.rb +1 -1
  57. data/lib/wx/doc/gen/busy_info.rb +1 -1
  58. data/lib/wx/doc/gen/button.rb +1 -1
  59. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -1
  60. data/lib/wx/doc/gen/calendar_ctrl.rb +1 -1
  61. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  62. data/lib/wx/doc/gen/calendar_event.rb +1 -1
  63. data/lib/wx/doc/gen/caret.rb +1 -1
  64. data/lib/wx/doc/gen/check_box.rb +1 -1
  65. data/lib/wx/doc/gen/check_list_box.rb +1 -1
  66. data/lib/wx/doc/gen/choice.rb +1 -1
  67. data/lib/wx/doc/gen/choicebook.rb +1 -1
  68. data/lib/wx/doc/gen/client_dc.rb +1 -1
  69. data/lib/wx/doc/gen/clipboard.rb +1 -1
  70. data/lib/wx/doc/gen/collapsible_pane.rb +1 -1
  71. data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -1
  72. data/lib/wx/doc/gen/colour.rb +1 -2
  73. data/lib/wx/doc/gen/colour_dialog.rb +2 -2
  74. data/lib/wx/doc/gen/colour_picker_ctrl.rb +1 -1
  75. data/lib/wx/doc/gen/colour_picker_event.rb +1 -1
  76. data/lib/wx/doc/gen/combo_box.rb +4 -3
  77. data/lib/wx/doc/gen/combo_ctrl.rb +92 -228
  78. data/lib/wx/doc/gen/command_link_button.rb +1 -1
  79. data/lib/wx/doc/gen/config_base.rb +1 -1
  80. data/lib/wx/doc/gen/context_help_button.rb +1 -1
  81. data/lib/wx/doc/gen/control.rb +1 -1
  82. data/lib/wx/doc/gen/control_with_items.rb +1 -1
  83. data/lib/wx/doc/gen/core.rb +5 -5
  84. data/lib/wx/doc/gen/cursor.rb +1 -1
  85. data/lib/wx/doc/gen/data_format.rb +1 -1
  86. data/lib/wx/doc/gen/data_object.rb +1 -1
  87. data/lib/wx/doc/gen/data_object_simple_base.rb +1 -1
  88. data/lib/wx/doc/gen/date_event.rb +1 -1
  89. data/lib/wx/doc/gen/date_picker_ctrl.rb +1 -1
  90. data/lib/wx/doc/gen/dc.rb +1 -4
  91. data/lib/wx/doc/gen/defs.rb +1 -1
  92. data/lib/wx/doc/gen/dial_up_event.rb +1 -1
  93. data/lib/wx/doc/gen/dial_up_manager.rb +1 -1
  94. data/lib/wx/doc/gen/dialog.rb +1 -2
  95. data/lib/wx/doc/gen/dir_dialog.rb +1 -1
  96. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -1
  97. data/lib/wx/doc/gen/dir_picker_ctrl.rb +1 -1
  98. data/lib/wx/doc/gen/drag_drop.rb +1 -1
  99. data/lib/wx/doc/gen/drag_image.rb +1 -1
  100. data/lib/wx/doc/gen/editable_list_box.rb +1 -1
  101. data/lib/wx/doc/gen/event.rb +1 -1
  102. data/lib/wx/doc/gen/event_blocker.rb +1 -1
  103. data/lib/wx/doc/gen/event_filter.rb +1 -1
  104. data/lib/wx/doc/gen/events.rb +3 -25
  105. data/lib/wx/doc/gen/evt_handler.rb +1 -1
  106. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  107. data/lib/wx/doc/gen/file_ctrl.rb +1 -1
  108. data/lib/wx/doc/gen/file_ctrl_event.rb +1 -1
  109. data/lib/wx/doc/gen/file_dialog.rb +1 -3
  110. data/lib/wx/doc/gen/file_dialog_custom_control.rb +1 -1
  111. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +54 -62
  112. data/lib/wx/doc/gen/file_dir_picker_event.rb +1 -1
  113. data/lib/wx/doc/gen/file_picker_ctrl.rb +1 -1
  114. data/lib/wx/doc/gen/file_system.rb +2 -59
  115. data/lib/wx/doc/gen/find_dialog_event.rb +1 -1
  116. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  117. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  118. data/lib/wx/doc/gen/flex_grid_sizer.rb +1 -1
  119. data/lib/wx/doc/gen/font.rb +1 -1
  120. data/lib/wx/doc/gen/font_data.rb +1 -1
  121. data/lib/wx/doc/gen/font_dialog.rb +1 -1
  122. data/lib/wx/doc/gen/font_picker_ctrl.rb +1 -1
  123. data/lib/wx/doc/gen/font_picker_event.rb +1 -1
  124. data/lib/wx/doc/gen/frame.rb +1 -2
  125. data/lib/wx/doc/gen/fs_file.rb +1 -1
  126. data/lib/wx/doc/gen/functions.rb +1 -1
  127. data/lib/wx/doc/gen/gauge.rb +1 -1
  128. data/lib/wx/doc/gen/gb_sizer_item.rb +1 -1
  129. data/lib/wx/doc/gen/gcdc.rb +1 -1
  130. data/lib/wx/doc/gen/gdi_common.rb +3 -3
  131. data/lib/wx/doc/gen/gdi_object.rb +1 -1
  132. data/lib/wx/doc/gen/generic_dir_ctrl.rb +1 -1
  133. data/lib/wx/doc/gen/graphics_context.rb +1 -1
  134. data/lib/wx/doc/gen/graphics_object.rb +1 -1
  135. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +28 -24
  136. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +251 -247
  137. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +25 -21
  138. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +27 -23
  139. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +38 -34
  140. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +25 -21
  141. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +35 -31
  142. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +28 -24
  143. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +34 -30
  144. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +30 -26
  145. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +183 -179
  146. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +29 -25
  147. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +33 -29
  148. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +34 -30
  149. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +67 -63
  150. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +34 -30
  151. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +25 -21
  152. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +93 -89
  153. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +25 -21
  154. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +38 -34
  155. data/lib/wx/doc/gen/grid/grid_ctrl.rb +2716 -2724
  156. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +82 -78
  157. data/lib/wx/doc/gen/grid/grid_event.rb +106 -102
  158. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +93 -89
  159. data/lib/wx/doc/gen/grid/grid_size_event.rb +70 -66
  160. data/lib/wx/doc/gen/grid/grid_string_table.rb +130 -126
  161. data/lib/wx/doc/gen/grid/grid_table_base.rb +303 -299
  162. data/lib/wx/doc/gen/grid/grid_table_message.rb +70 -66
  163. data/lib/wx/doc/gen/grid_bag_sizer.rb +1 -1
  164. data/lib/wx/doc/gen/grid_sizer.rb +1 -1
  165. data/lib/wx/doc/gen/gui_event_loop.rb +1 -1
  166. data/lib/wx/doc/gen/header_ctrl.rb +1 -2
  167. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -1
  168. data/lib/wx/doc/gen/help_controller.rb +1 -1
  169. data/lib/wx/doc/gen/help_provider.rb +1 -1
  170. data/lib/wx/doc/gen/html/html_cell.rb +515 -511
  171. data/lib/wx/doc/gen/html/html_cell_event.rb +58 -54
  172. data/lib/wx/doc/gen/html/html_easy_printing.rb +171 -167
  173. data/lib/wx/doc/gen/html/html_help_controller.rb +292 -288
  174. data/lib/wx/doc/gen/html/html_help_data.rb +147 -143
  175. data/lib/wx/doc/gen/html/html_help_window.rb +232 -228
  176. data/lib/wx/doc/gen/html/html_link_event.rb +30 -26
  177. data/lib/wx/doc/gen/html/html_list_box.rb +301 -297
  178. data/lib/wx/doc/gen/html/html_printout.rb +94 -90
  179. data/lib/wx/doc/gen/html/html_window.rb +406 -402
  180. data/lib/wx/doc/gen/hyperlink_ctrl.rb +1 -1
  181. data/lib/wx/doc/gen/hyperlink_event.rb +1 -1
  182. data/lib/wx/doc/gen/icon.rb +1 -1
  183. data/lib/wx/doc/gen/icon_location.rb +1 -1
  184. data/lib/wx/doc/gen/image.rb +1 -3
  185. data/lib/wx/doc/gen/image_list.rb +1 -1
  186. data/lib/wx/doc/gen/info_bar.rb +1 -1
  187. data/lib/wx/doc/gen/keyboard_state.rb +1 -1
  188. data/lib/wx/doc/gen/list_box.rb +1 -1
  189. data/lib/wx/doc/gen/list_ctrl.rb +1 -2
  190. data/lib/wx/doc/gen/list_event.rb +1 -1
  191. data/lib/wx/doc/gen/listbook.rb +1 -1
  192. data/lib/wx/doc/gen/locale.rb +1 -1
  193. data/lib/wx/doc/gen/log.rb +1 -1
  194. data/lib/wx/doc/gen/mdi_client_window.rb +1 -1
  195. data/lib/wx/doc/gen/mdi_frame.rb +1 -1
  196. data/lib/wx/doc/gen/media_ctrl.rb +1 -7
  197. data/lib/wx/doc/gen/media_event.rb +1 -1
  198. data/lib/wx/doc/gen/memory_dc.rb +1 -1
  199. data/lib/wx/doc/gen/menu.rb +1 -3
  200. data/lib/wx/doc/gen/menu_bar.rb +1 -1
  201. data/lib/wx/doc/gen/menu_item.rb +1 -1
  202. data/lib/wx/doc/gen/message_dialog.rb +1 -1
  203. data/lib/wx/doc/gen/mini_frame.rb +1 -1
  204. data/lib/wx/doc/gen/mirror_dc.rb +1 -1
  205. data/lib/wx/doc/gen/mouse_state.rb +1 -1
  206. data/lib/wx/doc/gen/multi_choice_dialog.rb +1 -1
  207. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  208. data/lib/wx/doc/gen/notebook.rb +1 -2
  209. data/lib/wx/doc/gen/num_validator.rb +1 -1
  210. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  211. data/lib/wx/doc/gen/object.rb +1 -1
  212. data/lib/wx/doc/gen/owner_drawn_combo_box.rb +1 -1
  213. data/lib/wx/doc/gen/paint_dc.rb +1 -1
  214. data/lib/wx/doc/gen/palette.rb +1 -1
  215. data/lib/wx/doc/gen/panel.rb +1 -1
  216. data/lib/wx/doc/gen/pen.rb +1 -1
  217. data/lib/wx/doc/gen/persistence_manager.rb +1 -1
  218. data/lib/wx/doc/gen/persistent_object.rb +1 -1
  219. data/lib/wx/doc/gen/persistent_window.rb +1 -1
  220. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +33 -29
  221. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +299 -295
  222. data/lib/wx/doc/gen/pg/pg_cell.rb +162 -158
  223. data/lib/wx/doc/gen/pg/pg_editor.rb +693 -689
  224. data/lib/wx/doc/gen/pg/pg_multi_button.rb +133 -129
  225. data/lib/wx/doc/gen/pg/pg_properties.rb +2662 -2658
  226. data/lib/wx/doc/gen/pg/pg_property.rb +1929 -1938
  227. data/lib/wx/doc/gen/pg/pg_validation_info.rb +275 -273
  228. data/lib/wx/doc/gen/pg/property_grid.rb +708 -706
  229. data/lib/wx/doc/gen/pg/property_grid_event.rb +168 -164
  230. data/lib/wx/doc/gen/pg/property_grid_interface.rb +1071 -1067
  231. data/lib/wx/doc/gen/pg/property_grid_manager.rb +386 -384
  232. data/lib/wx/doc/gen/pg/property_grid_page.rb +267 -265
  233. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +147 -144
  234. data/lib/wx/doc/gen/picker_base.rb +1 -1
  235. data/lib/wx/doc/gen/platform_info.rb +1 -1
  236. data/lib/wx/doc/gen/popup_window.rb +1 -1
  237. data/lib/wx/doc/gen/progress_dialog.rb +1 -1
  238. data/lib/wx/doc/gen/property_sheet_dialog.rb +1 -1
  239. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +32 -28
  240. data/lib/wx/doc/gen/prt/post_script_dc.rb +21 -18
  241. data/lib/wx/doc/gen/prt/preview_frame.rb +49 -45
  242. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +126 -122
  243. data/lib/wx/doc/gen/prt/print_data.rb +637 -633
  244. data/lib/wx/doc/gen/prt/print_dialog.rb +43 -39
  245. data/lib/wx/doc/gen/prt/printer.rb +484 -480
  246. data/lib/wx/doc/gen/prt/printer_dc.rb +26 -22
  247. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -1
  248. data/lib/wx/doc/gen/radio_box.rb +1 -1
  249. data/lib/wx/doc/gen/radio_button.rb +1 -1
  250. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +1716 -1712
  251. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +239 -235
  252. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +34 -30
  253. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +439 -435
  254. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +52 -48
  255. data/lib/wx/doc/gen/rbn/ribbon_control.rb +116 -112
  256. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +205 -201
  257. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +44 -40
  258. data/lib/wx/doc/gen/rbn/ribbon_page.rb +129 -125
  259. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +229 -225
  260. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +34 -30
  261. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +329 -325
  262. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +31 -27
  263. data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -1
  264. data/lib/wx/doc/gen/rearrange_list.rb +1 -1
  265. data/lib/wx/doc/gen/region.rb +1 -1
  266. data/lib/wx/doc/gen/region_iterator.rb +1 -1
  267. data/lib/wx/doc/gen/rtc/rich_text_box.rb +424 -420
  268. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +1148 -1144
  269. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +30 -26
  270. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +516 -512
  271. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +1991 -1987
  272. data/lib/wx/doc/gen/rtc/rich_text_event.rb +159 -155
  273. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +167 -163
  274. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +271 -267
  275. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +171 -167
  276. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +88 -85
  277. data/lib/wx/doc/gen/rtc/rich_text_image.rb +323 -319
  278. data/lib/wx/doc/gen/rtc/rich_text_object.rb +2819 -2815
  279. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +1187 -1183
  280. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +242 -238
  281. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +286 -279
  282. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +181 -177
  283. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +47 -44
  284. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +145 -141
  285. data/lib/wx/doc/gen/sash_event.rb +1 -1
  286. data/lib/wx/doc/gen/sash_layout_window.rb +1 -1
  287. data/lib/wx/doc/gen/sash_window.rb +1 -1
  288. data/lib/wx/doc/gen/scaled_dc.rb +1 -1
  289. data/lib/wx/doc/gen/screen_dc.rb +1 -1
  290. data/lib/wx/doc/gen/scroll_bar.rb +1 -2
  291. data/lib/wx/doc/gen/scrolled_canvas.rb +1 -1
  292. data/lib/wx/doc/gen/scrolled_control.rb +1 -1
  293. data/lib/wx/doc/gen/scrolled_window.rb +1 -1
  294. data/lib/wx/doc/gen/search_ctrl.rb +1 -1
  295. data/lib/wx/doc/gen/simplebook.rb +1 -1
  296. data/lib/wx/doc/gen/single_choice_dialog.rb +1 -1
  297. data/lib/wx/doc/gen/sizer.rb +1 -2
  298. data/lib/wx/doc/gen/sizer_item.rb +1 -1
  299. data/lib/wx/doc/gen/slider.rb +1 -2
  300. data/lib/wx/doc/gen/spin_button.rb +1 -1
  301. data/lib/wx/doc/gen/spin_ctrl.rb +1 -1
  302. data/lib/wx/doc/gen/spin_ctrl_double.rb +1 -1
  303. data/lib/wx/doc/gen/spin_double_event.rb +1 -1
  304. data/lib/wx/doc/gen/spin_event.rb +1 -1
  305. data/lib/wx/doc/gen/splash_screen.rb +2 -2
  306. data/lib/wx/doc/gen/splitter_event.rb +1 -1
  307. data/lib/wx/doc/gen/splitter_window.rb +1 -1
  308. data/lib/wx/doc/gen/static_bitmap.rb +1 -1
  309. data/lib/wx/doc/gen/static_box.rb +1 -1
  310. data/lib/wx/doc/gen/static_box_sizer.rb +1 -1
  311. data/lib/wx/doc/gen/static_line.rb +1 -1
  312. data/lib/wx/doc/gen/static_text.rb +1 -1
  313. data/lib/wx/doc/gen/status_bar.rb +1 -1
  314. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +4202 -4199
  315. data/lib/wx/doc/gen/stc/styled_text_event.rb +7511 -7508
  316. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +1 -1
  317. data/lib/wx/doc/gen/svg_file_dc.rb +1 -1
  318. data/lib/wx/doc/gen/system_options.rb +1 -1
  319. data/lib/wx/doc/gen/system_settings.rb +1 -1
  320. data/lib/wx/doc/gen/task_bar_button.rb +1 -1
  321. data/lib/wx/doc/gen/task_bar_icon.rb +1 -2
  322. data/lib/wx/doc/gen/task_bar_icon_event.rb +1 -1
  323. data/lib/wx/doc/gen/text_attr.rb +1 -1
  324. data/lib/wx/doc/gen/text_ctrl.rb +1 -6
  325. data/lib/wx/doc/gen/text_entry.rb +1 -1
  326. data/lib/wx/doc/gen/text_entry_dialog.rb +1 -1
  327. data/lib/wx/doc/gen/text_validator.rb +1 -1
  328. data/lib/wx/doc/gen/time_picker_ctrl.rb +1 -1
  329. data/lib/wx/doc/gen/timer.rb +1 -1
  330. data/lib/wx/doc/gen/timer_event.rb +1 -1
  331. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  332. data/lib/wx/doc/gen/toggle_button.rb +1 -1
  333. data/lib/wx/doc/gen/tool_bar.rb +1 -1
  334. data/lib/wx/doc/gen/tool_tip.rb +1 -1
  335. data/lib/wx/doc/gen/toolbook.rb +1 -1
  336. data/lib/wx/doc/gen/top_level_window.rb +1 -1
  337. data/lib/wx/doc/gen/tree_ctrl.rb +1 -3
  338. data/lib/wx/doc/gen/tree_event.rb +1 -1
  339. data/lib/wx/doc/gen/treebook.rb +1 -1
  340. data/lib/wx/doc/gen/ui_action_simulator.rb +1 -1
  341. data/lib/wx/doc/gen/utils.rb +1 -1
  342. data/lib/wx/doc/gen/v_list_box.rb +1 -1
  343. data/lib/wx/doc/gen/v_scrolled_window.rb +1 -2
  344. data/lib/wx/doc/gen/validator.rb +1 -1
  345. data/lib/wx/doc/gen/variant.rb +1 -1
  346. data/lib/wx/doc/gen/window.rb +1 -1
  347. data/lib/wx/doc/gen/window_dc.rb +1 -1
  348. data/lib/wx/doc/gen/window_disabler.rb +1 -1
  349. data/lib/wx/doc/gen/with_images.rb +1 -1
  350. data/lib/wx/doc/gen/wizard.rb +1 -2
  351. data/lib/wx/doc/gen/wizard_event.rb +1 -1
  352. data/lib/wx/doc/gen/wizard_page.rb +1 -2
  353. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  354. data/lib/wx/doc/gen/wrap_sizer.rb +1 -1
  355. data/lib/wx/doc/gen/xml_node.rb +1 -1
  356. data/lib/wx/doc/gen/xml_resource.rb +1 -1
  357. data/lib/wx/doc/owner_drawn_combobox.rb +5 -1
  358. data/lib/wx/rtc/ext/rich_text_ctrl.rb +5 -5
  359. data/lib/wx/version.rb +1 -1
  360. data/lib/wx/wxruby/base.rb +6 -4
  361. data/lib/wx/wxruby/cmd/sampler.rb +39 -29
  362. data/lib/wx/wxruby/cmd/setup.rb +122 -0
  363. data/lib/wx/wxruby/cmd/test.rb +56 -6
  364. data/lib/wxruby_aui.so +0 -0
  365. data/lib/wxruby_core.so +0 -0
  366. data/lib/wxruby_grid.so +0 -0
  367. data/lib/wxruby_html.so +0 -0
  368. data/lib/wxruby_pg.so +0 -0
  369. data/lib/wxruby_prt.so +0 -0
  370. data/lib/wxruby_rbn.so +0 -0
  371. data/lib/wxruby_rtc.so +0 -0
  372. data/lib/wxruby_stc.so +0 -0
  373. data/rakelib/install.rb +2 -0
  374. data/rakelib/lib/config/linux.rb +24 -2
  375. data/rakelib/lib/config/macosx.rb +16 -0
  376. data/rakelib/lib/config/mingw.rb +133 -9
  377. data/rakelib/lib/config/pkgman/arch.rb +53 -0
  378. data/rakelib/lib/config/pkgman/base.rb +169 -0
  379. data/rakelib/lib/config/pkgman/debian.rb +66 -0
  380. data/rakelib/lib/config/pkgman/macosx.rb +183 -0
  381. data/rakelib/lib/config/pkgman/rhel.rb +54 -0
  382. data/rakelib/lib/config/pkgman/suse.rb +54 -0
  383. data/rakelib/lib/config/unixish.rb +36 -19
  384. data/rakelib/lib/config.rb +254 -61
  385. data/rakelib/prepost.rake +9 -4
  386. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +14 -0
  387. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +5 -5
  388. data/rakelib/yard/yard/relative_markdown_links.rb +7 -1
  389. data/tests/test_combo_ctrl.rb +196 -0
  390. metadata +25 -4
@@ -6,188 +6,192 @@
6
6
 
7
7
  module Wx::GRID
8
8
 
9
- # This class is responsible for providing and manipulating the in-place edit controls for the grid.
10
- #
11
- # Instances of {Wx::GRID::GridCellEditor} (actually, instances of derived classes since it is an abstract class) can be associated with the cell attributes for individual cells, rows, columns, or even for the entire grid.
12
- # Normally {Wx::GRID::GridCellEditor} shows some UI control allowing the user to edit the cell, but starting with wxWidgets 3.1.4 it's also possible to define "activatable" cell editors, that change the value of the cell directly when it's activated (typically by pressing Space key or clicking on it), see {Wx::GRID::GridCellEditor#try_activate} method. Note that when implementing an editor which is always activatable, i.e. never shows any in-place editor, it is more convenient to derive its class from {Wx::GRID::GridCellActivatableEditor} than from {Wx::GRID::GridCellEditor} itself.
13
- #
14
- # Category: Grid Related Classes
15
- # @see Wx::GRID::GridCellAutoWrapStringEditor
16
- # @see Wx::GRID::GridCellBoolEditor
17
- # @see Wx::GRID::GridCellChoiceEditor
18
- # @see Wx::GRID::GridCellEnumEditor
19
- # @see Wx::GRID::GridCellFloatEditor
20
- # @see Wx::GRID::GridCellNumberEditor
21
- # @see Wx::GRID::GridCellTextEditor
22
- # @see Wx::GRID::GridCellDateEditor
23
- #
24
- #
25
- # @wxrb_require USE_GRID
26
- class GridCellEditor < ::Object
27
-
28
- # Default constructor.
29
- # @return [Wx::GRID::GridCellEditor]
30
- def initialize; end
31
-
32
- # Fetch the value from the table and prepare the edit control to begin editing.
33
- #
34
- # This function should save the original value of the grid cell at the given row and col and show the control allowing the user to change it.
35
- # @see Wx::GRID::GridCellEditor#end_edit
36
- # @param row [Integer]
37
- # @param col [Integer]
38
- # @param grid [Wx::GRID::Grid]
39
- # @return [void]
40
- def begin_edit(row, col, grid) end
41
-
42
- # Create a new object which is the copy of this one.
43
- # @return [Wx::GRID::GridCellEditor]
44
- def clone; end
45
-
46
- # Creates the actual edit control.
47
- # @param parent [Wx::Window]
48
- # @param id [Integer]
49
- # @param evtHandler [Wx::EvtHandler]
50
- # @return [void]
51
- def create(parent, id, evtHandler) end
52
-
53
- # Final cleanup.
54
- # @return [void]
55
- def destroy; end
56
-
57
- # End editing the cell.
58
- #
59
- # This function must check if the current value of the editing control is valid and different from the original value (available as oldval in its string form and possibly saved internally using its real type by {Wx::GRID::GridCellEditor#begin_edit}). If it isn't, it just returns false, otherwise it must do the following:
60
- #
61
- # - Save the new value internally so that {Wx::GRID::GridCellEditor#apply_edit} could apply it.
62
- # - Fill newval (which is never NULL) with the string representation of the new value.
63
- # - Return true
64
- #
65
- # Notice that it must not modify the grid as the change could still be vetoed.
66
- # If the user-defined {Wx::GRID::EVT_GRID_CELL_CHANGING} event handler doesn't veto this change, {Wx::GRID::GridCellEditor#apply_edit} will be called next.
67
- # @param row [Integer]
68
- # @param col [Integer]
69
- # @param grid [Wx::GRID::Grid]
70
- # @param oldval [String]
71
- # @param newval [String]
72
- # @return [Boolean]
73
- def end_edit(row, col, grid, oldval, newval) end
74
-
75
- # Effectively save the changes in the grid.
76
- #
77
- # This function should save the value of the control in the grid. It is called only after {Wx::GRID::GridCellEditor#end_edit} returns true.
78
- # @param row [Integer]
79
- # @param col [Integer]
80
- # @param grid [Wx::GRID::Grid]
81
- # @return [void]
82
- def apply_edit(row, col, grid) end
83
-
84
- # Some types of controls on some platforms may need some help with the Return key.
85
- # @param event [Wx::KeyEvent]
86
- # @return [void]
87
- def handle_return(event) end
88
-
89
- # Returns true if the edit control has been created.
90
- # @return [Boolean]
91
- def is_created; end
92
- alias_method :created?, :is_created
93
-
94
- # Draws the part of the cell not occupied by the control: the base class version just fills it with background colour from the attribute.
95
- # @param dc [Wx::DC]
96
- # @param rectCell [Wx::Rect]
97
- # @param attr [Wx::GRID::GridCellAttr]
98
- # @return [void]
99
- def paint_background(dc, rectCell, attr) end
100
-
101
- # Reset the value in the control back to its starting value.
102
- # @return [void]
103
- def reset; end
104
-
105
- # Size and position the edit control.
106
- # @param rect [Wx::Rect]
107
- # @return [void]
108
- def set_size(rect) end
109
- alias_method :size=, :set_size
110
-
111
- # Show or hide the edit control, use the specified attributes to set colours/fonts for it.
112
- # @param show [Boolean]
113
- # @param attr [Wx::GRID::GridCellAttr]
114
- # @return [void]
115
- def show(show, attr=nil) end
116
-
117
- # If the editor is enabled by clicking on the cell, this method will be called.
118
- # @return [void]
119
- def starting_click; end
120
-
121
- # If the editor is enabled by pressing keys on the grid, this will be called to let the editor do something about that first key if desired.
122
- # @param event [Wx::KeyEvent]
123
- # @return [void]
124
- def starting_key(event) end
125
-
126
- # Return true to allow the given key to start editing: the base class version only checks that the event has no modifiers.
127
- #
128
- # If the key is F2 (special), editing will always start and this method will not be called at all (but {Wx::GRID::GridCellEditor#starting_key} will)
129
- # @param event [Wx::KeyEvent]
130
- # @return [Boolean]
131
- def is_accepted_key(event) end
132
- alias_method :accepted_key?, :is_accepted_key
133
-
134
- # Returns the value currently in the editor control.
135
- # @return [String]
136
- def get_value; end
137
- alias_method :value, :get_value
138
-
139
- # Get the edit window used by this editor.
140
- # @return [Wx::Window]
141
- def get_window; end
142
- alias_method :window, :get_window
143
-
144
- # Set the {Wx::Window} that will be used by this cell editor for editing the value.
145
- # @param window [Wx::Window]
146
- # @return [void]
147
- def set_window(window) end
148
- alias_method :window=, :set_window
149
-
150
- # Get the {Wx::Control} used by this editor.
9
+ module Wx::GRID
10
+
11
+ # This class is responsible for providing and manipulating the in-place edit controls for the grid.
151
12
  #
152
- # This function is preserved for compatibility, but {Wx::GRID::GridCellEditor#get_window} should be preferred in the new code as the associated window doesn't need to be of a {Wx::Control}-derived class.
153
- # Note that if {Wx::GRID::GridCellEditor#set_window} had been called with an object not deriving from {Wx::Control}, this method will return NULL.
154
- # @return [Wx::Control]
155
- def get_control; end
156
- alias_method :control, :get_control
157
-
158
- # Set the {Wx::Control} that will be used by this cell editor for editing the value.
13
+ # Instances of {Wx::GRID::GridCellEditor} (actually, instances of derived classes since it is an abstract class) can be associated with the cell attributes for individual cells, rows, columns, or even for the entire grid.
14
+ # Normally {Wx::GRID::GridCellEditor} shows some UI control allowing the user to edit the cell, but starting with wxWidgets 3.1.4 it's also possible to define "activatable" cell editors, that change the value of the cell directly when it's activated (typically by pressing Space key or clicking on it), see {Wx::GRID::GridCellEditor#try_activate} method. Note that when implementing an editor which is always activatable, i.e. never shows any in-place editor, it is more convenient to derive its class from {Wx::GRID::GridCellActivatableEditor} than from {Wx::GRID::GridCellEditor} itself.
159
15
  #
160
- # This function is preserved for compatibility, but {Wx::GRID::GridCellEditor#set_window} should be preferred in the new code, see {Wx::GRID::GridCellEditor#get_control}.
161
- # @param control [Wx::Control]
162
- # @return [void]
163
- def set_control(control) end
164
- alias_method :control=, :set_control
165
-
166
- # Function allowing to create an "activatable" editor.
16
+ # Category: Grid Related Classes
17
+ # @see Wx::GRID::GridCellAutoWrapStringEditor
18
+ # @see Wx::GRID::GridCellBoolEditor
19
+ # @see Wx::GRID::GridCellChoiceEditor
20
+ # @see Wx::GRID::GridCellEnumEditor
21
+ # @see Wx::GRID::GridCellFloatEditor
22
+ # @see Wx::GRID::GridCellNumberEditor
23
+ # @see Wx::GRID::GridCellTextEditor
24
+ # @see Wx::GRID::GridCellDateEditor
167
25
  #
168
- # As explained in this class description, activatable editors don't show any edit control but change the cell value directly, when it is activated (by any way described by {Wx::GridActivationSource}).
169
- # To create such editor, this method must be overridden to return Wx::GridActivationResult#do_change passing it the new value of the cell. If the change is not vetoed by {Wx::GRID::EVT_GRID_CELL_CHANGING} handler, {Wx::GRID::GridCellEditor#do_activate} will be called to actually change the value, so it must be overridden as well if {Wx::GRID::GridCellEditor#try_activate} is overridden.
170
- # By default, Wx::GridActivationResult#do_edit is returned, meaning that this is a normal editor, using an edit control for changing the cell value.
171
- # @param row [Integer]
172
- # @param col [Integer]
173
- # @param grid [Wx::GRID::Grid]
174
- # @param actSource [Wx::GridActivationSource]
175
- # @return [Wx::GridActivationResult]
176
- def try_activate(row, col, grid, actSource) end
177
-
178
- # Function which must be overridden for "activatable" editors.
179
26
  #
180
- # If {Wx::GRID::GridCellEditor#try_activate} is overridden to return "change" action, this function will be called to actually apply this change. Note that it is not passed the value to apply, as it is assumed that the editor class stores this value as a member variable anyhow.
181
- # @param row [Integer]
182
- # @param col [Integer]
183
- # @param grid [Wx::GRID::Grid]
184
- # @return [void]
185
- def do_activate(row, col, grid) end
186
-
27
+ # @wxrb_require USE_GRID
28
+ class GridCellEditor < ::Object
29
+
30
+ # Default constructor.
31
+ # @return [Wx::GRID::GridCellEditor]
32
+ def initialize; end
33
+
34
+ # Fetch the value from the table and prepare the edit control to begin editing.
35
+ #
36
+ # This function should save the original value of the grid cell at the given row and col and show the control allowing the user to change it.
37
+ # @see Wx::GRID::GridCellEditor#end_edit
38
+ # @param row [Integer]
39
+ # @param col [Integer]
40
+ # @param grid [Wx::GRID::Grid]
41
+ # @return [void]
42
+ def begin_edit(row, col, grid) end
43
+
44
+ # Create a new object which is the copy of this one.
45
+ # @return [Wx::GRID::GridCellEditor]
46
+ def clone; end
47
+
48
+ # Creates the actual edit control.
49
+ # @param parent [Wx::Window]
50
+ # @param id [Integer]
51
+ # @param evtHandler [Wx::EvtHandler]
52
+ # @return [void]
53
+ def create(parent, id, evtHandler) end
54
+
55
+ # Final cleanup.
56
+ # @return [void]
57
+ def destroy; end
58
+
59
+ # End editing the cell.
60
+ #
61
+ # This function must check if the current value of the editing control is valid and different from the original value (available as oldval in its string form and possibly saved internally using its real type by {Wx::GRID::GridCellEditor#begin_edit}). If it isn't, it just returns false, otherwise it must do the following:
62
+ #
63
+ # - Save the new value internally so that {Wx::GRID::GridCellEditor#apply_edit} could apply it.
64
+ # - Fill newval (which is never NULL) with the string representation of the new value.
65
+ # - Return true
66
+ #
67
+ # Notice that it must not modify the grid as the change could still be vetoed.
68
+ # If the user-defined {Wx::GRID::EVT_GRID_CELL_CHANGING} event handler doesn't veto this change, {Wx::GRID::GridCellEditor#apply_edit} will be called next.
69
+ # @param row [Integer]
70
+ # @param col [Integer]
71
+ # @param grid [Wx::GRID::Grid]
72
+ # @param oldval [String]
73
+ # @param newval [String]
74
+ # @return [Boolean]
75
+ def end_edit(row, col, grid, oldval, newval) end
76
+
77
+ # Effectively save the changes in the grid.
78
+ #
79
+ # This function should save the value of the control in the grid. It is called only after {Wx::GRID::GridCellEditor#end_edit} returns true.
80
+ # @param row [Integer]
81
+ # @param col [Integer]
82
+ # @param grid [Wx::GRID::Grid]
83
+ # @return [void]
84
+ def apply_edit(row, col, grid) end
85
+
86
+ # Some types of controls on some platforms may need some help with the Return key.
87
+ # @param event [Wx::KeyEvent]
88
+ # @return [void]
89
+ def handle_return(event) end
90
+
91
+ # Returns true if the edit control has been created.
92
+ # @return [Boolean]
93
+ def is_created; end
94
+ alias_method :created?, :is_created
95
+
96
+ # Draws the part of the cell not occupied by the control: the base class version just fills it with background colour from the attribute.
97
+ # @param dc [Wx::DC]
98
+ # @param rectCell [Wx::Rect]
99
+ # @param attr [Wx::GRID::GridCellAttr]
100
+ # @return [void]
101
+ def paint_background(dc, rectCell, attr) end
102
+
103
+ # Reset the value in the control back to its starting value.
104
+ # @return [void]
105
+ def reset; end
106
+
107
+ # Size and position the edit control.
108
+ # @param rect [Wx::Rect]
109
+ # @return [void]
110
+ def set_size(rect) end
111
+ alias_method :size=, :set_size
112
+
113
+ # Show or hide the edit control, use the specified attributes to set colours/fonts for it.
114
+ # @param show [Boolean]
115
+ # @param attr [Wx::GRID::GridCellAttr]
116
+ # @return [void]
117
+ def show(show, attr=nil) end
118
+
119
+ # If the editor is enabled by clicking on the cell, this method will be called.
120
+ # @return [void]
121
+ def starting_click; end
122
+
123
+ # If the editor is enabled by pressing keys on the grid, this will be called to let the editor do something about that first key if desired.
124
+ # @param event [Wx::KeyEvent]
125
+ # @return [void]
126
+ def starting_key(event) end
127
+
128
+ # Return true to allow the given key to start editing: the base class version only checks that the event has no modifiers.
129
+ #
130
+ # If the key is F2 (special), editing will always start and this method will not be called at all (but {Wx::GRID::GridCellEditor#starting_key} will)
131
+ # @param event [Wx::KeyEvent]
132
+ # @return [Boolean]
133
+ def is_accepted_key(event) end
134
+ alias_method :accepted_key?, :is_accepted_key
135
+
136
+ # Returns the value currently in the editor control.
137
+ # @return [String]
138
+ def get_value; end
139
+ alias_method :value, :get_value
140
+
141
+ # Get the edit window used by this editor.
142
+ # @return [Wx::Window]
143
+ def get_window; end
144
+ alias_method :window, :get_window
145
+
146
+ # Set the {Wx::Window} that will be used by this cell editor for editing the value.
147
+ # @param window [Wx::Window]
148
+ # @return [void]
149
+ def set_window(window) end
150
+ alias_method :window=, :set_window
151
+
152
+ # Get the {Wx::Control} used by this editor.
153
+ #
154
+ # This function is preserved for compatibility, but {Wx::GRID::GridCellEditor#get_window} should be preferred in the new code as the associated window doesn't need to be of a {Wx::Control}-derived class.
155
+ # Note that if {Wx::GRID::GridCellEditor#set_window} had been called with an object not deriving from {Wx::Control}, this method will return NULL.
156
+ # @return [Wx::Control]
157
+ def get_control; end
158
+ alias_method :control, :get_control
159
+
160
+ # Set the {Wx::Control} that will be used by this cell editor for editing the value.
161
+ #
162
+ # This function is preserved for compatibility, but {Wx::GRID::GridCellEditor#set_window} should be preferred in the new code, see {Wx::GRID::GridCellEditor#get_control}.
163
+ # @param control [Wx::Control]
164
+ # @return [void]
165
+ def set_control(control) end
166
+ alias_method :control=, :set_control
167
+
168
+ # Function allowing to create an "activatable" editor.
169
+ #
170
+ # As explained in this class description, activatable editors don't show any edit control but change the cell value directly, when it is activated (by any way described by {Wx::GridActivationSource}).
171
+ # To create such editor, this method must be overridden to return Wx::GridActivationResult#do_change passing it the new value of the cell. If the change is not vetoed by {Wx::GRID::EVT_GRID_CELL_CHANGING} handler, {Wx::GRID::GridCellEditor#do_activate} will be called to actually change the value, so it must be overridden as well if {Wx::GRID::GridCellEditor#try_activate} is overridden.
172
+ # By default, Wx::GridActivationResult#do_edit is returned, meaning that this is a normal editor, using an edit control for changing the cell value.
173
+ # @param row [Integer]
174
+ # @param col [Integer]
175
+ # @param grid [Wx::GRID::Grid]
176
+ # @param actSource [Wx::GridActivationSource]
177
+ # @return [Wx::GridActivationResult]
178
+ def try_activate(row, col, grid, actSource) end
179
+
180
+ # Function which must be overridden for "activatable" editors.
181
+ #
182
+ # If {Wx::GRID::GridCellEditor#try_activate} is overridden to return "change" action, this function will be called to actually apply this change. Note that it is not passed the value to apply, as it is assumed that the editor class stores this value as a member variable anyhow.
183
+ # @param row [Integer]
184
+ # @param col [Integer]
185
+ # @param grid [Wx::GRID::Grid]
186
+ # @return [void]
187
+ def do_activate(row, col, grid) end
188
+
189
+
190
+ protected
191
+
192
+ end # GridCellEditor
187
193
 
188
- protected
189
-
190
- end # GridCellEditor
191
-
192
194
 
193
- end
195
+ end
196
+
197
+ end
@@ -6,30 +6,34 @@
6
6
 
7
7
  module Wx::GRID
8
8
 
9
- # Grid cell editor which displays an enum number as a textual equivalent (e.g.
10
- #
11
- # data in cell is 0,1,2 ... n the cell could be displayed as "John","Fred"..."Bob" in the combo choice box).
12
- #
13
- # Category: Grid Related Classes
14
- # @see Wx::GRID::GridCellEditor
15
- # @see Wx::GRID::GridCellAutoWrapStringEditor
16
- # @see Wx::GRID::GridCellBoolEditor
17
- # @see Wx::GRID::GridCellChoiceEditor
18
- # @see Wx::GRID::GridCellTextEditor
19
- # @see Wx::GRID::GridCellFloatEditor
20
- # @see Wx::GRID::GridCellNumberEditor
21
- # @see Wx::GRID::GridCellDateEditor
22
- #
23
- #
24
- # @wxrb_require USE_GRID
25
- class GridCellEnumEditor < GridCellChoiceEditor
26
-
27
- # Enum cell editor ctor.
28
- # @param choices [String] Comma separated choice parameters "item1[,item2[...,itemN]]".
29
- # @return [Wx::GRID::GridCellEnumEditor]
30
- def initialize(choices=('')) end
9
+ module Wx::GRID
10
+
11
+ # Grid cell editor which displays an enum number as a textual equivalent (e.g.
12
+ #
13
+ # data in cell is 0,1,2 ... n the cell could be displayed as "John","Fred"..."Bob" in the combo choice box).
14
+ #
15
+ # Category: Grid Related Classes
16
+ # @see Wx::GRID::GridCellEditor
17
+ # @see Wx::GRID::GridCellAutoWrapStringEditor
18
+ # @see Wx::GRID::GridCellBoolEditor
19
+ # @see Wx::GRID::GridCellChoiceEditor
20
+ # @see Wx::GRID::GridCellTextEditor
21
+ # @see Wx::GRID::GridCellFloatEditor
22
+ # @see Wx::GRID::GridCellNumberEditor
23
+ # @see Wx::GRID::GridCellDateEditor
24
+ #
25
+ #
26
+ # @wxrb_require USE_GRID
27
+ class GridCellEnumEditor < GridCellChoiceEditor
28
+
29
+ # Enum cell editor ctor.
30
+ # @param choices [String] Comma separated choice parameters "item1[,item2[...,itemN]]".
31
+ # @return [Wx::GRID::GridCellEnumEditor]
32
+ def initialize(choices=('')) end
33
+
34
+ end # GridCellEnumEditor
31
35
 
32
- end # GridCellEnumEditor
33
-
34
36
 
35
- end
37
+ end
38
+
39
+ end
@@ -6,35 +6,39 @@
6
6
 
7
7
  module Wx::GRID
8
8
 
9
- # This class may be used to render in a cell a number as a textual equivalent.
10
- #
11
- # The corresponding text strings are specified as comma-separated items in the string passed to this renderer ctor or {Wx::GRID::GridCellEnumRenderer#set_parameters} method. For example, if this string is <code>"John,Fred,Bob"</code> the cell will be rendered as "John", "Fred" or "Bob" if its contents is 0, 1 or 2 respectively.
12
- #
13
- # Category: Grid Related Classes
14
- # @see Wx::GRID::GridCellRenderer
15
- # @see Wx::GRID::GridCellAutoWrapStringRenderer
16
- # @see Wx::GRID::GridCellBoolRenderer
17
- # @see Wx::GRID::GridCellDateTimeRenderer
18
- # @see Wx::GRID::GridCellFloatRenderer
19
- # @see Wx::GRID::GridCellNumberRenderer
20
- # @see Wx::GRID::GridCellStringRenderer
21
- #
22
- #
23
- # @wxrb_require USE_GRID
24
- class GridCellEnumRenderer < GridCellStringRenderer
25
-
26
- # Enum renderer ctor.
27
- # @param choices [String] Comma separated string parameters "item1[,item2[...,itemN]]".
28
- # @return [Wx::GRID::GridCellEnumRenderer]
29
- def initialize(choices=('')) end
9
+ module Wx::GRID
10
+
11
+ # This class may be used to render in a cell a number as a textual equivalent.
12
+ #
13
+ # The corresponding text strings are specified as comma-separated items in the string passed to this renderer ctor or {Wx::GRID::GridCellEnumRenderer#set_parameters} method. For example, if this string is <code>"John,Fred,Bob"</code> the cell will be rendered as "John", "Fred" or "Bob" if its contents is 0, 1 or 2 respectively.
14
+ #
15
+ # Category: Grid Related Classes
16
+ # @see Wx::GRID::GridCellRenderer
17
+ # @see Wx::GRID::GridCellAutoWrapStringRenderer
18
+ # @see Wx::GRID::GridCellBoolRenderer
19
+ # @see Wx::GRID::GridCellDateTimeRenderer
20
+ # @see Wx::GRID::GridCellFloatRenderer
21
+ # @see Wx::GRID::GridCellNumberRenderer
22
+ # @see Wx::GRID::GridCellStringRenderer
23
+ #
24
+ #
25
+ # @wxrb_require USE_GRID
26
+ class GridCellEnumRenderer < GridCellStringRenderer
30
27
 
31
- # Sets the comma separated string content of the enum.
32
- # @param params [String] Comma separated string parameters "item1[,item2[...,itemN]]".
33
- # @return [void]
34
- def set_parameters(params) end
35
- alias_method :parameters=, :set_parameters
28
+ # Enum renderer ctor.
29
+ # @param choices [String] Comma separated string parameters "item1[,item2[...,itemN]]".
30
+ # @return [Wx::GRID::GridCellEnumRenderer]
31
+ def initialize(choices=('')) end
32
+
33
+ # Sets the comma separated string content of the enum.
34
+ # @param params [String] Comma separated string parameters "item1[,item2[...,itemN]]".
35
+ # @return [void]
36
+ def set_parameters(params) end
37
+ alias_method :parameters=, :set_parameters
38
+
39
+ end # GridCellEnumRenderer
36
40
 
37
- end # GridCellEnumRenderer
38
-
39
41
 
40
- end
42
+ end
43
+
44
+ end
@@ -6,36 +6,40 @@
6
6
 
7
7
  module Wx::GRID
8
8
 
9
- # The editor for floating point numbers data.
10
- #
11
- # Category: Grid Related Classes
12
- # @see Wx::GRID::GridCellEditor
13
- # @see Wx::GRID::GridCellAutoWrapStringEditor
14
- # @see Wx::GRID::GridCellBoolEditor
15
- # @see Wx::GRID::GridCellChoiceEditor
16
- # @see Wx::GRID::GridCellEnumEditor
17
- # @see Wx::GRID::GridCellNumberEditor
18
- # @see Wx::GRID::GridCellTextEditor
19
- # @see Wx::GRID::GridCellDateEditor
20
- #
21
- #
22
- # @wxrb_require USE_GRID
23
- class GridCellFloatEditor < GridCellTextEditor
24
-
25
- # Float cell editor ctor.
26
- # @param width [Integer] Minimum number of characters to be shown.
27
- # @param precision [Integer] Number of digits after the decimal dot.
28
- # @param format [Integer] The format to use for displaying the number, a combination of {Wx::GRID::GridCellFloatFormat} enum elements. This parameter is only available since wxWidgets 2.9.3.
29
- # @return [Wx::GRID::GridCellFloatEditor]
30
- def initialize(width=-1, precision=-1, format=Wx::GRID::GridCellFloatFormat::GRID_FLOAT_FORMAT_DEFAULT) end
9
+ module Wx::GRID
10
+
11
+ # The editor for floating point numbers data.
12
+ #
13
+ # Category: Grid Related Classes
14
+ # @see Wx::GRID::GridCellEditor
15
+ # @see Wx::GRID::GridCellAutoWrapStringEditor
16
+ # @see Wx::GRID::GridCellBoolEditor
17
+ # @see Wx::GRID::GridCellChoiceEditor
18
+ # @see Wx::GRID::GridCellEnumEditor
19
+ # @see Wx::GRID::GridCellNumberEditor
20
+ # @see Wx::GRID::GridCellTextEditor
21
+ # @see Wx::GRID::GridCellDateEditor
22
+ #
23
+ #
24
+ # @wxrb_require USE_GRID
25
+ class GridCellFloatEditor < GridCellTextEditor
31
26
 
32
- # The parameters string format is "width[,precision[,format]]" where format should be chosen between f|e|g|E|G (f is used by default)
33
- # @param params [String]
34
- # @return [void]
35
- def set_parameters(params) end
36
- alias_method :parameters=, :set_parameters
27
+ # Float cell editor ctor.
28
+ # @param width [Integer] Minimum number of characters to be shown.
29
+ # @param precision [Integer] Number of digits after the decimal dot.
30
+ # @param format [Integer] The format to use for displaying the number, a combination of {Wx::GRID::GridCellFloatFormat} enum elements. This parameter is only available since wxWidgets 2.9.3.
31
+ # @return [Wx::GRID::GridCellFloatEditor]
32
+ def initialize(width=-1, precision=-1, format=Wx::GRID::GridCellFloatFormat::GRID_FLOAT_FORMAT_DEFAULT) end
33
+
34
+ # The parameters string format is "width[,precision[,format]]" where format should be chosen between f|e|g|E|G (f is used by default)
35
+ # @param params [String]
36
+ # @return [void]
37
+ def set_parameters(params) end
38
+ alias_method :parameters=, :set_parameters
39
+
40
+ end # GridCellFloatEditor
37
41
 
38
- end # GridCellFloatEditor
39
-
40
42
 
41
- end
43
+ end
44
+
45
+ end