wxruby3 0.9.2-x64-mingw-ucrt → 0.9.4-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (668) hide show
  1. checksums.yaml +4 -4
  2. data/INSTALL.md +35 -29
  3. data/README.md +24 -15
  4. data/ext/wxbase32u_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  6. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  19. data/lib/wx/core/bitmap_combobox.rb +17 -21
  20. data/lib/wx/core/book_ctrl_base.rb +16 -0
  21. data/lib/wx/core/combobox.rb +13 -3
  22. data/lib/wx/core/config.rb +454 -83
  23. data/lib/wx/core/controlwithitems.rb +40 -130
  24. data/lib/wx/core/enum.rb +17 -1
  25. data/lib/wx/core/event.rb +6 -1
  26. data/lib/wx/core/events/evt_list.rb +5 -4
  27. data/lib/wx/core/evthandler.rb +8 -2
  28. data/lib/wx/core/generic_validator.rb +312 -0
  29. data/lib/wx/core/listbox.rb +2 -2
  30. data/lib/wx/core/log.rb +1 -1
  31. data/lib/wx/core/notebook.rb +10 -8
  32. data/lib/wx/core/owner_drawn_combobox.rb +45 -0
  33. data/lib/wx/core/peristent_object.rb +15 -0
  34. data/lib/wx/core/persistence_manager.rb +39 -0
  35. data/lib/wx/core/persistent_window.rb +16 -0
  36. data/lib/wx/core/size.rb +4 -0
  37. data/lib/wx/core/sizer.rb +1 -2
  38. data/lib/wx/core/standard_paths.rb +22 -0
  39. data/lib/wx/core/text_entry.rb +4 -1
  40. data/lib/wx/core/top_level_window.rb +16 -0
  41. data/lib/wx/core/treebook.rb +18 -0
  42. data/lib/wx/core/validator.rb +70 -5
  43. data/lib/wx/core/window.rb +3 -7
  44. data/lib/wx/core.rb +4 -0
  45. data/lib/wx/doc/art_locator.rb +1 -0
  46. data/lib/wx/doc/book_ctrl_base.rb +19 -0
  47. data/lib/wx/doc/comboctrl.rb +18 -0
  48. data/lib/wx/doc/config.rb +101 -41
  49. data/lib/wx/doc/controlwithitems.rb +16 -0
  50. data/lib/wx/doc/date_picker_ctrl.rb +23 -0
  51. data/lib/wx/doc/editable_listbox.rb +44 -0
  52. data/lib/wx/doc/enum.rb +15 -0
  53. data/lib/wx/doc/event.rb +12 -0
  54. data/lib/wx/doc/extra/12_client_data.md +89 -0
  55. data/lib/wx/doc/extra/13_validators.md +139 -0
  56. data/lib/wx/doc/extra/14_config.md +101 -0
  57. data/lib/wx/doc/extra/15_persistence.md +148 -0
  58. data/lib/wx/doc/gdi_common.rb +4 -0
  59. data/lib/wx/doc/gen/about_dialog_info.rb +25 -0
  60. data/lib/wx/doc/gen/accelerator.rb +7 -1
  61. data/lib/wx/doc/gen/accessible.rb +13 -0
  62. data/lib/wx/doc/gen/activity_indicator.rb +7 -0
  63. data/lib/wx/doc/gen/animation.rb +12 -0
  64. data/lib/wx/doc/gen/animation_ctrl.rb +10 -0
  65. data/lib/wx/doc/gen/any_button.rb +17 -1
  66. data/lib/wx/doc/gen/app.rb +35 -1
  67. data/lib/wx/doc/gen/app_traits.rb +38 -5
  68. data/lib/wx/doc/gen/art_provider.rb +14 -0
  69. data/lib/wx/doc/gen/aui/aui_dock_art.rb +12 -0
  70. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  71. data/lib/wx/doc/gen/aui/aui_manager.rb +24 -1
  72. data/lib/wx/doc/gen/aui/aui_manager_event.rb +9 -1
  73. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -0
  74. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +2 -0
  75. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +3 -1
  76. data/lib/wx/doc/gen/aui/aui_notebook.rb +20 -2
  77. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +2 -1
  78. data/lib/wx/doc/gen/aui/aui_pane_info.rb +30 -1
  79. data/lib/wx/doc/gen/aui/aui_tab_art.rb +6 -0
  80. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +1 -0
  81. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +11 -0
  82. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -0
  83. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +2 -1
  84. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +4 -0
  85. data/lib/wx/doc/gen/banner_window.rb +7 -0
  86. data/lib/wx/doc/gen/bitmap.rb +64 -3
  87. data/lib/wx/doc/gen/bitmap_button.rb +6 -1
  88. data/lib/wx/doc/gen/bitmap_combo_box.rb +9 -3
  89. data/lib/wx/doc/gen/book_ctrl_base.rb +17 -2
  90. data/lib/wx/doc/gen/book_ctrl_event.rb +3 -1
  91. data/lib/wx/doc/gen/box_sizer.rb +5 -0
  92. data/lib/wx/doc/gen/brush.rb +16 -1
  93. data/lib/wx/doc/gen/busy_info.rb +8 -0
  94. data/lib/wx/doc/gen/button.rb +11 -3
  95. data/lib/wx/doc/gen/calculate_layout_event.rb +4 -0
  96. data/lib/wx/doc/gen/calendar_ctrl.rb +22 -0
  97. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -0
  98. data/lib/wx/doc/gen/calendar_event.rb +3 -1
  99. data/lib/wx/doc/gen/caret.rb +3 -0
  100. data/lib/wx/doc/gen/check_box.rb +10 -0
  101. data/lib/wx/doc/gen/check_list_box.rb +3 -0
  102. data/lib/wx/doc/gen/choice.rb +14 -2
  103. data/lib/wx/doc/gen/choicebook.rb +1 -0
  104. data/lib/wx/doc/gen/client_dc.rb +1 -0
  105. data/lib/wx/doc/gen/clipboard.rb +9 -0
  106. data/lib/wx/doc/gen/collapsible_pane.rb +3 -0
  107. data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -0
  108. data/lib/wx/doc/gen/colour.rb +20 -0
  109. data/lib/wx/doc/gen/colour_dialog.rb +10 -0
  110. data/lib/wx/doc/gen/colour_picker_ctrl.rb +4 -0
  111. data/lib/wx/doc/gen/colour_picker_event.rb +1 -0
  112. data/lib/wx/doc/gen/combo_box.rb +20 -1
  113. data/lib/wx/doc/gen/combo_ctrl.rb +54 -295
  114. data/lib/wx/doc/gen/command_link_button.rb +8 -0
  115. data/lib/wx/doc/gen/context_help_button.rb +7 -1
  116. data/lib/wx/doc/gen/control.rb +12 -0
  117. data/lib/wx/doc/gen/control_with_items.rb +45 -9
  118. data/lib/wx/doc/gen/core.rb +2 -2
  119. data/lib/wx/doc/gen/cursor.rb +4 -0
  120. data/lib/wx/doc/gen/data_format.rb +1 -0
  121. data/lib/wx/doc/gen/data_object.rb +27 -5
  122. data/lib/wx/doc/gen/date_event.rb +2 -1
  123. data/lib/wx/doc/gen/date_picker_ctrl.rb +7 -1
  124. data/lib/wx/doc/gen/dc.rb +87 -3
  125. data/lib/wx/doc/gen/dial_up_event.rb +2 -0
  126. data/lib/wx/doc/gen/dial_up_manager.rb +12 -0
  127. data/lib/wx/doc/gen/dialog.rb +42 -3
  128. data/lib/wx/doc/gen/dir_dialog.rb +6 -1
  129. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  130. data/lib/wx/doc/gen/dir_picker_ctrl.rb +5 -0
  131. data/lib/wx/doc/gen/drag_drop.rb +20 -0
  132. data/lib/wx/doc/gen/drag_image.rb +7 -0
  133. data/lib/wx/doc/gen/editable_list_box.rb +5 -3
  134. data/lib/wx/doc/gen/event.rb +26 -11
  135. data/lib/wx/doc/gen/event_blocker.rb +2 -1
  136. data/lib/wx/doc/gen/event_filter.rb +3 -2
  137. data/lib/wx/doc/gen/event_list.rb +4 -4
  138. data/lib/wx/doc/gen/events.rb +165 -26
  139. data/lib/wx/doc/gen/evt_handler.rb +40 -2
  140. data/lib/wx/doc/gen/ext_help_controller.rb +9 -0
  141. data/lib/wx/doc/gen/file_ctrl.rb +11 -2
  142. data/lib/wx/doc/gen/file_ctrl_event.rb +5 -1
  143. data/lib/wx/doc/gen/file_dialog.rb +13 -0
  144. data/lib/wx/doc/gen/file_dialog_custom_control.rb +12 -0
  145. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +11 -2
  146. data/lib/wx/doc/gen/file_dir_picker_event.rb +2 -1
  147. data/lib/wx/doc/gen/file_picker_ctrl.rb +4 -0
  148. data/lib/wx/doc/gen/file_system.rb +17 -1
  149. data/lib/wx/doc/gen/find_dialog_event.rb +2 -1
  150. data/lib/wx/doc/gen/find_replace_data.rb +1 -0
  151. data/lib/wx/doc/gen/find_replace_dialog.rb +3 -0
  152. data/lib/wx/doc/gen/flex_grid_sizer.rb +13 -0
  153. data/lib/wx/doc/gen/font.rb +75 -3
  154. data/lib/wx/doc/gen/font_data.rb +14 -0
  155. data/lib/wx/doc/gen/font_dialog.rb +6 -0
  156. data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -0
  157. data/lib/wx/doc/gen/font_picker_event.rb +1 -0
  158. data/lib/wx/doc/gen/frame.rb +24 -7
  159. data/lib/wx/doc/gen/fs_file.rb +22 -0
  160. data/lib/wx/doc/gen/gauge.rb +8 -0
  161. data/lib/wx/doc/gen/gb_sizer_item.rb +5 -0
  162. data/lib/wx/doc/gen/gcdc.rb +2 -0
  163. data/lib/wx/doc/gen/gdi_common.rb +50 -8
  164. data/lib/wx/doc/gen/gdi_object.rb +1 -0
  165. data/lib/wx/doc/gen/generic_dir_ctrl.rb +7 -0
  166. data/lib/wx/doc/gen/graphics_context.rb +36 -7
  167. data/lib/wx/doc/gen/graphics_object.rb +24 -0
  168. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -2
  169. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +14 -4
  170. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  171. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +2 -2
  173. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  174. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +2 -2
  175. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -2
  176. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -2
  177. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -2
  178. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +9 -2
  179. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -2
  180. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -2
  181. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  182. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +2 -2
  183. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +2 -2
  184. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  185. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +6 -2
  186. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  187. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  188. data/lib/wx/doc/gen/grid/grid_ctrl.rb +229 -7
  189. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +4 -1
  190. data/lib/wx/doc/gen/grid/grid_event.rb +4 -1
  191. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +2 -1
  192. data/lib/wx/doc/gen/grid/grid_size_event.rb +2 -1
  193. data/lib/wx/doc/gen/grid/grid_string_table.rb +7 -0
  194. data/lib/wx/doc/gen/grid/grid_table_base.rb +27 -1
  195. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  196. data/lib/wx/doc/gen/grid_bag_sizer.rb +24 -4
  197. data/lib/wx/doc/gen/grid_sizer.rb +11 -0
  198. data/lib/wx/doc/gen/gui_event_loop.rb +12 -2
  199. data/lib/wx/doc/gen/header_ctrl.rb +106 -6
  200. data/lib/wx/doc/gen/header_ctrl_event.rb +5 -1
  201. data/lib/wx/doc/gen/help_controller.rb +11 -0
  202. data/lib/wx/doc/gen/help_provider.rb +12 -3
  203. data/lib/wx/doc/gen/html/html_cell.rb +25 -0
  204. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -1
  205. data/lib/wx/doc/gen/html/html_easy_printing.rb +13 -1
  206. data/lib/wx/doc/gen/html/html_help_controller.rb +18 -0
  207. data/lib/wx/doc/gen/html/html_help_data.rb +5 -0
  208. data/lib/wx/doc/gen/html/html_help_window.rb +8 -0
  209. data/lib/wx/doc/gen/html/html_link_event.rb +1 -0
  210. data/lib/wx/doc/gen/html/html_list_box.rb +49 -9
  211. data/lib/wx/doc/gen/html/html_printout.rb +7 -0
  212. data/lib/wx/doc/gen/html/html_window.rb +31 -0
  213. data/lib/wx/doc/gen/hyperlink_ctrl.rb +2 -1
  214. data/lib/wx/doc/gen/hyperlink_event.rb +1 -0
  215. data/lib/wx/doc/gen/icon.rb +19 -1
  216. data/lib/wx/doc/gen/icon_location.rb +1 -0
  217. data/lib/wx/doc/gen/image.rb +67 -10
  218. data/lib/wx/doc/gen/image_list.rb +12 -2
  219. data/lib/wx/doc/gen/info_bar.rb +12 -0
  220. data/lib/wx/doc/gen/keyboard_state.rb +11 -0
  221. data/lib/wx/doc/gen/list_box.rb +20 -3
  222. data/lib/wx/doc/gen/list_ctrl.rb +89 -0
  223. data/lib/wx/doc/gen/list_event.rb +11 -1
  224. data/lib/wx/doc/gen/listbook.rb +1 -0
  225. data/lib/wx/doc/gen/locale.rb +22 -0
  226. data/lib/wx/doc/gen/log.rb +42 -0
  227. data/lib/wx/doc/gen/mdi_client_window.rb +4 -1
  228. data/lib/wx/doc/gen/mdi_frame.rb +27 -4
  229. data/lib/wx/doc/gen/media_ctrl.rb +17 -0
  230. data/lib/wx/doc/gen/media_event.rb +2 -1
  231. data/lib/wx/doc/gen/memory_dc.rb +10 -0
  232. data/lib/wx/doc/gen/menu.rb +48 -7
  233. data/lib/wx/doc/gen/menu_bar.rb +32 -13
  234. data/lib/wx/doc/gen/menu_item.rb +26 -0
  235. data/lib/wx/doc/gen/message_dialog.rb +10 -0
  236. data/lib/wx/doc/gen/mini_frame.rb +5 -2
  237. data/lib/wx/doc/gen/mirror_dc.rb +1 -0
  238. data/lib/wx/doc/gen/mouse_state.rb +1 -0
  239. data/lib/wx/doc/gen/multi_choice_dialog.rb +3 -1
  240. data/lib/wx/doc/gen/non_owned_window.rb +3 -0
  241. data/lib/wx/doc/gen/notebook.rb +11 -1
  242. data/lib/wx/doc/gen/num_validator.rb +37 -0
  243. data/lib/wx/doc/gen/number_entry_dialog.rb +4 -0
  244. data/lib/wx/doc/gen/object.rb +3 -0
  245. data/lib/wx/doc/gen/owner_drawn_combo_box.rb +340 -0
  246. data/lib/wx/doc/gen/paint_dc.rb +1 -0
  247. data/lib/wx/doc/gen/palette.rb +5 -0
  248. data/lib/wx/doc/gen/panel.rb +10 -2
  249. data/lib/wx/doc/gen/pen.rb +30 -1
  250. data/lib/wx/doc/gen/persistence_manager.rb +135 -0
  251. data/lib/wx/doc/gen/persistent_object.rb +52 -0
  252. data/lib/wx/doc/gen/persistent_window.rb +116 -0
  253. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -1
  254. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +4 -1
  255. data/lib/wx/doc/gen/pg/pg_cell.rb +6 -1
  256. data/lib/wx/doc/gen/pg/pg_editor.rb +61 -15
  257. data/lib/wx/doc/gen/pg/pg_multi_button.rb +2 -0
  258. data/lib/wx/doc/gen/pg/pg_properties.rb +198 -81
  259. data/lib/wx/doc/gen/pg/pg_property.rb +129 -52
  260. data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -0
  261. data/lib/wx/doc/gen/pg/property_grid.rb +56 -14
  262. data/lib/wx/doc/gen/pg/property_grid_event.rb +16 -6
  263. data/lib/wx/doc/gen/pg/property_grid_interface.rb +98 -37
  264. data/lib/wx/doc/gen/pg/property_grid_manager.rb +29 -7
  265. data/lib/wx/doc/gen/pg/property_grid_page.rb +11 -4
  266. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +7 -2
  267. data/lib/wx/doc/gen/picker_base.rb +11 -1
  268. data/lib/wx/doc/gen/platform_info.rb +31 -0
  269. data/lib/wx/doc/gen/popup_window.rb +5 -0
  270. data/lib/wx/doc/gen/progress_dialog.rb +4 -0
  271. data/lib/wx/doc/gen/property_sheet_dialog.rb +7 -1
  272. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +2 -0
  273. data/lib/wx/doc/gen/prt/post_script_dc.rb +1 -0
  274. data/lib/wx/doc/gen/prt/preview_frame.rb +4 -0
  275. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -0
  276. data/lib/wx/doc/gen/prt/print_data.rb +27 -0
  277. data/lib/wx/doc/gen/prt/print_dialog.rb +4 -0
  278. data/lib/wx/doc/gen/prt/printer.rb +42 -5
  279. data/lib/wx/doc/gen/prt/printer_dc.rb +2 -0
  280. data/lib/wx/doc/gen/query_layout_info_event.rb +9 -0
  281. data/lib/wx/doc/gen/radio_box.rb +19 -0
  282. data/lib/wx/doc/gen/radio_button.rb +9 -0
  283. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +63 -0
  284. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +23 -0
  285. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -1
  286. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +35 -9
  287. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -1
  288. data/lib/wx/doc/gen/rbn/ribbon_control.rb +10 -0
  289. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +17 -7
  290. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -1
  291. data/lib/wx/doc/gen/rbn/ribbon_page.rb +12 -0
  292. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +11 -0
  293. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -1
  294. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +25 -0
  295. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  296. data/lib/wx/doc/gen/rearrange_ctrl.rb +4 -0
  297. data/lib/wx/doc/gen/rearrange_list.rb +9 -0
  298. data/lib/wx/doc/gen/region.rb +42 -13
  299. data/lib/wx/doc/gen/region_iterator.rb +1 -0
  300. data/lib/wx/doc/gen/rtc/rich_text_box.rb +25 -8
  301. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +41 -4
  302. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -0
  303. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +23 -11
  304. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +74 -0
  305. data/lib/wx/doc/gen/rtc/rich_text_event.rb +6 -1
  306. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +8 -0
  307. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +6 -0
  308. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +1 -0
  309. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +4 -0
  310. data/lib/wx/doc/gen/rtc/rich_text_image.rb +7 -0
  311. data/lib/wx/doc/gen/rtc/rich_text_object.rb +64 -4
  312. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +51 -4
  313. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +13 -0
  314. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +9 -4
  315. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -0
  316. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -0
  317. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -0
  318. data/lib/wx/doc/gen/sash_event.rb +5 -1
  319. data/lib/wx/doc/gen/sash_layout_window.rb +10 -0
  320. data/lib/wx/doc/gen/sash_window.rb +3 -0
  321. data/lib/wx/doc/gen/screen_dc.rb +1 -0
  322. data/lib/wx/doc/gen/scroll_bar.rb +11 -2
  323. data/lib/wx/doc/gen/scrolled_canvas.rb +20 -4
  324. data/lib/wx/doc/gen/scrolled_control.rb +20 -4
  325. data/lib/wx/doc/gen/scrolled_window.rb +20 -4
  326. data/lib/wx/doc/gen/search_ctrl.rb +6 -0
  327. data/lib/wx/doc/gen/simplebook.rb +7 -0
  328. data/lib/wx/doc/gen/single_choice_dialog.rb +3 -1
  329. data/lib/wx/doc/gen/sizer.rb +79 -9
  330. data/lib/wx/doc/gen/sizer_item.rb +16 -2
  331. data/lib/wx/doc/gen/slider.rb +23 -0
  332. data/lib/wx/doc/gen/spin_button.rb +9 -0
  333. data/lib/wx/doc/gen/spin_ctrl.rb +11 -0
  334. data/lib/wx/doc/gen/spin_ctrl_double.rb +7 -0
  335. data/lib/wx/doc/gen/spin_double_event.rb +4 -1
  336. data/lib/wx/doc/gen/spin_event.rb +2 -1
  337. data/lib/wx/doc/gen/splash_screen.rb +2 -0
  338. data/lib/wx/doc/gen/splitter_event.rb +10 -1
  339. data/lib/wx/doc/gen/splitter_window.rb +38 -14
  340. data/lib/wx/doc/gen/static_bitmap.rb +99 -2
  341. data/lib/wx/doc/gen/static_box.rb +6 -0
  342. data/lib/wx/doc/gen/static_box_sizer.rb +3 -0
  343. data/lib/wx/doc/gen/static_line.rb +4 -0
  344. data/lib/wx/doc/gen/static_text.rb +5 -0
  345. data/lib/wx/doc/gen/status_bar.rb +17 -3
  346. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +174 -6
  347. data/lib/wx/doc/gen/stc/styled_text_event.rb +27 -1
  348. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +7 -0
  349. data/lib/wx/doc/gen/svg_file_dc.rb +9 -0
  350. data/lib/wx/doc/gen/system_options.rb +8 -0
  351. data/lib/wx/doc/gen/system_settings.rb +7 -0
  352. data/lib/wx/doc/gen/task_bar_button.rb +12 -0
  353. data/lib/wx/doc/gen/task_bar_icon.rb +5 -0
  354. data/lib/wx/doc/gen/task_bar_icon_event.rb +2 -1
  355. data/lib/wx/doc/gen/text_attr.rb +27 -0
  356. data/lib/wx/doc/gen/text_ctrl.rb +27 -3
  357. data/lib/wx/doc/gen/text_entry.rb +43 -9
  358. data/lib/wx/doc/gen/text_entry_dialog.rb +12 -0
  359. data/lib/wx/doc/gen/text_validator.rb +16 -0
  360. data/lib/wx/doc/gen/time_picker_ctrl.rb +6 -0
  361. data/lib/wx/doc/gen/timer.rb +8 -0
  362. data/lib/wx/doc/gen/timer_event.rb +1 -0
  363. data/lib/wx/doc/gen/tip_provider.rb +5 -0
  364. data/lib/wx/doc/gen/toggle_button.rb +68 -0
  365. data/lib/wx/doc/gen/tool_bar.rb +57 -14
  366. data/lib/wx/doc/gen/tool_tip.rb +6 -0
  367. data/lib/wx/doc/gen/toolbook.rb +3 -0
  368. data/lib/wx/doc/gen/top_level_window.rb +34 -3
  369. data/lib/wx/doc/gen/tree_ctrl.rb +49 -0
  370. data/lib/wx/doc/gen/tree_event.rb +7 -1
  371. data/lib/wx/doc/gen/treebook.rb +9 -0
  372. data/lib/wx/doc/gen/ui_action_simulator.rb +4 -0
  373. data/lib/wx/doc/gen/utils.rb +55 -16
  374. data/lib/wx/doc/gen/v_list_box.rb +21 -0
  375. data/lib/wx/doc/gen/v_scrolled_window.rb +15 -0
  376. data/lib/wx/doc/gen/validator.rb +9 -13
  377. data/lib/wx/doc/gen/variant.rb +6 -0
  378. data/lib/wx/doc/gen/window.rb +260 -52
  379. data/lib/wx/doc/gen/window_dc.rb +2 -0
  380. data/lib/wx/doc/gen/window_disabler.rb +1 -0
  381. data/lib/wx/doc/gen/with_images.rb +7 -1
  382. data/lib/wx/doc/gen/wizard.rb +18 -0
  383. data/lib/wx/doc/gen/wizard_event.rb +3 -1
  384. data/lib/wx/doc/gen/wizard_page.rb +5 -0
  385. data/lib/wx/doc/gen/wizard_page_simple.rb +4 -0
  386. data/lib/wx/doc/gen/wrap_sizer.rb +5 -0
  387. data/lib/wx/doc/gen/xml_node.rb +14 -0
  388. data/lib/wx/doc/gen/xml_resource.rb +22 -0
  389. data/lib/wx/doc/generic_validator.rb +95 -0
  390. data/lib/wx/doc/html/simple_html_listbox.rb +22 -0
  391. data/lib/wx/doc/num_validator.rb +387 -0
  392. data/lib/wx/doc/owner_drawn_combobox.rb +96 -0
  393. data/lib/wx/doc/persistence_manager.rb +36 -0
  394. data/lib/wx/doc/persistent_object.rb +27 -0
  395. data/lib/wx/doc/pg/numeric_property_validator.rb +33 -0
  396. data/lib/wx/doc/static_bitmap.rb +25 -0
  397. data/lib/wx/doc/text_validator.rb +10 -0
  398. data/lib/wx/doc/top_level_window.rb +19 -0
  399. data/lib/wx/doc/treebook.rb +6 -1
  400. data/lib/wx/doc/validator.rb +113 -0
  401. data/lib/wx/doc/window.rb +30 -0
  402. data/lib/wx/html/events/evt_list.rb +0 -10
  403. data/lib/wx/html/simple_html_listbox.rb +24 -91
  404. data/lib/wx/keyword_defs.rb +34 -2
  405. data/lib/wx/rbn/ribbon_gallery.rb +0 -21
  406. data/lib/wx/version.rb +1 -1
  407. data/lib/wxruby_aui.so +0 -0
  408. data/lib/wxruby_core.so +0 -0
  409. data/lib/wxruby_grid.so +0 -0
  410. data/lib/wxruby_html.so +0 -0
  411. data/lib/wxruby_pg.so +0 -0
  412. data/lib/wxruby_prt.so +0 -0
  413. data/lib/wxruby_rbn.so +0 -0
  414. data/lib/wxruby_rtc.so +0 -0
  415. data/lib/wxruby_stc.so +0 -0
  416. data/rakelib/lib/config/mingw.rb +12 -0
  417. data/samples/aui/aui.rb +1237 -1233
  418. data/samples/calendar/calendar.rb +293 -289
  419. data/samples/controls/get_item_sample.rb +83 -79
  420. data/samples/controls/htlbox.rb +331 -327
  421. data/samples/dialogs/dialogs.rb +682 -694
  422. data/samples/dialogs/wizard.rb +52 -55
  423. data/samples/dragdrop/dragdrop.rb +146 -142
  424. data/samples/drawing/bitmap.rb +29 -26
  425. data/samples/drawing/bitmap_image.rb +84 -80
  426. data/samples/drawing/graphics_drawing.rb +209 -205
  427. data/samples/drawing/image_prt.rb +344 -340
  428. data/samples/drawing/maths_images.rb +18 -1
  429. data/samples/drawing/rmagic_bitmap_image.rb +88 -84
  430. data/samples/etc/caret.rb +306 -0
  431. data/samples/etc/miniframe.rb +65 -60
  432. data/samples/etc/sash.rb +109 -105
  433. data/samples/etc/scrollwin.rb +86 -80
  434. data/samples/etc/system_settings.rb +216 -209
  435. data/samples/event/activation.rb +72 -67
  436. data/samples/event/event.rb +160 -153
  437. data/samples/event/threaded.rb +8 -1
  438. data/samples/event/update_ui_event.rb +67 -60
  439. data/samples/grid/grid.rb +188 -181
  440. data/samples/grid/gridtablebase.rb +136 -129
  441. data/samples/html/html.rb +208 -204
  442. data/samples/mdi/mdi.rb +59 -54
  443. data/samples/minimal/minimal.rb +54 -51
  444. data/samples/minimal/nothing.rb +1 -0
  445. data/samples/printing/printing.rb +367 -377
  446. data/samples/printing/printing2.rb +203 -198
  447. data/samples/propgrid/propgrid.rb +2312 -2308
  448. data/samples/propgrid/propgrid_minimal.rb +57 -50
  449. data/samples/ribbon/ribbon.rb +780 -774
  450. data/samples/sampler/ext.rb +0 -33
  451. data/samples/sampler/sample.rb +4 -9
  452. data/samples/sampler.rb +1 -1
  453. data/samples/splash/splash.rb +118 -116
  454. data/samples/text/rich_textctrl.rb +207 -201
  455. data/samples/text/richtext.rb +1409 -1405
  456. data/samples/text/scintilla.rb +137 -128
  457. data/samples/text/textctrl.rb +89 -83
  458. data/samples/text/unicode.rb +175 -168
  459. data/samples/treectrl/treectrl.rb +1430 -1426
  460. data/samples/widgets/activityindicator.rb +95 -0
  461. data/samples/widgets/art/widgets/activityindicator.xpm +278 -0
  462. data/samples/widgets/art/widgets/bmpbtn.xpm +37 -0
  463. data/samples/widgets/art/widgets/bmpcombobox.xpm +54 -0
  464. data/samples/widgets/art/widgets/button.xpm +54 -0
  465. data/samples/widgets/art/widgets/checkbox.xpm +54 -0
  466. data/samples/{bigdemo/icons → widgets/art/widgets}/choice.xpm +1 -1
  467. data/samples/widgets/art/widgets/choicebk.xpm +54 -0
  468. data/samples/widgets/art/widgets/clrpicker.xpm +193 -0
  469. data/samples/widgets/art/widgets/combobox.xpm +54 -0
  470. data/samples/widgets/art/widgets/datepick.xpm +200 -0
  471. data/samples/widgets/art/widgets/dirctrl.xpm +54 -0
  472. data/samples/widgets/art/widgets/dirpicker.xpm +213 -0
  473. data/samples/widgets/art/widgets/filepicker.xpm +214 -0
  474. data/samples/widgets/art/widgets/fontpicker.xpm +185 -0
  475. data/samples/widgets/art/widgets/gauge.xpm +54 -0
  476. data/samples/widgets/art/widgets/header.xpm +54 -0
  477. data/samples/widgets/art/widgets/hyperlnk.xpm +54 -0
  478. data/samples/widgets/art/widgets/listbook.xpm +54 -0
  479. data/samples/widgets/art/widgets/listbox.xpm +54 -0
  480. data/samples/widgets/art/widgets/native.xpm +81 -0
  481. data/samples/widgets/art/widgets/notebook.xpm +54 -0
  482. data/samples/widgets/art/widgets/odcombobox.xpm +54 -0
  483. data/samples/widgets/art/widgets/radiobox.xpm +54 -0
  484. data/samples/widgets/art/widgets/scrolbar.xpm +54 -0
  485. data/samples/widgets/art/widgets/slider.xpm +54 -0
  486. data/samples/widgets/art/widgets/spinbtn.xpm +40 -0
  487. data/samples/widgets/art/widgets/statbmp.xpm +40 -0
  488. data/samples/widgets/art/widgets/statbox.xpm +54 -0
  489. data/samples/widgets/art/widgets/stattext.xpm +54 -0
  490. data/samples/widgets/art/widgets/text.xpm +54 -0
  491. data/samples/widgets/art/widgets/timepick.xpm +207 -0
  492. data/samples/widgets/art/widgets/toggle.xpm +54 -0
  493. data/samples/widgets/art/widgets/toucan.png +0 -0
  494. data/samples/widgets/bmpcombobox.rb +651 -0
  495. data/samples/widgets/button.rb +462 -0
  496. data/samples/widgets/checkbox.rb +211 -0
  497. data/samples/widgets/choice.rb +287 -0
  498. data/samples/widgets/clrpicker.rb +156 -0
  499. data/samples/widgets/combobox.rb +516 -0
  500. data/samples/widgets/datepick.rb +215 -0
  501. data/samples/widgets/dirctrl.rb +265 -0
  502. data/samples/widgets/dirpicker.rb +158 -0
  503. data/samples/widgets/editlbox.rb +122 -0
  504. data/samples/widgets/filectrl.rb +216 -0
  505. data/samples/widgets/filepicker.rb +214 -0
  506. data/samples/widgets/fontpicker.rb +135 -0
  507. data/samples/widgets/gauge.rb +311 -0
  508. data/samples/widgets/headerctrl.rb +236 -0
  509. data/samples/widgets/hyperlink.rb +203 -0
  510. data/samples/widgets/itemcontainer.rb +185 -0
  511. data/samples/widgets/listbox.rb +473 -0
  512. data/samples/widgets/notebook.rb +488 -0
  513. data/samples/widgets/odcombobox.rb +608 -0
  514. data/samples/widgets/radiobox.rb +328 -0
  515. data/samples/widgets/searchctrl.rb +159 -0
  516. data/samples/widgets/slider.rb +594 -0
  517. data/samples/widgets/spinbtn.rb +443 -0
  518. data/samples/widgets/statbmp.rb +130 -0
  519. data/samples/widgets/static.rb +436 -0
  520. data/samples/widgets/textctrl.rb +700 -0
  521. data/samples/widgets/timepick.rb +148 -0
  522. data/samples/widgets/tn_widgets.png +0 -0
  523. data/samples/widgets/toggle.rb +385 -0
  524. data/samples/widgets/widgets.rb +1229 -0
  525. data/samples/xrc/custom_xrc_sample.rb +47 -41
  526. data/samples/xrc/xrc_sample.rb +53 -47
  527. data/tests/test_config.rb +207 -42
  528. data/tests/test_event_handling.rb +52 -34
  529. data/tests/test_events.rb +7 -0
  530. data/tests/test_item_data.rb +24 -0
  531. data/tests/test_persistence.rb +142 -0
  532. data/tests/test_sizer.rb +44 -1
  533. data/tests/test_validators.rb +805 -0
  534. metadata +103 -137
  535. data/lib/wx/core/choice.rb +0 -14
  536. data/lib/wx/core/combo_ctrl.rb +0 -110
  537. data/samples/bigdemo/About.rbw +0 -39
  538. data/samples/bigdemo/ColorPanel.rbw +0 -23
  539. data/samples/bigdemo/GridSimple.rbw +0 -78
  540. data/samples/bigdemo/MDIDemo.rbw +0 -57
  541. data/samples/bigdemo/PopupMenu.rbw +0 -146
  542. data/samples/bigdemo/ShapedWindow.rbw +0 -128
  543. data/samples/bigdemo/Sizers.rbw +0 -541
  544. data/samples/bigdemo/bigdemo.rb +0 -817
  545. data/samples/bigdemo/demoTemplate.rbw +0 -33
  546. data/samples/bigdemo/helpfile.htb +0 -0
  547. data/samples/bigdemo/icons/Test 015.jpg +0 -0
  548. data/samples/bigdemo/icons/Test 015.png +0 -0
  549. data/samples/bigdemo/icons/choice.bmp +0 -0
  550. data/samples/bigdemo/icons/combo.bmp +0 -0
  551. data/samples/bigdemo/icons/combo.xpm +0 -27
  552. data/samples/bigdemo/icons/copy.xpm +0 -25
  553. data/samples/bigdemo/icons/cut.xpm +0 -24
  554. data/samples/bigdemo/icons/gauge.bmp +0 -0
  555. data/samples/bigdemo/icons/gauge.xpm +0 -27
  556. data/samples/bigdemo/icons/help.xpm +0 -25
  557. data/samples/bigdemo/icons/list.bmp +0 -0
  558. data/samples/bigdemo/icons/list.xpm +0 -27
  559. data/samples/bigdemo/icons/mondrian.ico +0 -0
  560. data/samples/bigdemo/icons/mondrian.xpm +0 -44
  561. data/samples/bigdemo/icons/new.xpm +0 -24
  562. data/samples/bigdemo/icons/ogl.ico +0 -0
  563. data/samples/bigdemo/icons/ogl.xpm +0 -45
  564. data/samples/bigdemo/icons/open.xpm +0 -26
  565. data/samples/bigdemo/icons/paste.bmp +0 -0
  566. data/samples/bigdemo/icons/paste.xpm +0 -38
  567. data/samples/bigdemo/icons/pointy.png +0 -0
  568. data/samples/bigdemo/icons/preview.xpm +0 -26
  569. data/samples/bigdemo/icons/print.xpm +0 -26
  570. data/samples/bigdemo/icons/radio.bmp +0 -0
  571. data/samples/bigdemo/icons/radio.xpm +0 -27
  572. data/samples/bigdemo/icons/robert.xpm +0 -415
  573. data/samples/bigdemo/icons/sashtest.ico +0 -0
  574. data/samples/bigdemo/icons/save.xpm +0 -25
  575. data/samples/bigdemo/icons/smiles.bmp +0 -0
  576. data/samples/bigdemo/icons/smiles.xpm +0 -39
  577. data/samples/bigdemo/icons/smiley.ico +0 -0
  578. data/samples/bigdemo/icons/smiley.xpm +0 -42
  579. data/samples/bigdemo/icons/stattext.xpm +0 -24
  580. data/samples/bigdemo/icons/test2.bmp +0 -0
  581. data/samples/bigdemo/icons/test2.png +0 -0
  582. data/samples/bigdemo/icons/test2.xpm +0 -79
  583. data/samples/bigdemo/icons/text.bmp +0 -0
  584. data/samples/bigdemo/icons/text.xpm +0 -27
  585. data/samples/bigdemo/icons/tog1.bmp +0 -0
  586. data/samples/bigdemo/icons/tog1.xpm +0 -38
  587. data/samples/bigdemo/icons/tog2.bmp +0 -0
  588. data/samples/bigdemo/icons/tog2.xpm +0 -38
  589. data/samples/bigdemo/icons/wxruby-128x128.png +0 -0
  590. data/samples/bigdemo/icons/wxwin.ico +0 -0
  591. data/samples/bigdemo/icons/wxwin16x16.png +0 -0
  592. data/samples/bigdemo/icons/wxwin16x16.xpm +0 -25
  593. data/samples/bigdemo/icons/wxwin32x32.png +0 -0
  594. data/samples/bigdemo/icons/wxwin48x48.png +0 -0
  595. data/samples/bigdemo/run.rb +0 -98
  596. data/samples/bigdemo/tips.txt +0 -7
  597. data/samples/bigdemo/utils.rb +0 -20
  598. data/samples/bigdemo/wxArtProvider.rbw +0 -282
  599. data/samples/bigdemo/wxBitmapButton.rbw +0 -65
  600. data/samples/bigdemo/wxButton.rbw +0 -64
  601. data/samples/bigdemo/wxCalendarCtrl.rbw +0 -59
  602. data/samples/bigdemo/wxCheckBox.rbw +0 -50
  603. data/samples/bigdemo/wxCheckListBox.rbw +0 -65
  604. data/samples/bigdemo/wxChoice.rbw +0 -47
  605. data/samples/bigdemo/wxChoicebook.rbw +0 -78
  606. data/samples/bigdemo/wxColourDialog.rbw +0 -33
  607. data/samples/bigdemo/wxComboBox.rbw +0 -77
  608. data/samples/bigdemo/wxCursor.rbw +0 -136
  609. data/samples/bigdemo/wxDialog.rbw +0 -74
  610. data/samples/bigdemo/wxDirDialog.rbw +0 -29
  611. data/samples/bigdemo/wxDragImage.rbw +0 -70
  612. data/samples/bigdemo/wxFileDialog.rbw +0 -37
  613. data/samples/bigdemo/wxFileDialog_Save.rbw +0 -35
  614. data/samples/bigdemo/wxFindReplaceDialog.rbw +0 -82
  615. data/samples/bigdemo/wxFontDialog.rbw +0 -200
  616. data/samples/bigdemo/wxFrame.rbw +0 -53
  617. data/samples/bigdemo/wxGauge.rbw +0 -65
  618. data/samples/bigdemo/wxGenericDirCtrl.rbw +0 -74
  619. data/samples/bigdemo/wxGrid.rbw +0 -66
  620. data/samples/bigdemo/wxHtmlHelpController.rbw +0 -52
  621. data/samples/bigdemo/wxListBox.rbw +0 -140
  622. data/samples/bigdemo/wxListCtrl_virtual.rbw +0 -112
  623. data/samples/bigdemo/wxMDIWindows.rbw +0 -50
  624. data/samples/bigdemo/wxMenu.rbw +0 -247
  625. data/samples/bigdemo/wxMessageDialog.rbw +0 -27
  626. data/samples/bigdemo/wxMiniFrame.rbw +0 -70
  627. data/samples/bigdemo/wxMultipleChoiceDialog.rbw +0 -29
  628. data/samples/bigdemo/wxNotebook.rbw +0 -136
  629. data/samples/bigdemo/wxProgressDialog.rbw +0 -43
  630. data/samples/bigdemo/wxRadioBox.rbw +0 -72
  631. data/samples/bigdemo/wxRadioButton.rbw +0 -125
  632. data/samples/bigdemo/wxSashWindow.rbw +0 -141
  633. data/samples/bigdemo/wxScrolledMessageDialog.rbw +0 -57
  634. data/samples/bigdemo/wxScrolledWindow.rbw +0 -199
  635. data/samples/bigdemo/wxSingleChoiceDialog.rbw +0 -33
  636. data/samples/bigdemo/wxSlider.rbw +0 -42
  637. data/samples/bigdemo/wxSpinButton.rbw +0 -50
  638. data/samples/bigdemo/wxSpinCtrl.rbw +0 -51
  639. data/samples/bigdemo/wxSplitterWindow.rbw +0 -63
  640. data/samples/bigdemo/wxStaticBitmap.rbw +0 -47
  641. data/samples/bigdemo/wxStaticText.rbw +0 -55
  642. data/samples/bigdemo/wxStatusBar.rbw +0 -126
  643. data/samples/bigdemo/wxTextCtrl.rbw +0 -149
  644. data/samples/bigdemo/wxTextEntryDialog.rbw +0 -31
  645. data/samples/bigdemo/wxToggleButton.rbw +0 -49
  646. data/samples/bigdemo/wxToolBar.rbw +0 -131
  647. data/samples/bigdemo/wxTreeCtrl.rbw +0 -191
  648. data/samples/caret/caret.rb +0 -298
  649. data/samples/caret/mondrian.xpm +0 -44
  650. data/samples/controls/books.rb +0 -189
  651. data/samples/controls/choice.xpm +0 -27
  652. data/samples/controls/combo.xpm +0 -27
  653. data/samples/controls/controls.rb +0 -1099
  654. data/samples/controls/gauge.xpm +0 -27
  655. data/samples/controls/list.xpm +0 -27
  656. data/samples/controls/mondrian.ico +0 -0
  657. data/samples/controls/mondrian.xpm +0 -44
  658. data/samples/controls/radio.xpm +0 -27
  659. data/samples/controls/stattext.xpm +0 -24
  660. data/samples/controls/test2.bmp +0 -0
  661. data/samples/controls/text.xpm +0 -27
  662. data/samples/controls/tn_books.png +0 -0
  663. data/samples/controls/tn_controls.png +0 -0
  664. data/samples/etc/choice.rb +0 -87
  665. data/samples/etc/tn_choice.png +0 -0
  666. data/samples/text/mondrian.ico +0 -0
  667. data/samples/text/mondrian.xpm +0 -44
  668. /data/samples/{caret → etc}/tn_caret.png +0 -0
