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,698 +6,702 @@
6
6
 
7
7
  module Wx::AUI
8
8
 
9
- #
10
- #
11
- # Todo{Wx::AUI::AuiPaneInfo} dock direction types used with {Wx::AUI::AuiManager}.
12
- #
13
- # @wxrb_require USE_AUI
14
- class AuiManagerDock < Wx::Enum
15
-
16
- #
17
- #
18
- AUI_DOCK_NONE = Wx::AUI::AuiManagerDock.new(0)
19
-
20
- #
21
- #
22
- AUI_DOCK_TOP = Wx::AUI::AuiManagerDock.new(1)
23
-
24
- #
25
- #
26
- AUI_DOCK_RIGHT = Wx::AUI::AuiManagerDock.new(2)
27
-
28
- #
29
- #
30
- AUI_DOCK_BOTTOM = Wx::AUI::AuiManagerDock.new(3)
31
-
32
- #
33
- #
34
- AUI_DOCK_LEFT = Wx::AUI::AuiManagerDock.new(4)
35
-
36
- #
37
- #
38
- AUI_DOCK_CENTER = Wx::AUI::AuiManagerDock.new(5)
39
-
40
- #
41
- #
42
- AUI_DOCK_CENTRE = Wx::AUI::AuiManagerDock.new(5)
43
-
44
- end # AuiManagerDock
45
-
46
- # {Wx::AUI::AuiManager} behaviour and visual effects style flags.
47
- #
48
- #
49
- #
50
- # @wxrb_require USE_AUI
51
- class AuiManagerOption < Wx::Enum
52
-
53
- # Allow a pane to be undocked to take the form of a {Wx::MiniFrame}.
54
- #
55
- AUI_MGR_ALLOW_FLOATING = Wx::AUI::AuiManagerOption.new(1)
56
-
57
- # Change the color of the title bar of the pane when it is activated.
58
- #
59
- AUI_MGR_ALLOW_ACTIVE_PANE = Wx::AUI::AuiManagerOption.new(2)
60
-
61
- # Make the pane transparent during its movement.
62
- #
63
- AUI_MGR_TRANSPARENT_DRAG = Wx::AUI::AuiManagerOption.new(4)
64
-
65
- # The possible location for docking is indicated by a translucent area.
66
- #
67
- AUI_MGR_TRANSPARENT_HINT = Wx::AUI::AuiManagerOption.new(8)
68
-
69
- # The possible location for docking is indicated by a gradually appearing partially transparent area.
70
- #
71
- AUI_MGR_VENETIAN_BLINDS_HINT = Wx::AUI::AuiManagerOption.new(16)
72
-
73
- # The possible location for docking is indicated by a rectangular outline.
74
- #
75
- AUI_MGR_RECTANGLE_HINT = Wx::AUI::AuiManagerOption.new(32)
76
-
77
- # The translucent area where the pane could be docked appears gradually.
78
- #
79
- AUI_MGR_HINT_FADE = Wx::AUI::AuiManagerOption.new(64)
80
-
81
- # Used in complement of {Wx::AUI::AuiManagerOption::AUI_MGR_VENETIAN_BLINDS_HINT} to show the hint immediately.
82
- #
83
- AUI_MGR_NO_VENETIAN_BLINDS_FADE = Wx::AUI::AuiManagerOption.new(128)
84
-
85
- # When a docked pane is resized, its content is refreshed in live (instead of moving the border alone and refreshing the content at the end).
86
- #
87
- AUI_MGR_LIVE_RESIZE = Wx::AUI::AuiManagerOption.new(256)
88
-
89
- # Default behaviour.
90
- #
91
- AUI_MGR_DEFAULT = Wx::AUI::AuiManagerOption.new(201)
92
-
93
- end # AuiManagerOption
94
-
95
- #
96
- #
97
- EVT_AUI_PANE_BUTTON = 10427
98
-
99
- #
100
- #
101
- EVT_AUI_PANE_CLOSE = 10428
102
-
103
- #
104
- #
105
- EVT_AUI_PANE_MAXIMIZE = 10429
106
-
107
- #
108
- #
109
- EVT_AUI_PANE_RESTORE = 10430
110
-
111
- #
112
- #
113
- EVT_AUI_PANE_ACTIVATED = 10431
114
-
115
- #
116
- #
117
- EVT_AUI_RENDER = 10432
118
-
119
- #
120
- #
121
- EVT_AUI_FIND_MANAGER = 10433
122
-
123
- # {Wx::AUI::AuiPaneInfo} is part of the {Wx::AUI} class framework.
124
- #
125
- # See also wxAUI Overview.
126
- # {Wx::AUI::AuiPaneInfo} specifies all the parameters for a pane. These parameters specify where the pane is on the screen, whether it is docked or floating, or hidden. In addition, these parameters specify the pane's docked position, floating position, preferred size, minimum size, caption text among many other parameters.
127
- #
128
- # Category: Window Docking (wxAUI)
129
- # @see Wx::AUI::AuiManager
130
- # @see Wx::AUI::AuiDockArt
131
- #
132
- #
133
- #
134
- # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
135
- # @wxrb_require USE_AUI
136
- class AuiPaneInfo < ::Object
137
-
138
- # name of the pane
139
- #
140
- #
141
- # @return [String]
142
- def name; end
143
-
144
- # caption displayed on the window
145
- #
146
- #
147
- # @return [String]
148
- def caption; end
149
-
150
- # icon of the pane, may be invalid
151
- #
152
- #
153
- # @return [Wx::BitmapBundle]
154
- def icon; end
155
-
156
- # window that is in this pane
157
- #
158
- #
159
- # @return [Wx::Window]
160
- def window; end
161
-
162
- # floating frame window that holds the pane
163
- #
164
- #
165
- # @return [Wx::Frame]
166
- def frame; end
167
-
168
- # a combination of {Wx::PaneState} values
169
- #
170
- #
171
- # @return [Integer]
172
- def state; end
173
-
174
- # dock direction (top, bottom, left, right, center)
175
- #
176
- #
177
- # @return [Integer]
178
- def direction; end
179
-
180
- # layer number (0 = innermost layer)
181
- #
182
- #
183
- # @return [Integer]
184
- def layer; end
185
-
186
- # row number on the docking bar (0 = first row)
187
- #
188
- #
189
- # @return [Integer]
190
- def row; end
191
-
192
- # position inside the row (0 = first position)
193
- #
194
- #
195
- # @return [Integer]
196
- def position; end
197
-
198
- # size that the layout engine will prefer
199
- #
200
- #
201
- # @return [Wx::Size]
202
- def best_size; end
203
-
204
- # minimum size the pane window can tolerate
205
- #
206
- #
207
- # @return [Wx::Size]
208
- def min_size; end
209
-
210
- # maximum size the pane window can tolerate
211
- #
212
- #
213
- # @return [Wx::Size]
214
- def max_size; end
215
-
216
- # position while floating
217
- #
218
- #
219
- # @return [Wx::Point]
220
- def floating_position; end
221
-
222
- # size while floating
223
- #
224
- #
225
- # @return [Wx::Size]
226
- def floating_size; end
227
-
228
- # proportion while docked
229
- #
230
- #
231
- # @return [Integer]
232
- def proportion; end
233
- # proportion while docked
234
- #
235
- #
236
- # @param val [Integer]
237
- # @return [void]
238
- def proportion=(val); end
239
-
240
- # current rectangle (populated by {Wx::AUI})
241
- #
242
- #
243
- # @return [Wx::Rect]
244
- def rect; end
245
-
246
- # @overload initialize()
247
- # @return [Wx::AUI::AuiPaneInfo]
248
- # @overload initialize(c)
249
- # Copy constructor.
250
- # @param c [Wx::AUI::AuiPaneInfo]
251
- # @return [Wx::AUI::AuiPaneInfo]
252
- def initialize(*args) end
253
-
254
- # {Wx::AUI::AuiPaneInfo#best_size} sets the ideal size for the pane.
255
- #
256
- # The docking manager will attempt to use this size as much as possible when docking or floating the pane.
257
- # @param size [Array(Integer, Integer), Wx::Size]
258
- # @return [Wx::AUI::AuiPaneInfo]
259
- def set_best_size(size) end
260
- alias_method :best_size=, :set_best_size
261
-
262
- # {Wx::AUI::AuiPaneInfo#bottom} sets the pane dock position to the bottom side of the frame.
263
- #
264
- # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_BOTTOM}).
265
- # @return [Wx::AUI::AuiPaneInfo]
266
- def bottom; end
267
-
268
- # {Wx::AUI::AuiPaneInfo#bottom_dockable} indicates whether a pane can be docked at the bottom of the frame.
269
- # @param b [Boolean]
270
- # @return [Wx::AUI::AuiPaneInfo]
271
- def set_bottom_dockable(b=true) end
272
- alias_method :bottom_dockable=, :set_bottom_dockable
273
-
274
- # {Wx::AUI::AuiPaneInfo#caption} sets the caption of the pane.
275
- # @param c [String]
276
- # @return [Wx::AUI::AuiPaneInfo]
277
- def set_caption(c) end
278
- alias_method :caption=, :set_caption
279
-
280
- # CaptionVisible indicates that a pane caption should be visible.
281
- #
282
- # If false, no pane caption is drawn.
283
- # @param visible [Boolean]
284
- # @return [Wx::AUI::AuiPaneInfo]
285
- def set_caption_visible(visible=true) end
286
- alias_method :caption_visible=, :set_caption_visible
287
-
288
- # {Wx::AUI::AuiPaneInfo#center} sets the pane dock position to the left side of the frame.
289
- #
290
- # The centre pane is the space in the middle after all border panes (left, top, right, bottom) are subtracted from the layout. This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_CENTRE}).
291
- # @return [Wx::AUI::AuiPaneInfo]
292
- def centre; end
293
-
294
- # @return [Wx::AUI::AuiPaneInfo]
295
- def center; end
296
-
297
- # {Wx::AUI::AuiPaneInfo#centre_pane} specifies that the pane should adopt the default center pane settings.
298
- #
299
- # Centre panes usually do not have caption bars. This function provides an easy way of preparing a pane to be displayed in the center dock position.
300
- # @return [Wx::AUI::AuiPaneInfo]
301
- def centre_pane; end
302
-
303
- # @return [Wx::AUI::AuiPaneInfo]
304
- def center_pane; end
305
-
306
- # {Wx::AUI::AuiPaneInfo#close_button} indicates that a close button should be drawn for the pane.
307
- # @param visible [Boolean]
308
- # @return [Wx::AUI::AuiPaneInfo]
309
- def set_close_button(visible=true) end
310
- alias_method :close_button=, :set_close_button
311
-
312
- # {Wx::AUI::AuiPaneInfo#default_pane} specifies that the pane should adopt the default pane settings.
313
- # @return [Wx::AUI::AuiPaneInfo]
314
- def default_pane; end
315
-
316
- # {Wx::AUI::AuiPaneInfo#destroy_on_close} indicates whether a pane should be destroyed when it is closed.
317
- #
318
- # Normally a pane is simply hidden when the close button is clicked. Setting DestroyOnClose to true will cause the window to be destroyed when the user clicks the pane's close button.
319
- # @param b [Boolean]
320
- # @return [Wx::AUI::AuiPaneInfo]
321
- def set_destroy_on_close(b=true) end
322
- alias_method :destroy_on_close=, :set_destroy_on_close
323
-
324
- # {Wx::AUI::AuiPaneInfo#direction} determines the direction of the docked pane.
325
- #
326
- # It is functionally the same as calling {Wx::AUI::AuiPaneInfo#left}, {Wx::AUI::AuiPaneInfo#right}, {Wx::AUI::AuiPaneInfo#top} or {Wx::AUI::AuiPaneInfo#bottom}, except that docking direction may be specified programmatically via the parameter.
327
- # @param direction [Integer]
328
- # @return [Wx::AUI::AuiPaneInfo]
329
- def set_direction(direction) end
330
- alias_method :direction=, :set_direction
331
-
332
- # {Wx::AUI::AuiPaneInfo#dock} indicates that a pane should be docked.
333
- #
334
- # It is the opposite of {Wx::AUI::AuiPaneInfo#float}.
335
- # @return [Wx::AUI::AuiPaneInfo]
336
- def dock; end
337
-
338
- # {Wx::AUI::AuiPaneInfo#dock_fixed} causes the containing dock to have no resize sash.
339
- #
340
- # This is useful for creating panes that span the entire width or height of a dock, but should not be resizable in the other direction.
341
- # @param b [Boolean]
342
- # @return [Wx::AUI::AuiPaneInfo]
343
- def set_dock_fixed(b=true) end
344
- alias_method :dock_fixed=, :set_dock_fixed
345
-
346
- # {Wx::AUI::AuiPaneInfo#dockable} specifies whether a frame can be docked or not.
347
- #
348
- # It is the same as specifying TopDockable(b).BottomDockable(b).LeftDockable(b).RightDockable(b).
349
- # @param b [Boolean]
350
- # @return [Wx::AUI::AuiPaneInfo]
351
- def set_dockable(b=true) end
352
- alias_method :dockable=, :set_dockable
353
-
354
- # {Wx::AUI::AuiPaneInfo#fixed} forces a pane to be fixed size so that it cannot be resized.
355
- #
356
- # After calling {Wx::AUI::AuiPaneInfo#fixed}, {Wx::AUI::AuiPaneInfo#is_fixed} will return true.
357
- # @return [Wx::AUI::AuiPaneInfo]
358
- def fixed; end
359
-
360
- # {Wx::AUI::AuiPaneInfo#float} indicates that a pane should be floated.
361
- #
362
- # It is the opposite of {Wx::AUI::AuiPaneInfo#dock}.
363
- # @return [Wx::AUI::AuiPaneInfo]
364
- def float; end
365
-
366
- # {Wx::AUI::AuiPaneInfo#floatable} sets whether the user will be able to undock a pane and turn it into a floating window.
367
- # @param b [Boolean]
368
- # @return [Wx::AUI::AuiPaneInfo]
369
- def set_floatable(b=true) end
370
- alias_method :floatable=, :set_floatable
371
-
372
- # {Wx::AUI::AuiPaneInfo#floating_position} sets the position of the floating pane.
373
- # @param pos [Array(Integer, Integer), Wx::Point]
374
- # @return [Wx::AUI::AuiPaneInfo]
375
- def set_floating_position(pos) end
376
- alias_method :floating_position=, :set_floating_position
377
-
378
- # {Wx::AUI::AuiPaneInfo#floating_size} sets the size of the floating pane.
379
- # @param size [Array(Integer, Integer), Wx::Size]
380
- # @return [Wx::AUI::AuiPaneInfo]
381
- def set_floating_size(size) end
382
- alias_method :floating_size=, :set_floating_size
383
-
384
- # {Wx::AUI::AuiPaneInfo#gripper} indicates that a gripper should be drawn for the pane.
385
- # @param visible [Boolean]
386
- # @return [Wx::AUI::AuiPaneInfo]
387
- def set_gripper(visible=true) end
388
- alias_method :gripper=, :set_gripper
389
-
390
- # {Wx::AUI::AuiPaneInfo#gripper_top} indicates that a gripper should be drawn at the top of the pane.
391
- # @param attop [Boolean]
392
- # @return [Wx::AUI::AuiPaneInfo]
393
- def set_gripper_top(attop=true) end
394
- alias_method :gripper_top=, :set_gripper_top
395
-
396
- # {Wx::AUI::AuiPaneInfo#has_border} returns true if the pane displays a border.
397
- # @return [Boolean]
398
- def has_border; end
399
- alias_method :has_border?, :has_border
400
-
401
- # {Wx::AUI::AuiPaneInfo#has_caption} returns true if the pane displays a caption.
402
- # @return [Boolean]
403
- def has_caption; end
404
- alias_method :has_caption?, :has_caption
405
-
406
- # {Wx::AUI::AuiPaneInfo#has_close_button} returns true if the pane displays a button to close the pane.
407
- # @return [Boolean]
408
- def has_close_button; end
409
- alias_method :has_close_button?, :has_close_button
410
-
411
- # {Wx::AUI::AuiPaneInfo#has_flag} returns true if the property specified by flag is active for the pane.
412
- # @param flag [Integer]
413
- # @return [Boolean]
414
- def has_flag(flag) end
415
- alias_method :has_flag?, :has_flag
416
-
417
- # {Wx::AUI::AuiPaneInfo#has_gripper} returns true if the pane displays a gripper.
418
- # @return [Boolean]
419
- def has_gripper; end
420
- alias_method :has_gripper?, :has_gripper
421
-
422
- # {Wx::AUI::AuiPaneInfo#has_gripper} returns true if the pane displays a gripper at the top.
423
- # @return [Boolean]
424
- def has_gripper_top; end
425
- alias_method :has_gripper_top?, :has_gripper_top
426
-
427
- # {Wx::AUI::AuiPaneInfo#has_maximize_button} returns true if the pane displays a button to maximize the pane.
428
- # @return [Boolean]
429
- def has_maximize_button; end
430
- alias_method :has_maximize_button?, :has_maximize_button
431
-
432
- # {Wx::AUI::AuiPaneInfo#has_minimize_button} returns true if the pane displays a button to minimize the pane.
433
- # @return [Boolean]
434
- def has_minimize_button; end
435
- alias_method :has_minimize_button?, :has_minimize_button
436
-
437
- # {Wx::AUI::AuiPaneInfo#has_pin_button} returns true if the pane displays a button to float the pane.
438
- # @return [Boolean]
439
- def has_pin_button; end
440
- alias_method :has_pin_button?, :has_pin_button
441
-
442
- # {Wx::AUI::AuiPaneInfo#hide} indicates that a pane should be hidden.
443
- # @return [Wx::AUI::AuiPaneInfo]
444
- def hide; end
445
-
446
- # {Wx::AUI::AuiPaneInfo#icon} sets the icon of the pane.
447
- #
448
- # Notice that the height of the icon should be smaller than the value returned by {Wx::AUI::AuiDockArt#get_metric(wxAUI_DOCKART_CAPTION_SIZE)} to ensure that it appears correctly.
449
- # @param b [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image]
450
- # @return [Wx::AUI::AuiPaneInfo]
451
- def set_icon(b) end
452
- alias_method :icon=, :set_icon
453
-
454
- # {Wx::AUI::AuiPaneInfo#is_bottom_dockable} returns true if the pane can be docked at the bottom of the managed frame.
455
- #
456
- #
457
- # @see Wx::AUI::AuiPaneInfo#is_dockable
458
- # @return [Boolean]
459
- def is_bottom_dockable; end
460
- alias_method :bottom_dockable?, :is_bottom_dockable
461
-
462
- # Returns true if the pane can be docked at any side.
463
- #
464
- #
465
- # @see Wx::AUI::AuiPaneInfo#is_top_dockable
466
- # @see Wx::AUI::AuiPaneInfo#is_bottom_dockable
467
- # @see Wx::AUI::AuiPaneInfo#is_left_dockable
468
- # @see Wx::AUI::AuiPaneInfo#is_right_dockable
469
- # @return [Boolean]
470
- def is_dockable; end
471
- alias_method :dockable?, :is_dockable
472
-
473
- # {Wx::AUI::AuiPaneInfo#is_docked} returns true if the pane is currently docked.
474
- # @return [Boolean]
475
- def is_docked; end
476
- alias_method :docked?, :is_docked
477
-
478
- # {Wx::AUI::AuiPaneInfo#is_fixed} returns true if the pane cannot be resized.
479
- # @return [Boolean]
480
- def is_fixed; end
481
- alias_method :fixed?, :is_fixed
482
-
483
- # {Wx::AUI::AuiPaneInfo#is_floatable} returns true if the pane can be undocked and displayed as a floating window.
484
- # @return [Boolean]
485
- def is_floatable; end
486
- alias_method :floatable?, :is_floatable
487
-
488
- # {Wx::AUI::AuiPaneInfo#is_floating} returns true if the pane is floating.
489
- # @return [Boolean]
490
- def is_floating; end
491
- alias_method :floating?, :is_floating
492
-
493
- # {Wx::AUI::AuiPaneInfo#is_left_dockable} returns true if the pane can be docked on the left of the managed frame.
494
- #
495
- #
496
- # @see Wx::AUI::AuiPaneInfo#is_dockable
497
- # @return [Boolean]
498
- def is_left_dockable; end
499
- alias_method :left_dockable?, :is_left_dockable
500
-
501
- # IsMoveable() returns true if the docked frame can be undocked or moved to another dock position.
502
- # @return [Boolean]
503
- def is_movable; end
504
- alias_method :movable?, :is_movable
505
-
506
- # {Wx::AUI::AuiPaneInfo#is_ok} returns true if the {Wx::AUI::AuiPaneInfo} structure is valid.
507
- #
508
- # A pane structure is valid if it has an associated window.
509
- # @return [Boolean]
510
- def is_ok; end
511
- alias_method :ok?, :is_ok
512
-
513
- # {Wx::AUI::AuiPaneInfo#is_resizable} returns true if the pane can be resized.
514
- # @return [Boolean]
515
- def is_resizable; end
516
- alias_method :resizable?, :is_resizable
517
-
518
- # {Wx::AUI::AuiPaneInfo#is_right_dockable} returns true if the pane can be docked on the right of the managed frame.
519
- #
520
- #
521
- # @see Wx::AUI::AuiPaneInfo#is_dockable
522
- # @return [Boolean]
523
- def is_right_dockable; end
524
- alias_method :right_dockable?, :is_right_dockable
525
-
526
- # {Wx::AUI::AuiPaneInfo#is_shown} returns true if the pane is currently shown.
527
- # @return [Boolean]
528
- def is_shown; end
529
- alias_method :shown?, :is_shown
530
-
531
- # {Wx::AUI::AuiPaneInfo#is_toolbar} returns true if the pane contains a toolbar.
532
- # @return [Boolean]
533
- def is_toolbar; end
534
- alias_method :toolbar?, :is_toolbar
535
-
536
- # {Wx::AUI::AuiPaneInfo#is_top_dockable} returns true if the pane can be docked at the top of the managed frame.
537
- #
538
- #
539
- # @see Wx::AUI::AuiPaneInfo#is_dockable
540
- # @return [Boolean]
541
- def is_top_dockable; end
542
- alias_method :top_dockable?, :is_top_dockable
543
-
544
- # {Wx::AUI::AuiPaneInfo#layer} determines the layer of the docked pane.
545
- #
546
- # The dock layer is similar to an onion, the inner-most layer being layer 0. Each shell moving in the outward direction has a higher layer number. This allows for more complex docking layout formation.
547
- # @param layer [Integer]
548
- # @return [Wx::AUI::AuiPaneInfo]
549
- def set_layer(layer) end
550
- alias_method :layer=, :set_layer
551
-
552
- # {Wx::AUI::AuiPaneInfo#left} sets the pane dock position to the left side of the frame.
553
- #
554
- # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_LEFT}).
555
- # @return [Wx::AUI::AuiPaneInfo]
556
- def left; end
557
-
558
- # {Wx::AUI::AuiPaneInfo#left_dockable} indicates whether a pane can be docked on the left of the frame.
559
- # @param b [Boolean]
560
- # @return [Wx::AUI::AuiPaneInfo]
561
- def set_left_dockable(b=true) end
562
- alias_method :left_dockable=, :set_left_dockable
563
-
564
- # {Wx::AUI::AuiPaneInfo#max_size} sets the maximum size of the pane.
565
- # @param size [Array(Integer, Integer), Wx::Size]
566
- # @return [Wx::AUI::AuiPaneInfo]
567
- def set_max_size(size) end
568
- alias_method :max_size=, :set_max_size
569
-
570
- # {Wx::AUI::AuiPaneInfo#maximize_button} indicates that a maximize button should be drawn for the pane.
571
- # @param visible [Boolean]
572
- # @return [Wx::AUI::AuiPaneInfo]
573
- def set_maximize_button(visible=true) end
574
- alias_method :maximize_button=, :set_maximize_button
575
-
576
- # {Wx::AUI::AuiPaneInfo#min_size} sets the minimum size of the pane.
577
- #
578
- # Please note that this is only partially supported as of this writing.
579
- # @param size [Array(Integer, Integer), Wx::Size]
580
- # @return [Wx::AUI::AuiPaneInfo]
581
- def set_min_size(size) end
582
- alias_method :min_size=, :set_min_size
583
-
584
- # {Wx::AUI::AuiPaneInfo#minimize_button} indicates that a minimize button should be drawn for the pane.
585
- # @param visible [Boolean]
586
- # @return [Wx::AUI::AuiPaneInfo]
587
- def set_minimize_button(visible=true) end
588
- alias_method :minimize_button=, :set_minimize_button
589
-
590
- # Movable indicates whether a frame can be moved.
591
- # @param b [Boolean]
592
- # @return [Wx::AUI::AuiPaneInfo]
593
- def set_movable(b=true) end
594
- alias_method :movable=, :set_movable
595
-
596
- # {Wx::AUI::AuiPaneInfo#name} sets the name of the pane so it can be referenced in lookup functions.
597
- #
598
- # If a name is not specified by the user, a random name is assigned to the pane when it is added to the manager.
599
- # @param n [String]
600
- # @return [Wx::AUI::AuiPaneInfo]
601
- def set_name(n) end
602
- alias_method :name=, :set_name
603
-
604
- # PaneBorder indicates that a border should be drawn for the pane.
605
- # @param visible [Boolean]
606
- # @return [Wx::AUI::AuiPaneInfo]
607
- def set_pane_border(visible=true) end
608
- alias_method :pane_border=, :set_pane_border
609
-
610
- # {Wx::AUI::AuiPaneInfo#pin_button} indicates that a pin button should be drawn for the pane.
611
- # @param visible [Boolean]
612
- # @return [Wx::AUI::AuiPaneInfo]
613
- def set_pin_button(visible=true) end
614
- alias_method :pin_button=, :set_pin_button
615
-
616
- # {Wx::AUI::AuiPaneInfo#position} determines the position of the docked pane.
617
- # @param pos [Integer]
618
- # @return [Wx::AUI::AuiPaneInfo]
619
- def set_position(pos) end
620
- alias_method :position=, :set_position
621
-
622
- # {Wx::AUI::AuiPaneInfo#resizable} allows a pane to be resized if the parameter is true, and forces it to be a fixed size if the parameter is false.
9
+ module Wx::AUI
10
+
623
11
  #