data/lib/wx/doc/gen/dc.rb CHANGED
@@ -131,6 +131,7 @@ module Wx
131
131
  end # MappingMode
132
132
 
133
133
  # A {Wx::DC} is a "device context" onto which graphics and text can be drawn.
134
+ #
134
135
  # It is intended to represent different output devices and offers a common abstract API for drawing on any of them.
135
136
  # wxWidgets offers an alternative drawing API based on the modern drawing backends GDI+, CoreGraphics, Cairo and Direct2D. See {Wx::GraphicsContext}, {Wx::GraphicsRenderer} and related classes. There is also a {Wx::GCDC} linking the APIs by offering the {Wx::DC} API on top of a {Wx::GraphicsContext}.
136
137
  # {Wx::DC} is an abstract base class and cannot be created directly. Use {Wx::PaintDC}, {Wx::ClientDC}, {Wx::WindowDC}, {Wx::ScreenDC}, {Wx::MemoryDC} or {Wx::PRT::PrinterDC}. Notice that device contexts which are associated with windows (i.e. {Wx::ClientDC}, {Wx::WindowDC} and {Wx::PaintDC}) use the window font and colours by default (starting with wxWidgets 2.9.0) but the other device context classes use system-default values so you always must set the appropriate fonts and colours before using them.
@@ -171,6 +172,7 @@ module Wx
171
172
  class DC < Object
172
173
 
173
174
  # Convert device X coordinate to logical coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
175
+ #
174
176
  # <div class="wxrb-note">
175
177
  # <b>Note:</b>
176
178
  # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
@@ -181,6 +183,7 @@ module Wx
181
183
  def device_to_logical_x(x) end
182
184
 
183
185
  # Convert device X coordinate to relative logical coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
186
+ #
184
187
  # Use this for converting a horizontal distance like for example a width.
185
188
  #
186
189
  # <div class="wxrb-note">
@@ -193,6 +196,7 @@ module Wx
193
196
  def device_to_logical_x_rel(x) end
194
197
 
195
198
  # Converts device Y coordinate to logical coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
199
+ #
196
200
  # <div class="wxrb-note">
197
201
  # <b>Note:</b>
198
202
  # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
@@ -203,6 +207,7 @@ module Wx
203
207
  def device_to_logical_y(y) end
204
208
 
205
209
  # Convert device Y coordinate to relative logical coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
210
+ #
206
211
  # Use this for converting a vertical distance like for example a height.
207
212
  #
208
213
  # <div class="wxrb-note">
@@ -215,6 +220,7 @@ module Wx
215
220
  def device_to_logical_y_rel(y) end