624
- # This is simply an antonym for {Wx::AUI::AuiPaneInfo#fixed}.
625
- # @param resizable [Boolean]
626
- # @return [Wx::AUI::AuiPaneInfo]
627
- def set_resizable(resizable=true) end
628
- alias_method :resizable=, :set_resizable
629
-
630
- # {Wx::AUI::AuiPaneInfo#right} sets the pane dock position to the right side of the frame.
631
12
  #
632
- # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_RIGHT}).
633
- # @return [Wx::AUI::AuiPaneInfo]
634
- def right; end
13
+ # Todo{Wx::AUI::AuiPaneInfo} dock direction types used with {Wx::AUI::AuiManager}.
14
+ #
15
+ # @wxrb_require USE_AUI
16
+ class AuiManagerDock < Wx::Enum
635
17
 
636
- # {Wx::AUI::AuiPaneInfo#right_dockable} indicates whether a pane can be docked on the right of the frame.
637
- # @param b [Boolean]
638
- # @return [Wx::AUI::AuiPaneInfo]
639
- def set_right_dockable(b=true) end
640
- alias_method :right_dockable=, :set_right_dockable
18
+ #
19
+ #
20
+ AUI_DOCK_NONE = Wx::AUI::AuiManagerDock.new(0)
21
+
22
+ #
23
+ #
24
+ AUI_DOCK_TOP = Wx::AUI::AuiManagerDock.new(1)
25
+
26
+ #
27
+ #
28
+ AUI_DOCK_RIGHT = Wx::AUI::AuiManagerDock.new(2)
29
+
30
+ #
31
+ #
32
+ AUI_DOCK_BOTTOM = Wx::AUI::AuiManagerDock.new(3)
33
+
34
+ #
35
+ #
36
+ AUI_DOCK_LEFT = Wx::AUI::AuiManagerDock.new(4)
37
+
38
+ #
39
+ #
40
+ AUI_DOCK_CENTER = Wx::AUI::AuiManagerDock.new(5)
41
+
42
+ #
43
+ #
44
+ AUI_DOCK_CENTRE = Wx::AUI::AuiManagerDock.new(5)
45
+
46
+ end # AuiManagerDock
641
47
 