216
221
 
217
222
  # Converts logical X coordinate to device coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
223
+ #
218
224
  # <div class="wxrb-note">
219
225
  # <b>Note:</b>
220
226
  # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
@@ -225,6 +231,7 @@ module Wx
225
231
  def logical_to_device_x(x) end
226
232
 
227
233
  # Converts logical X coordinate to relative device coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
234
+ #
228
235
  # Use this for converting a horizontal distance like for example a width.
229
236
  #
230
237
  # <div class="wxrb-note">
@@ -237,6 +244,7 @@ module Wx
237
244
  def logical_to_device_x_rel(x) end
238
245
 
239
246
  # Converts logical Y coordinate to device coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
247
+ #
240
248
  # <div class="wxrb-note">
241
249
  # <b>Note:</b>
242
250
  # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
@@ -247,6 +255,7 @@ module Wx
247
255
  def logical_to_device_y(y) end
248
256
 
249
257
  # Converts logical Y coordinate to relative device coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
258
+ #
250
259
  # Use this for converting a vertical distance like for example a height.
251
260
  #
252
261
  # <div class="wxrb-note">
@@ -271,6 +280,7 @@ module Wx
271
280
 
272
281
  # @overload device_to_logical_rel(x, y)
273
282
  # Converts device x, y coordinates to relative logical coordinates taking into account all applied transformations like the current mapping mode, scale factors, affine transformation.
283
+ #
274
284
  # Use this for converting distances like e.g. width and height.
275
285
  # @param x [Integer]
276
286
  # @param y [Integer]
@@ -294,6 +304,7 @@ module Wx
294
304
 
295
305
  # @overload logical_to_device_rel(x, y)
296
306
  # Converts logical x, y coordinates to relative device coordinates taking into account all applied transformations like the current mapping mode, scale factors, affine transformation.
307
+ #
297
308
  # Use this for converting distances like e.g. width and height.
298
309
  # @param x [Integer]
299
310
  # @param y [Integer]
@@ -305,6 +316,7 @@ module Wx
305
316
  def logical_to_device_rel(*args) end
306
317
 
307
318
  # Clears the device context using the current background brush.
319
+ #
308
320
  # Note that {Wx::DC#set_background} method must be used to set the brush used by {Wx::DC#clear}, the brush used for filling the shapes set by {Wx::DC#set_brush} is ignored by it.
309
321
  # If no background brush was set, solid white brush is used to clear the device context.
310
322
  # @return [void]
@@ -312,6 +324,7 @@ module Wx
312
324
 
313
325
  # @overload draw_arc(xStart, yStart, xEnd, yEnd, xc, yc)
314
326
  # Draws an arc from the given start to the given end point.
327
+ #
315
328
  # <div class="wxrb-note">
316
329
  # <b>Note:</b>
317
330
  # <p>{Wx::DC#draw_elliptic_arc} has more clear semantics and it is recommended to use it instead of this function.
@@ -338,6 +351,7 @@ module Wx
338
351
 
339
352
  # @overload draw_bitmap(bitmap, x, y, useMask=false)
340
353
  # Draw a bitmap on the device context at the specified point.
354
+ #
341
355
  # If useMask is true and the bitmap has a transparency mask, the bitmap will be drawn transparently.
342
356
  # When drawing a mono-bitmap, the current text foreground colour will be used to draw the foreground of the bitmap (all bits set to 1), and the current text background colour to draw the background (all bits set to 0).
343
357
  # @see Wx::DC#set_text_foreground
@@ -372,6 +386,7 @@ module Wx
372
386
  # @overload draw_circle(x, y, radius)
373
387
  # Draws a circle with the given centre and radius.
374
388
  #
389
+ #
375
390
  # @see Wx::DC#draw_ellipse
376
391
  # @param x [Integer]
377
392
  # @param y [Integer]
@@ -386,6 +401,7 @@ module Wx
386
401
 
387
402
  # @overload draw_ellipse(x, y, width, height)
388
403
  # Draws an ellipse contained in the rectangle specified either with the given top left corner and the given size or directly.
404
+ #
389
405
  # The current pen is used for the outline and the current brush for filling the shape.
390
406
  # @see Wx::DC#draw_circle
391
407
  # @param x [Integer]
@@ -406,6 +422,7 @@ module Wx
406
422
 
407
423
  # @overload draw_elliptic_arc(x, y, width, height, start, end_)
408
424
  # Draws an arc of an ellipse.
425
+ #
409
426
  # The current pen is used for drawing the arc and the current brush is used for drawing the pie.
410
427
  # x and y specify the x and y coordinates of the upper-left corner of the rectangle that contains the ellipse.
411
428
  # width and height specify the width and height of the rectangle that contains the ellipse.
@@ -430,6 +447,7 @@ module Wx
430
447
 
431
448
  # @overload draw_icon(icon, x, y)
432
449
  # Draw an icon on the display (does nothing if the device context is PostScript).
450
+ #
433
451
  # This can be the simplest way of drawing bitmaps on a window.
434
452
  # @param icon [Wx::Icon]
435
453
  # @param x [Integer]
@@ -462,6 +480,7 @@ module Wx
462
480
 
463
481
  # @overload draw_line(x1, y1, x2, y2)
464
482
  # Draws a line from the first point to the second.
483
+ #
465
484
  # The current pen is used for drawing the line. Note that the point (x2, y2) is not part of the line and is not drawn by this function (this is consistent with the behaviour of many other toolkits).
466
485
  # @param x1 [Integer]
467
486
  # @param y1 [Integer]
@@ -476,6 +495,7 @@ module Wx
476
495
  def draw_line(*args) end
477
496
 
478
497
  # Draws lines using an array of points of size n adding the optional offset coordinate.