642
- # {Wx::AUI::AuiPaneInfo#row} determines the row of the docked pane.
643
- # @param row [Integer]
644
- # @return [Wx::AUI::AuiPaneInfo]
645
- def set_row(row) end
646
- alias_method :row=, :set_row
647
-
648
- # Write the safe parts of a PaneInfo object "source" into "this".
649
- #
650
- # "Safe parts" are all non-UI elements (e.g. all layout determining parameters like the size, position etc.). "Unsafe parts" (pointers to button, frame and window) are not modified by this write operation.
48
+ # {Wx::AUI::AuiManager} behaviour and visual effects style flags.
651
49
  #
652
- # <div class="wxrb-remark">
653
- # <b>Remark:</b>
654
- # <p>This method is used when loading perspectives.
655
- # </p>
656
- # </div>
657
- # @param source [Wx::AUI::AuiPaneInfo]
658
- # @return [void]
659
- def safe_set(source) end
660
-
661
- # {Wx::AUI::AuiPaneInfo#set_flag} turns the property given by flag on or off with the option_state parameter.
662
- # @param flag [Integer]
663
- # @param option_state [Boolean]
664
- # @return [Wx::AUI::AuiPaneInfo]
665
- def set_flag(flag, option_state) end
666
-
667
- # {Wx::AUI::AuiPaneInfo#show} indicates that a pane should be shown.
668
- # @param show [Boolean]
669
- # @return [Wx::AUI::AuiPaneInfo]
670
- def show(show=true) end
671
-
672
- # {Wx::AUI::AuiPaneInfo#toolbar_pane} specifies that the pane should adopt the default toolbar pane settings.
673
- # @return [Wx::AUI::AuiPaneInfo]
674
- def toolbar_pane; end
675
-
676
- # {Wx::AUI::AuiPaneInfo#top} sets the pane dock position to the top of the frame.
677
50
  #