498
+ #
479
499
  # The current pen is used for drawing the lines.
480
500
  # @param points [Array<Wx::Point>,Array<Array<Integer>>]
481
501
  # @param xoffset [Integer]
@@ -485,6 +505,7 @@ module Wx
485
505
 
486
506
  # @overload draw_point(x, y)
487
507
  # Draws a point using the color of the current pen.
508
+ #
488
509
  # Note that the other properties of the pen are not used, such as width.
489
510
  # @param x [Integer]
490
511
  # @param y [Integer]
@@ -496,6 +517,7 @@ module Wx
496
517
  def draw_point(*args) end
497
518
 
498
519
  # Draws a filled polygon using an array of points of size n, adding the optional offset coordinate.
520
+ #
499
521
  # The first and last points are automatically closed.
500
522
  # The last argument specifies the fill rule: <b>{Wx::PolygonFillMode::ODDEVEN_RULE}</b> (the default) or <b>{Wx::PolygonFillMode::WINDING_RULE}</b>.
501
523
  # The current pen is used for drawing the outline, and the current brush for filling the shape. Using a transparent brush suppresses filling.
@@ -507,6 +529,7 @@ module Wx
507
529
  def draw_polygon(points, xoffset=0, yoffset=0, fill_style=Wx::PolygonFillMode::ODDEVEN_RULE) end
508
530
 
509
531
  # Draws two or more filled polygons using an array of points, adding the optional offset coordinates.
532
+ #
510
533
  # Notice that for the platforms providing a native implementation of this function (Windows and PostScript-based {Wx::DC} currently), this is more efficient than using {Wx::DC#draw_polygon} in a loop.
511
534
  # n specifies the number of polygons to draw, the array count of size n specifies the number of points in each of the polygons in the points array.
512
535
  # The last argument specifies the fill rule: <b>{Wx::PolygonFillMode::ODDEVEN_RULE}</b> (the default) or <b>{Wx::PolygonFillMode::WINDING_RULE}</b>.
@@ -521,6 +544,7 @@ module Wx
521
544
 
522
545
  # @overload draw_rectangle(x, y, width, height)
523
546
  # Draws a rectangle with the given corner coordinate and size.
547
+ #
524
548
  # Normally, x and y specify the top left corner coordinates and both width and height are positive, however they are also allowed to be negative, in which case the corresponding corner coordinate refers to the right or bottom corner instead.
525
549
  # The current pen is used for the outline and the current brush for filling the shape.
526
550
  # @param x [Integer]
@@ -541,6 +565,7 @@ module Wx
541
565
 
542
566
  # @overload draw_rotated_text(text, x, y, angle)
543
567
  # Draws the text rotated by angle degrees (positive angles are counterclockwise; the full angle is 360 degrees).
568
+ #
544
569
  # Notice that, as with {Wx::DC#draw_text}, the text can contain multiple lines separated by the new line (<code>'\n'</code>) characters.
545
570
  #
546
571
  # <div class="wxrb-note">
@@ -564,6 +589,7 @@ module Wx
564
589
 
565
590
  # @overload draw_rounded_rectangle(x, y, width, height, radius)
566
591
  # Draws a rectangle with the given top left corner, and with the given size.
592
+ #
567
593
  # The corners are quarter-circles using the given radius. The current pen is used for the outline and the current brush for filling the shape.
568
594
  # If radius is positive, the value is assumed to be the radius of the rounded corner. If radius is negative, the absolute value is assumed to be the proportion of the smallest dimension of the rectangle. This means that the corner can be a sensible size relative to the size of the rectangle, and also avoids the strange effects X produces when the corners are too big for the rectangle.
569
595
  # @param x [Integer]
@@ -587,6 +613,7 @@ module Wx
587
613
 
588
614
  # @overload draw_spline(points)
589
615
  # Draws a spline between all given points using the current pen.
616
+ #
590
617
  # The number of points must be at least 2 for the spline to be drawn.
591
618
  #
592
619
  # <div class="wxrb-note">
@@ -609,6 +636,7 @@ module Wx
609
636
 
610
637
  # @overload draw_text(text, x, y)
611
638
  # Draws a text string at the specified point, using the current text font, and the current text foreground and background colours.
639
+ #
612
640
  # The coordinates refer to the top-left corner of the rectangle bounding the string. See {Wx::DC#get_text_extent} for how to get the dimensions of a text string, which can be used to position the text more precisely and {Wx::DC#draw_label} if you need to align the string differently.
613
641
  # Starting from wxWidgets 2.9.2 text parameter can be a multi-line string, i.e. contain new line characters, and will be rendered correctly.
614
642
  #
@@ -630,6 +658,7 @@ module Wx
630
658
 
631
659
  # @overload gradient_fill_concentric(rect, initialColour, destColour)
632
660
  # Fill the area specified by rect with a radial gradient, starting from initialColour at the centre of the circle and fading to destColour on the circle outside.
661
+ #
633
662
  # The circle is placed at the centre of rect.
634
663
  #
635
664
  # <div class="wxrb-note">
@@ -643,6 +672,7 @@ module Wx
643
672
  # @return [void]
644
673
  # @overload gradient_fill_concentric(rect, initialColour, destColour, circleCenter)
645
674
  # Fill the area specified by rect with a radial gradient, starting from initialColour at the centre of the circle and fading to destColour on the circle outside.
675
+ #
646
676
  # circleCenter are the relative coordinates of centre of the circle in the specified rect.
647
677
  #
648
678
  # <div class="wxrb-note">
@@ -658,6 +688,7 @@ module Wx
658
688
  def gradient_fill_concentric(*args) end
659
689
 
660
690
  # Fill the area specified by rect with a linear gradient, starting from initialColour and eventually fading to destColour.
691
+ #
661
692
  # The nDirection specifies the direction of the colour change, default is to use initialColour on the left part of the rectangle and destColour on the right one.
662
693
  # @param rect [Wx::Rect]
663
694
  # @param initialColour [Wx::Colour,String,Symbol]
@@ -668,6 +699,7 @@ module Wx
668
699
 
669
700
  # @overload flood_fill(x, y, colour, style=Wx::FloodFillStyle::FLOOD_SURFACE)
670
701
  # Flood fills the device context starting from the given point, using the current brush colour, and using a style:
702
+ #
671
703
  # - {Wx::FloodFillStyle::FLOOD_SURFACE}: The flooding occurs until a colour other than the given colour is encountered.
672
704
  # - {Wx::FloodFillStyle::FLOOD_BORDER}: The area to be flooded is bounded by the given colour.
673
705
  #
@@ -700,6 +732,7 @@ module Wx
700
732
 
701
733
  # @overload cross_hair(x, y)
702
734
  # Displays a cross hair using the current pen.
735
+ #
703
736
  # This is a vertical and horizontal line the height and width of the window, centred on the given point.
704
737
  # @param x [Integer]
705
738
  # @param y [Integer]
@@ -712,19 +745,21 @@ module Wx
712
745
 
713
746
  # Destroys the current clipping region so that none of the DC is clipped.
714
747
  #
748
+ #
715
749
  # @see Wx::DC#set_clipping_region
716
750
  # @return [void]
717
751
  def destroy_clipping_region; end
718
752
 
719
753
  # @overload get_clipping_box(x, y)
720
754
  # Gets the rectangle surrounding the current clipping region.
755
+ #
721
756
  # If no clipping region is set this function returns the extent of the device context.
722
757
  #
723
758
  # <div class="wxrb-remark">
724
759
  # <b>Remark:</b>
725
760
  # <p>Clipping region is given in logical coordinates.
726
761
  # </p>
727
- # </div>>
762
+ # </div>
728
763
  #
729
764
  # true if there is a clipping region or false if there is no active clipping region (note that this return value is available only since wxWidgets 3.1.2, this function didn't return anything in the previous versions).
730
765
  # @param x [Integer] If non-NULL, filled in with the logical horizontal coordinate of the top left corner of the clipping region if the function returns true or 0 otherwise.
@@ -739,6 +774,7 @@ module Wx
739
774
 
740
775
  # @overload set_clipping_region(x, y, width, height)
741
776
  # Sets the clipping region for this device context to the intersection of the given region described by the parameters of this method and the previously set clipping region.
777
+ #
742
778
  # The clipping region is an area to which drawing is restricted. Possible uses for the clipping region are for clipping text or for speeding up window redraws when only a known area of the screen is damaged.
743
779
  #
744
780
  # <div class="wxrb-remark">
@@ -751,7 +787,7 @@ module Wx
751
787
  # - If resulting clipping region is empty, then all drawing on the DC is clipped out (all changes made by drawing operations are masked out).
752
788
  #
753
789
  # </p>
754
- # </div>>
790
+ # </div>
755
791
  # @see Wx::DC#destroy_clipping_region
756
792
  # @see Wx::Region
757
793
  # @param x [Integer]
@@ -772,6 +808,7 @@ module Wx
772
808
  alias_method :clipping_region=, :set_clipping_region
773
809
 
774
810
  # Sets the clipping region for this device context.
811
+ #
775
812
  # Unlike {Wx::DC#set_clipping_region}, this function works with physical coordinates and not with the logical ones.
776
813
  # @param region [Wx::Region]
777
814
  # @return [void]
@@ -789,6 +826,7 @@ module Wx
789
826
  alias_method :char_width, :get_char_width
790
827
 
791
828
  # Returns the various font characteristics.
829
+ #
792
830
  # This method allows retrieving some of the font characteristics not returned by {Wx::DC#get_text_extent}, notably internal leading and average character width.
793
831
  # Currently this method returns correct results only under WXMSW, in the other ports the internal leading will always be 0 and the average character width will be computed as the width of the character 'x'.
794
832
  # @return [Wx::FontMetrics]
@@ -796,6 +834,7 @@ module Wx
796
834
  alias_method :font_metrics, :get_font_metrics
797
835
 
798
836
  # Gets the dimensions of the string using the currently selected font.
837
+ #
799
838
  # string is the text string to measure, heightLine, if non NULL, is where to store the height of a single line.
800
839
  # The text extent is set in the given w and h pointers.
801
840
  # If the optional parameter font is specified and valid, then it is used for the text extent calculation, otherwise the currently selected font is used.
@@ -817,6 +856,7 @@ module Wx
817
856
  alias_method :multi_line_text_extent, :get_multi_line_text_extent
818
857
 
819
858
  # Gets the dimensions of the string using the currently selected font.
859
+ #
820
860
  # string is the text string to measure.
821
861
  # The text extent as a {Wx::Size} object.
822
862
  #
@@ -835,6 +875,7 @@ module Wx
835
875
  alias_method :multi_line_text_size, :get_multi_line_text_size
836
876
 
837
877
  # Gets the dimensions of the string using the currently selected font.
878
+ #
838
879
  # string is the text string to measure, descent is the dimension from the baseline of the font to the bottom of the descender, and externalLeading is any extra vertical space added to the font by the font designer (usually is zero).
839
880
  # The text extent is returned in w and h pointers or as a {Wx::Size} object depending on which version of this function is used.
840
881
  # If the optional parameter font is specified and valid, then it is used for the text extent calculation. Otherwise the currently selected font is.
@@ -863,18 +904,21 @@ module Wx
863
904
 
864
905
  # Returns the current background mode: {Wx::BrushStyle::BRUSHSTYLE_SOLID} or {Wx::BrushStyle::BRUSHSTYLE_TRANSPARENT}.
865
906
  #
907
+ #
866
908
  # @see Wx::DC#set_background_mode
867
909
  # @return [Integer]
868
910
  def get_background_mode; end
869
911
  alias_method :background_mode, :get_background_mode
870
912
 
871
913
  # Gets the current font.
914
+ #
872
915
  # Notice that even although each device context object has some default font after creation, this method would return a {Wx::NULL_FONT} initially and only after calling {Wx::DC#set_font} a valid font is returned.
873
916
  # @return [Wx::Font,Wx::FontInfo]
874
917
  def get_font; end
875
918
  alias_method :font, :get_font
876
919
 
877
920
  # Gets the current layout direction of the device context.
921
+ #
878
922
  # On platforms where RTL layout is supported, the return value will either be {Wx::LayoutDirection::Layout_LeftToRight} or {Wx::LayoutDirection::Layout_RightToLeft}. If RTL layout is not supported, the return value will be {Wx::LayoutDirection::Layout_Default}.
879
923
  # @see Wx::DC#set_layout_direction
880
924
  # @return [Wx::LayoutDirection]
@@ -883,6 +927,7 @@ module Wx
883
927
 
884
928
  # Gets the current text background colour.
885
929
  #
930
+ #
886
931
  # @see Wx::DC#set_text_background
887
932
  # @return [Wx::Colour,String,Symbol]
888
933
  def get_text_background; end
@@ -890,12 +935,14 @@ module Wx
890
935
 
891
936
  # Gets the current text foreground colour.
892
937
  #
938
+ #
893
939
  # @see Wx::DC#set_text_foreground
894
940
  # @return [Wx::Colour,String,Symbol]
895
941
  def get_text_foreground; end
896
942
  alias_method :text_foreground, :get_text_foreground
897
943
 
898
944
  # Change the current background mode.
945
+ #
899
946
  # This setting determines whether text will be drawn with a background colour or not.
900
947
  # Default is {Wx::BrushStyle::BRUSHSTYLE_TRANSPARENT}, i.e. text background is not drawn.
901
948
  # @param mode [Integer] one of {Wx::BrushStyle::BRUSHSTYLE_SOLID} and {Wx::BrushStyle::BRUSHSTYLE_TRANSPARENT}.
@@ -904,6 +951,7 @@ module Wx
904
951
  alias_method :background_mode=, :set_background_mode
905
952
 
906
953
  # Sets the current font for the DC.
954
+ #
907
955
  # The font parameter should be valid, although in WXMSW port (only) the argument {Wx::NULL_FONT} is also accepted and resets the device context font to the default value used by the system (which is not generally useful).
908
956
  # @see Wx::Font
909
957
  # @param font [Wx::Font,Wx::FontInfo]
@@ -919,6 +967,7 @@ module Wx
919
967
 
920
968
  # Sets the current text foreground colour for the DC.
921
969
  #
970
+ #
922
971
  # @see Wx::MemoryDC for the interpretation of colours when drawing into a monochrome bitmap.
923
972
  # @param colour [Wx::Colour,String,Symbol]
924
973
  # @return [void]
@@ -927,6 +976,7 @@ module Wx
927
976
 
928
977
  # Sets the current layout direction for the device context.
929
978
  #
979
+ #
930
980
  # @see Wx::DC#get_layout_direction
931
981
  # @param dir [Wx::LayoutDirection] May be either {Wx::LayoutDirection::Layout_Default}, {Wx::LayoutDirection::Layout_LeftToRight} or {Wx::LayoutDirection::Layout_RightToLeft}.
932
982
  # @return [void]
@@ -935,6 +985,7 @@ module Wx
935
985
 
936
986
  # Adds the specified point to the bounding box which can be retrieved with {Wx::DC#min_x}, {Wx::DC#max_x} and {Wx::DC#min_y}, {Wx::DC#max_y} functions.
937
987
  #
988
+ #
938
989
  # @see Wx::DC#reset_bounding_box
939
990
  # @param x [Integer]
940
991
  # @param y [Integer]
@@ -959,11 +1010,13 @@ module Wx
959
1010
 
960
1011
  # Resets the bounding box: after a call to this function, the bounding box doesn't contain anything.
961
1012
  #
1013
+ #
962
1014
  # @see Wx::DC#calc_bounding_box
963
1015
  # @return [void]
964
1016
  def reset_bounding_box; end
965
1017
 
966
1018
  # Starts a document (only relevant when outputting to a printer).
1019
+ #
967
1020
  # message is a message to show while printing.
968
1021
  # @param message [String]
969
1022
  # @return [Boolean]
@@ -982,6 +1035,7 @@ module Wx
982
1035
  def end_page; end
983
1036
 
984
1037
  # Copy from a source DC to this DC.
1038
+ #
985
1039
  # With this method you can specify the destination coordinates and the size of area to copy which will be the same for both the source and target DCs. If you need to apply scaling while copying, use {Wx::DC#stretch_blit}.
986
1040
  # Notice that source DC coordinates xsrc and ysrc are interpreted using the current source DC coordinate system, i.e. the scale, origin position and axis directions are taken into account when transforming them to physical (pixel) coordinates.
987
1041
  #
@@ -989,7 +1043,7 @@ module Wx
989
1043
  # <b>Remark:</b>
990
1044
  # <p>There is partial support for {Wx::DC#blit} in {Wx::PRT::PostScriptDC}, under X.
991
1045
  # </p>
992
- # </div>>
1046
+ # </div>
993
1047
  # @see Wx::DC#stretch_blit
994
1048
  # @see Wx::MemoryDC
995
1049
  # @see Wx::Bitmap
@@ -1031,6 +1085,7 @@ module Wx
1031
1085
  def blit(xdest, ydest, width, height, source, xsrc, ysrc, logicalFunc=Wx::RasterOperationMode::COPY, useMask=false, xsrcMask=Wx::DEFAULT_COORD, ysrcMask=Wx::DEFAULT_COORD) end
1032
1086
 
1033
1087
  # Copy from a source DC to this DC possibly changing the scale.
1088
+ #
1034
1089
  # Unlike {Wx::DC#blit}, this method allows specifying different source and destination region sizes, meaning that it can stretch or shrink it while copying. The same can be achieved by changing the scale of the source or target DC but calling this method is simpler and can also be more efficient if the platform provides a native implementation of it.
1035
1090
  # The meaning of its other parameters is the same as with {Wx::DC#blit}, in particular all source coordinates are interpreted using the source DC coordinate system, i.e. are affected by its scale, origin translation and axis direction.
1036
1091
  #
@@ -1080,6 +1135,7 @@ module Wx
1080
1135
 
1081
1136
  # Gets the brush used for painting the background.
1082
1137
  #
1138
+ #
1083
1139
  # @see Wx::DC#set_background
1084
1140
  # @return [Wx::Brush]
1085
1141
  def get_background; end
@@ -1087,6 +1143,7 @@ module Wx
1087
1143
 
1088
1144
  # Gets the current brush.
1089
1145
  #
1146
+ #
1090
1147
  # @see Wx::DC#set_brush
1091
1148
  # @return [Wx::Brush]
1092
1149
  def get_brush; end
@@ -1094,6 +1151,7 @@ module Wx
1094
1151
 
1095
1152
  # Gets the current pen.
1096
1153
  #
1154
+ #
1097
1155
  # @see Wx::DC#set_pen
1098
1156
  # @return [Wx::Pen]
1099
1157
  def get_pen; end
@@ -1106,6 +1164,7 @@ module Wx
1106
1164
  alias_method :background=, :set_background
1107
1165
 
1108
1166
  # Sets the current brush for the DC.
1167
+ #
1109
1168
  # If the argument is {Wx::NULL_BRUSH} (or another invalid brush; see {Wx::Brush#is_ok}), the current brush is selected out of the device context (leaving {Wx::DC} without any valid brush), allowing the current brush to be destroyed safely.
1110
1169
  # @see Wx::Brush
1111
1170
  # @see Wx::MemoryDC (for the interpretation of colours when drawing into a monochrome bitmap)
@@ -1115,6 +1174,7 @@ module Wx
1115
1174
  alias_method :brush=, :set_brush
1116
1175
 
1117
1176
  # Sets the current pen for the DC.
1177
+ #
1118
1178
  # If the argument is {Wx::NULL_PEN} (or another invalid pen; see {Wx::Pen#is_ok}), the current pen is selected out of the device context (leaving {Wx::DC} without any valid pen), allowing the current pen to be destroyed safely.
1119
1179
  # @see Wx::MemoryDC for the interpretation of colours when drawing into a monochrome bitmap.
1120
1180
  # @param pen [Wx::Pen]
@@ -1134,12 +1194,14 @@ module Wx
1134
1194
 
1135
1195
  # Return the coordinates of the logical point (0, 0).
1136
1196
  #
1197
+ #
1137
1198
  # @see Wx::DC#set_logical_origin
1138
1199
  # @return [Wx::Point]
1139
1200
  def get_logical_origin; end
1140
1201
  alias_method :logical_origin, :get_logical_origin
1141
1202
 
1142
1203
  # Copy attributes from another DC.
1204
+ #
1143
1205
  # The copied attributes currently are:
1144
1206
  #
1145
1207
  # - Font
@@ -1153,6 +1215,7 @@ module Wx
1153
1215
  def copy_attributes(dc) end