678
- # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_TOP}).
679
- # @return [Wx::AUI::AuiPaneInfo]
680
- def top; end
681
-
682
- # {Wx::AUI::AuiPaneInfo#top_dockable} indicates whether a pane can be docked at the top of the frame.
683
- # @param b [Boolean]
684
- # @return [Wx::AUI::AuiPaneInfo]
685
- def set_top_dockable(b=true) end
686
- alias_method :top_dockable=, :set_top_dockable
687
-
688
- # {Wx::AUI::AuiPaneInfo#window} assigns the window pointer that the {Wx::AUI::AuiPaneInfo} should use.
689
51
  #
690
- # This normally does not need to be specified, as the window pointer is automatically assigned to the {Wx::AUI::AuiPaneInfo} structure as soon as it is added to the manager.
691
- # @param w [Wx::Window]
692
- # @return [Wx::AUI::AuiPaneInfo]
693
- def set_window(w) end
694
- alias_method :window=, :set_window
52
+ # @wxrb_require USE_AUI
53
+ class AuiManagerOption < Wx::Enum
695
54
 
696
- # @return [Boolean]
697
- def is_valid; end
698
- alias_method :valid?, :is_valid
55
+ # Allow a pane to be undocked to take the form of a {Wx::MiniFrame}.
56
+ #
57
+ AUI_MGR_ALLOW_FLOATING = Wx::AUI::AuiManagerOption.new(1)
58
+
59
+ # Change the color of the title bar of the pane when it is activated.
60
+ #
61
+ AUI_MGR_ALLOW_ACTIVE_PANE = Wx::AUI::AuiManagerOption.new(2)
62
+
63
+ # Make the pane transparent during its movement.
64
+ #
65
+ AUI_MGR_TRANSPARENT_DRAG = Wx::AUI::AuiManagerOption.new(4)
66
+
67
+ # The possible location for docking is indicated by a translucent area.
68
+ #
69
+ AUI_MGR_TRANSPARENT_HINT = Wx::AUI::AuiManagerOption.new(8)
70
+
71
+ # The possible location for docking is indicated by a gradually appearing partially transparent area.
72
+ #
73
+ AUI_MGR_VENETIAN_BLINDS_HINT = Wx::AUI::AuiManagerOption.new(16)
74
+
75
+ # The possible location for docking is indicated by a rectangular outline.
76
+ #
77
+ AUI_MGR_RECTANGLE_HINT = Wx::AUI::AuiManagerOption.new(32)
78
+
79
+ # The translucent area where the pane could be docked appears gradually.
80
+ #
81
+ AUI_MGR_HINT_FADE = Wx::AUI::AuiManagerOption.new(64)
82
+
83
+ # Used in complement of {Wx::AUI::AuiManagerOption::AUI_MGR_VENETIAN_BLINDS_HINT} to show the hint immediately.
84
+ #
85
+ AUI_MGR_NO_VENETIAN_BLINDS_FADE = Wx::AUI::AuiManagerOption.new(128)
86
+
87
+ # When a docked pane is resized, its content is refreshed in live (instead of moving the border alone and refreshing the content at the end).
88
+ #
89
+ AUI_MGR_LIVE_RESIZE = Wx::AUI::AuiManagerOption.new(256)
90
+
91
+ # Default behaviour.
92
+ #
93
+ AUI_MGR_DEFAULT = Wx::AUI::AuiManagerOption.new(201)
94
+
95
+ end # AuiManagerOption
96
+
97
+ #
98
+ #
99
+ EVT_AUI_PANE_BUTTON = 10427
100
+
101
+ #
102
+ #
103
+ EVT_AUI_PANE_CLOSE = 10428
104
+
105
+ #
106
+ #
107
+ EVT_AUI_PANE_MAXIMIZE = 10429
108
+
109
+ #
110
+ #
111
+ EVT_AUI_PANE_RESTORE = 10430
112
+
113
+ #
114
+ #
115
+ EVT_AUI_PANE_ACTIVATED = 10431
116
+
117
+ #
118
+ #
119
+ EVT_AUI_RENDER = 10432
120
+
121
+ #
122
+ #
123
+ EVT_AUI_FIND_MANAGER = 10433
124
+
125
+ # {Wx::AUI::AuiPaneInfo} is part of the {Wx::AUI} class framework.
126
+ #
127
+ # See also wxAUI Overview.
128
+ # {Wx::AUI::AuiPaneInfo} specifies all the parameters for a pane. These parameters specify where the pane is on the screen, whether it is docked or floating, or hidden. In addition, these parameters specify the pane's docked position, floating position, preferred size, minimum size, caption text among many other parameters.
129
+ #
130
+ # Category: Window Docking (wxAUI)
131
+ # @see Wx::AUI::AuiManager
132
+ # @see Wx::AUI::AuiDockArt
133
+ #
134
+ #
135
+ #
136
+ # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
137
+ # @wxrb_require USE_AUI
138
+ class AuiPaneInfo < ::Object
139
+
140
+ # name of the pane
141
+ #
142
+ #
143
+ # @return [String]
144
+ def name; end
145
+
146
+ # caption displayed on the window
147
+ #
148
+ #
149
+ # @return [String]
150
+ def caption; end
151
+
152
+ # icon of the pane, may be invalid
153
+ #
154
+ #
155
+ # @return [Wx::BitmapBundle]
156
+ def icon; end
157
+
158
+ # window that is in this pane
159
+ #
160
+ #
161
+ # @return [Wx::Window]
162
+ def window; end
163
+
164
+ # floating frame window that holds the pane
165
+ #
166
+ #
167
+ # @return [Wx::Frame]
168
+ def frame; end
169
+
170
+ # a combination of {Wx::PaneState} values
171
+ #
172
+ #
173
+ # @return [Integer]
174
+ def state; end
175
+
176
+ # dock direction (top, bottom, left, right, center)
177
+ #
178
+ #
179
+ # @return [Integer]
180
+ def direction; end
181
+
182
+ # layer number (0 = innermost layer)
183
+ #
184
+ #
185
+ # @return [Integer]
186
+ def layer; end
187
+
188
+ # row number on the docking bar (0 = first row)
189
+ #
190
+ #
191
+ # @return [Integer]
192
+ def row; end
193
+
194
+ # position inside the row (0 = first position)
195
+ #
196
+ #
197
+ # @return [Integer]
198
+ def position; end
199
+
200
+ # size that the layout engine will prefer
201
+ #
202
+ #
203
+ # @return [Wx::Size]
204
+ def best_size; end
205
+
206
+ # minimum size the pane window can tolerate
207
+ #
208
+ #
209
+ # @return [Wx::Size]
210
+ def min_size; end
211
+
212
+ # maximum size the pane window can tolerate
213
+ #
214
+ #
215
+ # @return [Wx::Size]
216
+ def max_size; end
217
+
218
+ # position while floating
219
+ #
220
+ #
221
+ # @return [Wx::Point]
222
+ def floating_position; end
223
+
224
+ # size while floating
225
+ #
226
+ #
227
+ # @return [Wx::Size]
228
+ def floating_size; end
229
+
230
+ # proportion while docked
231
+ #
232
+ #
233
+ # @return [Integer]
234
+ def proportion; end
235
+ # proportion while docked
236
+ #
237
+ #
238
+ # @param val [Integer]
239
+ # @return [void]
240
+ def proportion=(val); end
241
+
242
+ # current rectangle (populated by {Wx::AUI})
243
+ #
244
+ #
245
+ # @return [Wx::Rect]
246
+ def rect; end
247
+
248
+ # @overload initialize()
249
+ # @return [Wx::AUI::AuiPaneInfo]
250
+ # @overload initialize(c)
251
+ # Copy constructor.
252
+ # @param c [Wx::AUI::AuiPaneInfo]
253
+ # @return [Wx::AUI::AuiPaneInfo]
254
+ def initialize(*args) end
255
+
256
+ # {Wx::AUI::AuiPaneInfo#best_size} sets the ideal size for the pane.
257
+ #
258
+ # The docking manager will attempt to use this size as much as possible when docking or floating the pane.
259
+ # @param size [Array(Integer, Integer), Wx::Size]
260
+ # @return [Wx::AUI::AuiPaneInfo]
261
+ def set_best_size(size) end
262
+ alias_method :best_size=, :set_best_size
263
+
264
+ # {Wx::AUI::AuiPaneInfo#bottom} sets the pane dock position to the bottom side of the frame.
265
+ #
266
+ # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_BOTTOM}).
267
+ # @return [Wx::AUI::AuiPaneInfo]
268
+ def bottom; end
269
+
270
+ # {Wx::AUI::AuiPaneInfo#bottom_dockable} indicates whether a pane can be docked at the bottom of the frame.
271
+ # @param b [Boolean]
272
+ # @return [Wx::AUI::AuiPaneInfo]
273
+ def set_bottom_dockable(b=true) end
274
+ alias_method :bottom_dockable=, :set_bottom_dockable
275
+
276
+ # {Wx::AUI::AuiPaneInfo#caption} sets the caption of the pane.
277
+ # @param c [String]
278
+ # @return [Wx::AUI::AuiPaneInfo]
279
+ def set_caption(c) end
280
+ alias_method :caption=, :set_caption
281
+
282
+ # CaptionVisible indicates that a pane caption should be visible.
283
+ #
284
+ # If false, no pane caption is drawn.
285
+ # @param visible [Boolean]
286
+ # @return [Wx::AUI::AuiPaneInfo]
287
+ def set_caption_visible(visible=true) end
288
+ alias_method :caption_visible=, :set_caption_visible
289
+
290
+ # {Wx::AUI::AuiPaneInfo#center} sets the pane dock position to the left side of the frame.
291
+ #
292
+ # The centre pane is the space in the middle after all border panes (left, top, right, bottom) are subtracted from the layout. This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_CENTRE}).
293
+ # @return [Wx::AUI::AuiPaneInfo]
294
+ def centre; end
295
+
296
+ # @return [Wx::AUI::AuiPaneInfo]
297
+ def center; end
298
+
299
+ # {Wx::AUI::AuiPaneInfo#centre_pane} specifies that the pane should adopt the default center pane settings.
300
+ #
301
+ # Centre panes usually do not have caption bars. This function provides an easy way of preparing a pane to be displayed in the center dock position.
302
+ # @return [Wx::AUI::AuiPaneInfo]
303
+ def centre_pane; end
304
+
305
+ # @return [Wx::AUI::AuiPaneInfo]
306
+ def center_pane; end
307
+
308
+ # {Wx::AUI::AuiPaneInfo#close_button} indicates that a close button should be drawn for the pane.
309
+ # @param visible [Boolean]
310
+ # @return [Wx::AUI::AuiPaneInfo]
311
+ def set_close_button(visible=true) end
312
+ alias_method :close_button=, :set_close_button
313
+
314
+ # {Wx::AUI::AuiPaneInfo#default_pane} specifies that the pane should adopt the default pane settings.
315
+ # @return [Wx::AUI::AuiPaneInfo]
316
+ def default_pane; end
317
+
318
+ # {Wx::AUI::AuiPaneInfo#destroy_on_close} indicates whether a pane should be destroyed when it is closed.
319
+ #
320
+ # Normally a pane is simply hidden when the close button is clicked. Setting DestroyOnClose to true will cause the window to be destroyed when the user clicks the pane's close button.
321
+ # @param b [Boolean]
322
+ # @return [Wx::AUI::AuiPaneInfo]
323
+ def set_destroy_on_close(b=true) end
324
+ alias_method :destroy_on_close=, :set_destroy_on_close
325
+
326
+ # {Wx::AUI::AuiPaneInfo#direction} determines the direction of the docked pane.
327
+ #
328
+ # It is functionally the same as calling {Wx::AUI::AuiPaneInfo#left}, {Wx::AUI::AuiPaneInfo#right}, {Wx::AUI::AuiPaneInfo#top} or {Wx::AUI::AuiPaneInfo#bottom}, except that docking direction may be specified programmatically via the parameter.
329
+ # @param direction [Integer]
330
+ # @return [Wx::AUI::AuiPaneInfo]
331
+ def set_direction(direction) end
332
+ alias_method :direction=, :set_direction
333
+
334
+ # {Wx::AUI::AuiPaneInfo#dock} indicates that a pane should be docked.
335
+ #
336
+ # It is the opposite of {Wx::AUI::AuiPaneInfo#float}.
337
+ # @return [Wx::AUI::AuiPaneInfo]
338
+ def dock; end
339
+
340
+ # {Wx::AUI::AuiPaneInfo#dock_fixed} causes the containing dock to have no resize sash.
341
+ #
342
+ # This is useful for creating panes that span the entire width or height of a dock, but should not be resizable in the other direction.
343
+ # @param b [Boolean]
344
+ # @return [Wx::AUI::AuiPaneInfo]
345
+ def set_dock_fixed(b=true) end
346
+ alias_method :dock_fixed=, :set_dock_fixed
347
+
348
+ # {Wx::AUI::AuiPaneInfo#dockable} specifies whether a frame can be docked or not.
349
+ #
350
+ # It is the same as specifying TopDockable(b).BottomDockable(b).LeftDockable(b).RightDockable(b).
351
+ # @param b [Boolean]
352
+ # @return [Wx::AUI::AuiPaneInfo]
353
+ def set_dockable(b=true) end
354
+ alias_method :dockable=, :set_dockable
355
+
356
+ # {Wx::AUI::AuiPaneInfo#fixed} forces a pane to be fixed size so that it cannot be resized.
357
+ #
358
+ # After calling {Wx::AUI::AuiPaneInfo#fixed}, {Wx::AUI::AuiPaneInfo#is_fixed} will return true.
359
+ # @return [Wx::AUI::AuiPaneInfo]
360
+ def fixed; end
361
+
362
+ # {Wx::AUI::AuiPaneInfo#float} indicates that a pane should be floated.
363
+ #
364
+ # It is the opposite of {Wx::AUI::AuiPaneInfo#dock}.
365
+ # @return [Wx::AUI::AuiPaneInfo]
366
+ def float; end
367
+
368
+ # {Wx::AUI::AuiPaneInfo#floatable} sets whether the user will be able to undock a pane and turn it into a floating window.
369
+ # @param b [Boolean]
370
+ # @return [Wx::AUI::AuiPaneInfo]
371
+ def set_floatable(b=true) end
372
+ alias_method :floatable=, :set_floatable
373
+
374
+ # {Wx::AUI::AuiPaneInfo#floating_position} sets the position of the floating pane.
375
+ # @param pos [Array(Integer, Integer), Wx::Point]
376
+ # @return [Wx::AUI::AuiPaneInfo]
377
+ def set_floating_position(pos) end
378
+ alias_method :floating_position=, :set_floating_position
379
+
380
+ # {Wx::AUI::AuiPaneInfo#floating_size} sets the size of the floating pane.
381
+ # @param size [Array(Integer, Integer), Wx::Size]
382
+ # @return [Wx::AUI::AuiPaneInfo]
383
+ def set_floating_size(size) end
384
+ alias_method :floating_size=, :set_floating_size
385
+
386
+ # {Wx::AUI::AuiPaneInfo#gripper} indicates that a gripper should be drawn for the pane.
387
+ # @param visible [Boolean]
388
+ # @return [Wx::AUI::AuiPaneInfo]
389
+ def set_gripper(visible=true) end
390
+ alias_method :gripper=, :set_gripper
391
+
392
+ # {Wx::AUI::AuiPaneInfo#gripper_top} indicates that a gripper should be drawn at the top of the pane.
393
+ # @param attop [Boolean]
394
+ # @return [Wx::AUI::AuiPaneInfo]
395
+ def set_gripper_top(attop=true) end
396
+ alias_method :gripper_top=, :set_gripper_top
397
+
398
+ # {Wx::AUI::AuiPaneInfo#has_border} returns true if the pane displays a border.
399
+ # @return [Boolean]
400
+ def has_border; end
401
+ alias_method :has_border?, :has_border
402
+
403
+ # {Wx::AUI::AuiPaneInfo#has_caption} returns true if the pane displays a caption.
404
+ # @return [Boolean]
405
+ def has_caption; end
406
+ alias_method :has_caption?, :has_caption
407
+
408
+ # {Wx::AUI::AuiPaneInfo#has_close_button} returns true if the pane displays a button to close the pane.
409
+ # @return [Boolean]
410
+ def has_close_button; end
411
+ alias_method :has_close_button?, :has_close_button
412
+
413
+ # {Wx::AUI::AuiPaneInfo#has_flag} returns true if the property specified by flag is active for the pane.
414
+ # @param flag [Integer]
415
+ # @return [Boolean]
416
+ def has_flag(flag) end
417
+ alias_method :has_flag?, :has_flag
418
+
419
+ # {Wx::AUI::AuiPaneInfo#has_gripper} returns true if the pane displays a gripper.
420
+ # @return [Boolean]
421
+ def has_gripper; end
422
+ alias_method :has_gripper?, :has_gripper
423
+
424
+ # {Wx::AUI::AuiPaneInfo#has_gripper} returns true if the pane displays a gripper at the top.
425
+ # @return [Boolean]
426
+ def has_gripper_top; end
427
+ alias_method :has_gripper_top?, :has_gripper_top
428
+
429
+ # {Wx::AUI::AuiPaneInfo#has_maximize_button} returns true if the pane displays a button to maximize the pane.
430
+ # @return [Boolean]
431
+ def has_maximize_button; end
432
+ alias_method :has_maximize_button?, :has_maximize_button
433
+
434
+ # {Wx::AUI::AuiPaneInfo#has_minimize_button} returns true if the pane displays a button to minimize the pane.
435
+ # @return [Boolean]
436
+ def has_minimize_button; end
437
+ alias_method :has_minimize_button?, :has_minimize_button
438
+
439
+ # {Wx::AUI::AuiPaneInfo#has_pin_button} returns true if the pane displays a button to float the pane.
440
+ # @return [Boolean]
441
+ def has_pin_button; end
442
+ alias_method :has_pin_button?, :has_pin_button
443
+
444
+ # {Wx::AUI::AuiPaneInfo#hide} indicates that a pane should be hidden.
445
+ # @return [Wx::AUI::AuiPaneInfo]
446
+ def hide; end
447
+
448
+ # {Wx::AUI::AuiPaneInfo#icon} sets the icon of the pane.
449
+ #
450
+ # Notice that the height of the icon should be smaller than the value returned by {Wx::AUI::AuiDockArt#get_metric(wxAUI_DOCKART_CAPTION_SIZE)} to ensure that it appears correctly.
451
+ # @param b [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image]
452
+ # @return [Wx::AUI::AuiPaneInfo]
453
+ def set_icon(b) end
454
+ alias_method :icon=, :set_icon
455
+
456
+ # {Wx::AUI::AuiPaneInfo#is_bottom_dockable} returns true if the pane can be docked at the bottom of the managed frame.
457
+ #
458
+ #
459
+ # @see Wx::AUI::AuiPaneInfo#is_dockable
460
+ # @return [Boolean]
461
+ def is_bottom_dockable; end
462
+ alias_method :bottom_dockable?, :is_bottom_dockable
463
+
464
+ # Returns true if the pane can be docked at any side.
465
+ #
466
+ #
467
+ # @see Wx::AUI::AuiPaneInfo#is_top_dockable
468
+ # @see Wx::AUI::AuiPaneInfo#is_bottom_dockable
469
+ # @see Wx::AUI::AuiPaneInfo#is_left_dockable
470
+ # @see Wx::AUI::AuiPaneInfo#is_right_dockable
471
+ # @return [Boolean]
472
+ def is_dockable; end
473
+ alias_method :dockable?, :is_dockable
474
+
475
+ # {Wx::AUI::AuiPaneInfo#is_docked} returns true if the pane is currently docked.
476
+ # @return [Boolean]
477
+ def is_docked; end
478
+ alias_method :docked?, :is_docked
479
+
480
+ # {Wx::AUI::AuiPaneInfo#is_fixed} returns true if the pane cannot be resized.
481
+ # @return [Boolean]
482
+ def is_fixed; end
483
+ alias_method :fixed?, :is_fixed
484
+
485
+ # {Wx::AUI::AuiPaneInfo#is_floatable} returns true if the pane can be undocked and displayed as a floating window.
486
+ # @return [Boolean]
487
+ def is_floatable; end
488
+ alias_method :floatable?, :is_floatable
489
+
490
+ # {Wx::AUI::AuiPaneInfo#is_floating} returns true if the pane is floating.
491
+ # @return [Boolean]
492
+ def is_floating; end
493
+ alias_method :floating?, :is_floating
494
+
495
+ # {Wx::AUI::AuiPaneInfo#is_left_dockable} returns true if the pane can be docked on the left of the managed frame.
496
+ #
497
+ #
498
+ # @see Wx::AUI::AuiPaneInfo#is_dockable
499
+ # @return [Boolean]
500
+ def is_left_dockable; end
501
+ alias_method :left_dockable?, :is_left_dockable
502
+
503
+ # IsMoveable() returns true if the docked frame can be undocked or moved to another dock position.
504
+ # @return [Boolean]
505
+ def is_movable; end
506
+ alias_method :movable?, :is_movable
507
+
508
+ # {Wx::AUI::AuiPaneInfo#is_ok} returns true if the {Wx::AUI::AuiPaneInfo} structure is valid.
509
+ #
510
+ # A pane structure is valid if it has an associated window.
511
+ # @return [Boolean]
512
+ def is_ok; end
513
+ alias_method :ok?, :is_ok
514
+
515
+ # {Wx::AUI::AuiPaneInfo#is_resizable} returns true if the pane can be resized.
516
+ # @return [Boolean]
517
+ def is_resizable; end
518
+ alias_method :resizable?, :is_resizable
519
+
520
+ # {Wx::AUI::AuiPaneInfo#is_right_dockable} returns true if the pane can be docked on the right of the managed frame.
521
+ #
522
+ #
523
+ # @see Wx::AUI::AuiPaneInfo#is_dockable
524
+ # @return [Boolean]
525
+ def is_right_dockable; end
526
+ alias_method :right_dockable?, :is_right_dockable
527
+
528
+ # {Wx::AUI::AuiPaneInfo#is_shown} returns true if the pane is currently shown.
529
+ # @return [Boolean]
530
+ def is_shown; end
531
+ alias_method :shown?, :is_shown
532
+
533
+ # {Wx::AUI::AuiPaneInfo#is_toolbar} returns true if the pane contains a toolbar.
534
+ # @return [Boolean]
535
+ def is_toolbar; end
536
+ alias_method :toolbar?, :is_toolbar
537
+
538
+ # {Wx::AUI::AuiPaneInfo#is_top_dockable} returns true if the pane can be docked at the top of the managed frame.
539
+ #
540
+ #
541
+ # @see Wx::AUI::AuiPaneInfo#is_dockable
542
+ # @return [Boolean]
543
+ def is_top_dockable; end
544
+ alias_method :top_dockable?, :is_top_dockable
545
+
546
+ # {Wx::AUI::AuiPaneInfo#layer} determines the layer of the docked pane.
547
+ #
548
+ # The dock layer is similar to an onion, the inner-most layer being layer 0. Each shell moving in the outward direction has a higher layer number. This allows for more complex docking layout formation.
549
+ # @param layer [Integer]
550
+ # @return [Wx::AUI::AuiPaneInfo]
551
+ def set_layer(layer) end
552
+ alias_method :layer=, :set_layer
553
+
554
+ # {Wx::AUI::AuiPaneInfo#left} sets the pane dock position to the left side of the frame.
555
+ #
556
+ # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_LEFT}).
557
+ # @return [Wx::AUI::AuiPaneInfo]
558
+ def left; end
559
+
560
+ # {Wx::AUI::AuiPaneInfo#left_dockable} indicates whether a pane can be docked on the left of the frame.
561
+ # @param b [Boolean]
562
+ # @return [Wx::AUI::AuiPaneInfo]
563
+ def set_left_dockable(b=true) end
564
+ alias_method :left_dockable=, :set_left_dockable
565
+
566
+ # {Wx::AUI::AuiPaneInfo#max_size} sets the maximum size of the pane.
567
+ # @param size [Array(Integer, Integer), Wx::Size]
568
+ # @return [Wx::AUI::AuiPaneInfo]
569
+ def set_max_size(size) end
570
+ alias_method :max_size=, :set_max_size
571
+
572
+ # {Wx::AUI::AuiPaneInfo#maximize_button} indicates that a maximize button should be drawn for the pane.
573
+ # @param visible [Boolean]
574
+ # @return [Wx::AUI::AuiPaneInfo]
575
+ def set_maximize_button(visible=true) end
576
+ alias_method :maximize_button=, :set_maximize_button
577
+
578
+ # {Wx::AUI::AuiPaneInfo#min_size} sets the minimum size of the pane.
579
+ #
580
+ # Please note that this is only partially supported as of this writing.
581
+ # @param size [Array(Integer, Integer), Wx::Size]
582
+ # @return [Wx::AUI::AuiPaneInfo]
583
+ def set_min_size(size) end
584
+ alias_method :min_size=, :set_min_size
585
+
586
+ # {Wx::AUI::AuiPaneInfo#minimize_button} indicates that a minimize button should be drawn for the pane.
587
+ # @param visible [Boolean]
588
+ # @return [Wx::AUI::AuiPaneInfo]
589
+ def set_minimize_button(visible=true) end
590
+ alias_method :minimize_button=, :set_minimize_button
591
+
592
+ # Movable indicates whether a frame can be moved.
593
+ # @param b [Boolean]
594
+ # @return [Wx::AUI::AuiPaneInfo]
595
+ def set_movable(b=true) end
596
+ alias_method :movable=, :set_movable
597
+
598
+ # {Wx::AUI::AuiPaneInfo#name} sets the name of the pane so it can be referenced in lookup functions.
599
+ #
600
+ # If a name is not specified by the user, a random name is assigned to the pane when it is added to the manager.
601
+ # @param n [String]
602
+ # @return [Wx::AUI::AuiPaneInfo]
603
+ def set_name(n) end
604
+ alias_method :name=, :set_name
605
+
606
+ # PaneBorder indicates that a border should be drawn for the pane.
607
+ # @param visible [Boolean]
608
+ # @return [Wx::AUI::AuiPaneInfo]
609
+ def set_pane_border(visible=true) end
610
+ alias_method :pane_border=, :set_pane_border
611
+
612
+ # {Wx::AUI::AuiPaneInfo#pin_button} indicates that a pin button should be drawn for the pane.
613
+ # @param visible [Boolean]
614
+ # @return [Wx::AUI::AuiPaneInfo]
615
+ def set_pin_button(visible=true) end
616
+ alias_method :pin_button=, :set_pin_button
617
+
618
+ # {Wx::AUI::AuiPaneInfo#position} determines the position of the docked pane.
619
+ # @param pos [Integer]
620
+ # @return [Wx::AUI::AuiPaneInfo]
621
+ def set_position(pos) end
622
+ alias_method :position=, :set_position
623
+
624
+ # {Wx::AUI::AuiPaneInfo#resizable} allows a pane to be resized if the parameter is true, and forces it to be a fixed size if the parameter is false.
625
+ #
626
+ # This is simply an antonym for {Wx::AUI::AuiPaneInfo#fixed}.
627
+ # @param resizable [Boolean]
628
+ # @return [Wx::AUI::AuiPaneInfo]
629
+ def set_resizable(resizable=true) end
630
+ alias_method :resizable=, :set_resizable
631
+
632
+ # {Wx::AUI::AuiPaneInfo#right} sets the pane dock position to the right side of the frame.
633
+ #
634
+ # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_RIGHT}).
635
+ # @return [Wx::AUI::AuiPaneInfo]
636
+ def right; end
637
+
638
+ # {Wx::AUI::AuiPaneInfo#right_dockable} indicates whether a pane can be docked on the right of the frame.
639
+ # @param b [Boolean]
640
+ # @return [Wx::AUI::AuiPaneInfo]
641
+ def set_right_dockable(b=true) end
642
+ alias_method :right_dockable=, :set_right_dockable
643
+
644
+ # {Wx::AUI::AuiPaneInfo#row} determines the row of the docked pane.
645
+ # @param row [Integer]
646
+ # @return [Wx::AUI::AuiPaneInfo]
647
+ def set_row(row) end
648
+ alias_method :row=, :set_row
649
+
650
+ # Write the safe parts of a PaneInfo object "source" into "this".
651
+ #
652
+ # "Safe parts" are all non-UI elements (e.g. all layout determining parameters like the size, position etc.). "Unsafe parts" (pointers to button, frame and window) are not modified by this write operation.
653
+ #
654
+ # <div class="wxrb-remark">
655
+ # <b>Remark:</b>
656
+ # <p>This method is used when loading perspectives.
657
+ # </p>
658
+ # </div>
659
+ # @param source [Wx::AUI::AuiPaneInfo]
660
+ # @return [void]
661
+ def safe_set(source) end
662
+
663
+ # {Wx::AUI::AuiPaneInfo#set_flag} turns the property given by flag on or off with the option_state parameter.
664
+ # @param flag [Integer]
665
+ # @param option_state [Boolean]
666
+ # @return [Wx::AUI::AuiPaneInfo]
667
+ def set_flag(flag, option_state) end
668
+
669
+ # {Wx::AUI::AuiPaneInfo#show} indicates that a pane should be shown.
670
+ # @param show [Boolean]
671
+ # @return [Wx::AUI::AuiPaneInfo]
672
+ def show(show=true) end
673
+
674
+ # {Wx::AUI::AuiPaneInfo#toolbar_pane} specifies that the pane should adopt the default toolbar pane settings.
675
+ # @return [Wx::AUI::AuiPaneInfo]
676
+ def toolbar_pane; end
677
+
678
+ # {Wx::AUI::AuiPaneInfo#top} sets the pane dock position to the top of the frame.
679
+ #
680
+ # This is the same thing as calling Direction({Wx::AUI::AuiManagerDock::AUI_DOCK_TOP}).
681
+ # @return [Wx::AUI::AuiPaneInfo]
682
+ def top; end
683
+
684
+ # {Wx::AUI::AuiPaneInfo#top_dockable} indicates whether a pane can be docked at the top of the frame.
685
+ # @param b [Boolean]
686
+ # @return [Wx::AUI::AuiPaneInfo]
687
+ def set_top_dockable(b=true) end
688
+ alias_method :top_dockable=, :set_top_dockable
689
+
690
+ # {Wx::AUI::AuiPaneInfo#window} assigns the window pointer that the {Wx::AUI::AuiPaneInfo} should use.
691
+ #
692
+ # This normally does not need to be specified, as the window pointer is automatically assigned to the {Wx::AUI::AuiPaneInfo} structure as soon as it is added to the manager.
693
+ # @param w [Wx::Window]
694
+ # @return [Wx::AUI::AuiPaneInfo]
695
+ def set_window(w) end
696
+ alias_method :window=, :set_window
697
+
698
+ # @return [Boolean]
699
+ def is_valid; end
700
+ alias_method :valid?, :is_valid
701
+
702
+ end # AuiPaneInfo
699
703
 
700
- end # AuiPaneInfo
701
-
702
704
 
703
- end
705
+ end
706
+
707
+ end