1154
1216
 
1155
1217
  # Returns the factor used for converting logical pixels to physical ones.
1218
+ #
1156
1219
  # Returns the same value as {Wx::Window#get_dpi_scale_factor} for the device contexts associated with a window and the same value as {Wx::Bitmap#get_scale_factor} for the associated bitmap for {Wx::MemoryDC}.
1157
1220
  #
1158
1221
  # <div class="wxrb-note">
@@ -1166,6 +1229,7 @@ module Wx
1166
1229
 
1167
1230
  # Returns the depth (number of bits/pixel) of this DC.
1168
1231
  #
1232
+ #
1169
1233
  # @see display_depth
1170
1234
  # @return [Integer]
1171
1235
  def get_depth; end
@@ -1173,6 +1237,7 @@ module Wx
1173
1237
 
1174
1238
  # Returns the current device origin.
1175
1239
  #
1240
+ #
1176
1241
  # @see Wx::DC#set_device_origin
1177
1242
  # @return [Wx::Point]
1178
1243
  def get_device_origin; end
@@ -1180,6 +1245,7 @@ module Wx
1180
1245
 
1181
1246
  # Gets the current logical function.
1182
1247
  #
1248
+ #
1183
1249
  # @see Wx::DC#set_logical_function
1184
1250
  # @return [Wx::RasterOperationMode]
1185
1251
  def get_logical_function; end
@@ -1187,12 +1253,14 @@ module Wx
1187
1253
 
1188
1254
  # Gets the current mapping mode for the device context.
1189
1255
  #
1256
+ #
1190
1257
  # @see Wx::DC#set_map_mode
1191
1258
  # @return [Wx::MappingMode]
1192
1259
  def get_map_mode; end
1193
1260
  alias_method :map_mode, :get_map_mode
1194
1261
 
1195
1262
  # Gets in colour the colour at the specified location.
1263
+ #
1196
1264
  # This method isn't available for {Wx::PRT::PostScriptDC} or {Wx::MetafileDC} nor for any DC in WXOSX port and simply returns false there.
1197
1265
  #
1198
1266
  # <div class="wxrb-note">
@@ -1220,6 +1288,7 @@ module Wx
1220
1288
 
1221
1289
  # @overload from_dip(sz)
1222
1290
  # Convert DPI-independent pixel values to the value in pixels appropriate for the DC.
1291
+ #
1223
1292
  # See {Wx::Window#from_dip(sz)} for more info about converting device independent pixel values.
1224
1293
  # @param sz [Array(Integer, Integer), Wx::Size]
1225
1294
  # @return [Wx::Size]
@@ -1229,6 +1298,7 @@ module Wx
1229
1298
  # @return [Wx::Point]
1230
1299
  # @overload from_dip(d)
1231
1300
  # Convert DPI-independent value in pixels to the value in pixels appropriate for the DC.
1301
+ #
1232
1302
  # This is the same as FromDIP(const {Wx::Size}& sz) overload, but assumes that the resolution is the same in horizontal and vertical directions.
1233
1303
  # @param d [Integer]
1234
1304
  # @return [Integer]
@@ -1236,6 +1306,7 @@ module Wx
1236
1306
 
1237
1307
  # @overload to_dip(sz)
1238
1308
  # Convert pixel values of the current DC to DPI-independent pixel values.
1309
+ #
1239
1310
  # See {Wx::Window#to_dip(sz)} for more info about converting device independent pixel values.
1240
1311
  # @param sz [Array(Integer, Integer), Wx::Size]
1241
1312
  # @return [Wx::Size]
@@ -1245,12 +1316,14 @@ module Wx
1245
1316
  # @return [Wx::Point]
1246
1317
  # @overload to_dip(d)
1247
1318
  # Convert pixel values of the current DC to DPI-independent pixel values.
1319
+ #
1248
1320
  # This is the same as ToDIP(const {Wx::Size}& sz) overload, but assumes that the resolution is the same in horizontal and vertical directions.
1249
1321
  # @param d [Integer]
1250
1322
  # @return [Integer]
1251
1323
  def to_dip(*args) end
1252
1324
 
1253
1325
  # Gets the horizontal and vertical extent of this device context in device units.
1326
+ #
1254
1327
  # It can be used to scale graphics to fit the page.
1255
1328
  # For example, if maxX and maxY represent the maximum horizontal and vertical 'pixel' values used in your application, the following code will scale the graphic to fit on the printer page:
1256
1329
  #
@@ -1281,6 +1354,7 @@ module Wx
1281
1354
 
1282
1355
  # Gets the current user scale factor.
1283
1356
  #
1357
+ #
1284
1358
  # @see Wx::DC#set_user_scale
1285
1359
  # @return [Array(Float,Float)]
1286
1360
  def get_user_scale; end
@@ -1292,6 +1366,7 @@ module Wx
1292
1366
  alias_method :ok?, :is_ok
1293
1367
 
1294
1368
  # Sets the x and y axis orientation (i.e. the direction from lowest to highest values on the axis).
1369
+ #
1295
1370
  # The default orientation is x axis from left to right and y axis from top down.
1296
1371
  # @param xLeftRight [Boolean] True to set the x axis orientation to the natural left to right orientation, false to invert it.
1297
1372
  # @param yBottomUp [Boolean] True to set the y axis orientation to the natural bottom up orientation, false to invert it.
@@ -1299,6 +1374,7 @@ module Wx
1299
1374
  def set_axis_orientation(xLeftRight, yBottomUp) end
1300
1375
 
1301
1376
  # Sets the device origin (i.e. the origin in pixels after scaling has been applied).
1377
+ #
1302
1378
  # This function may be useful in Windows printing operations for placing a graphic on a page.
1303
1379
  # @param x [Integer]
1304
1380
  # @param y [Integer]
@@ -1306,6 +1382,7 @@ module Wx
1306
1382
  def set_device_origin(x, y) end
1307
1383
 
1308
1384
  # Sets the current logical function for the device context.
1385
+ #
1309
1386
  # <div class="wxrb-note">
1310
1387
  # <b>Note:</b>
1311
1388
  # <p>This function is not fully supported in all ports, due to the limitations of the underlying drawing model. Notably, {Wx::RasterOperationMode::INVERT} which was commonly used for drawing rubber bands or other moving outlines in the past, is not, and will not, be supported by WXGTK3 and WXOSX. The suggested alternative is to draw temporarily objects normally and refresh the (affected part of the) window to remove them later.
@@ -1321,6 +1398,7 @@ module Wx
1321
1398
  alias_method :logical_function=, :set_logical_function
1322
1399
 
1323
1400
  # The mapping mode of the device context defines the unit of measurement used to convert logical units to device units.
1401
+ #
1324
1402
  # Note that in X, text drawing isn't handled consistently with the mapping mode; a font is always specified in point size. However, setting the user scale (see {Wx::DC#set_user_scale}) scales the text appropriately. In Windows, scalable TrueType fonts are always used; in X, results depend on availability of fonts, but usually a reasonable match is found.
1325
1403
  # The coordinate origin is always at the top left of the screen/printer.
1326
1404
  # Drawing to a Windows printer device context uses the current mapping mode, but mapping mode is currently ignored for PostScript output.
@@ -1330,6 +1408,7 @@ module Wx
1330
1408
  alias_method :map_mode=, :set_map_mode
1331
1409
 
1332
1410
  # If this is a window DC or memory DC, assigns the given palette to the window or bitmap associated with the DC.
1411
+ #
1333
1412
  # If the argument is {Wx::NULL_PALETTE}, the current palette is selected out of the device context, and the original palette restored.
1334
1413
  # @see Wx::Palette
1335
1414
  # @param palette [Wx::Palette]
@@ -1350,6 +1429,7 @@ module Wx
1350
1429
  alias_method :as_bitmap, :get_as_bitmap
1351
1430
 
1352
1431
  # Set the scale to use for translating {Wx::DC} coordinates to the physical pixels.
1432
+ #
1353
1433
  # The effect of calling this function is similar to that of calling {Wx::DC#set_user_scale}.
1354
1434
  # @param x [Float]
1355
1435
  # @param y [Float]
@@ -1363,6 +1443,7 @@ module Wx
1363
1443
 
1364
1444
  # Change the offset used for translating {Wx::DC} coordinates.
1365
1445
  #
1446
+ #
1366
1447
  # @see Wx::DC#set_logical_origin
1367
1448
  # @see Wx::DC#set_device_origin
1368
1449
  # @param x [Integer]
@@ -1371,12 +1452,14 @@ module Wx
1371
1452
  def set_logical_origin(x, y) end
1372
1453
 
1373
1454
  # If supported by the platform and the {Wx::DC} implementation, this method will return the {Wx::GraphicsContext} associated with the DC.
1455
+ #
1374
1456
  # Otherwise NULL is returned.
1375
1457
  # @return [Wx::GraphicsContext]
1376
1458
  def get_graphics_context; end
1377
1459
  alias_method :graphics_context, :get_graphics_context
1378
1460
 
1379
1461
  # Associate a {Wx::GraphicsContext} with the DC.
1462
+ #
1380
1463
  # Ignored if not supported by the specific {Wx::DC} implementation. It is unlikely that this will need to be used in application code.
1381
1464
  # @param ctx [Wx::GraphicsContext]
1382
1465
  # @return [void]
@@ -1386,6 +1469,7 @@ module Wx
1386
1469
  end # DC
1387
1470
 
1388
1471
  # Simple collection of various font metrics.
1472
+ #
1389
1473
  # This object is returned by {Wx::DC#get_font_metrics}.
1390
1474
  #
1391
1475
  # Category: Device Contexts, Graphics Device Interface (GDI)
@@ -13,6 +13,7 @@ module Wx
13
13
  EVT_DIALUP_DISCONNECTED = 10200
14
14
 
15
15
  # This is the event class for the dialup events sent by {Wx::DialUpManager}.
16
+ #
16
17
  # Category: {Wx::Events}
17
18
  #
18
19
  # @wxrb_require USE_DIALUP_MANAGER
@@ -30,6 +31,7 @@ module Wx
30
31
  alias_method :connected_event?, :is_connected_event
31
32
 
32
33
  # Does this event come from {Wx::DialUpManager#dial} or from some external process (i.e.
34
+ #
33
35
  # does it result from our own attempt to establish the connection)?
34
36
  # @return [Boolean]
35
37
  def is_own_event; end