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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (455) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxbase32u_gcc_custom.dll +0 -0
  4. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  6. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  18. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  19. data/lib/wx/aui/auinotebook.rb +6 -2
  20. data/lib/wx/aui/require.rb +1 -0
  21. data/lib/wx/core/app.rb +2 -2
  22. data/lib/wx/core/collapsible_pane.rb +1 -1
  23. data/lib/wx/core/controlwithitems.rb +8 -6
  24. data/lib/wx/core/menu.rb +10 -0
  25. data/lib/wx/core/notebook.rb +6 -2
  26. data/lib/wx/core/sizer.rb +11 -0
  27. data/lib/wx/core/task_bar_button.rb +19 -0
  28. data/lib/wx/core/textctrl.rb +11 -1
  29. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  30. data/lib/wx/core/window.rb +10 -0
  31. data/lib/wx/doc/app.rb +48 -38
  32. data/lib/wx/doc/art_locator.rb +47 -43
  33. data/lib/wx/doc/aui/auimanager.rb +16 -8
  34. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  35. data/lib/wx/doc/clipboard.rb +11 -7
  36. data/lib/wx/doc/colour_dialog.rb +14 -10
  37. data/lib/wx/doc/controlwithitems.rb +17 -7
  38. data/lib/wx/doc/data_object.rb +2 -2
  39. data/lib/wx/doc/evthandler.rb +113 -108
  40. data/lib/wx/doc/font.rb +1 -0
  41. data/lib/wx/doc/gc_dc.rb +6 -1
  42. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  43. data/lib/wx/doc/gen/accelerator.rb +14 -5
  44. data/lib/wx/doc/gen/accessible.rb +35 -47
  45. data/lib/wx/doc/gen/activity_indicator.rb +4 -5
  46. data/lib/wx/doc/gen/animation.rb +7 -3
  47. data/lib/wx/doc/gen/animation_ctrl.rb +6 -7
  48. data/lib/wx/doc/gen/any_button.rb +6 -1
  49. data/lib/wx/doc/gen/app.rb +7 -5
  50. data/lib/wx/doc/gen/app_traits.rb +27 -10
  51. data/lib/wx/doc/gen/art_provider.rb +19 -7
  52. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  53. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  54. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  55. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  56. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +1 -0
  57. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  58. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +6 -1
  59. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  60. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  61. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  62. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  63. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  64. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  65. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  66. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  67. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  68. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  69. data/lib/wx/doc/gen/banner_window.rb +1 -1
  70. data/lib/wx/doc/gen/bitmap.rb +33 -16
  71. data/lib/wx/doc/gen/bitmap_button.rb +11 -8
  72. data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -8
  73. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  74. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  75. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  76. data/lib/wx/doc/gen/brush.rb +5 -2
  77. data/lib/wx/doc/gen/busy_info.rb +2 -2
  78. data/lib/wx/doc/gen/button.rb +23 -11
  79. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  80. data/lib/wx/doc/gen/calendar_ctrl.rb +16 -13
  81. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  82. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  83. data/lib/wx/doc/gen/caret.rb +0 -1
  84. data/lib/wx/doc/gen/check_box.rb +7 -7
  85. data/lib/wx/doc/gen/check_list_box.rb +5 -6
  86. data/lib/wx/doc/gen/choice.rb +16 -9
  87. data/lib/wx/doc/gen/choicebook.rb +6 -7
  88. data/lib/wx/doc/gen/client_dc.rb +5 -2
  89. data/lib/wx/doc/gen/clipboard.rb +7 -3
  90. data/lib/wx/doc/gen/collapsible_pane.rb +6 -7
  91. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  92. data/lib/wx/doc/gen/colour.rb +8 -4
  93. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  94. data/lib/wx/doc/gen/colour_picker_ctrl.rb +9 -10
  95. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  96. data/lib/wx/doc/gen/combo_box.rb +16 -13
  97. data/lib/wx/doc/gen/combo_ctrl.rb +95 -32
  98. data/lib/wx/doc/gen/command_link_button.rb +4 -5
  99. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  100. data/lib/wx/doc/gen/control.rb +10 -8
  101. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  102. data/lib/wx/doc/gen/core.rb +4 -4
  103. data/lib/wx/doc/gen/cursor.rb +6 -8
  104. data/lib/wx/doc/gen/data_format.rb +6 -1
  105. data/lib/wx/doc/gen/data_object.rb +15 -13
  106. data/lib/wx/doc/gen/date_event.rb +2 -2
  107. data/lib/wx/doc/gen/date_picker_ctrl.rb +12 -8
  108. data/lib/wx/doc/gen/dc.rb +155 -37
  109. data/lib/wx/doc/gen/defs.rb +51 -51
  110. data/lib/wx/doc/gen/dial_up_event.rb +1 -2
  111. data/lib/wx/doc/gen/dial_up_manager.rb +13 -5
  112. data/lib/wx/doc/gen/dialog.rb +33 -13
  113. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  114. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  115. data/lib/wx/doc/gen/dir_picker_ctrl.rb +9 -10
  116. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  117. data/lib/wx/doc/gen/drag_image.rb +6 -2
  118. data/lib/wx/doc/gen/editable_list_box.rb +2 -2
  119. data/lib/wx/doc/gen/event.rb +35 -19
  120. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  121. data/lib/wx/doc/gen/event_list.rb +1656 -1652
  122. data/lib/wx/doc/gen/events.rb +162 -169
  123. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  124. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  125. data/lib/wx/doc/gen/file_ctrl.rb +19 -10
  126. data/lib/wx/doc/gen/file_ctrl_event.rb +3 -4
  127. data/lib/wx/doc/gen/file_dialog.rb +31 -14
  128. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  129. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  130. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  131. data/lib/wx/doc/gen/file_picker_ctrl.rb +8 -9
  132. data/lib/wx/doc/gen/file_system.rb +38 -15
  133. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  134. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  135. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  136. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  137. data/lib/wx/doc/gen/font.rb +31 -20
  138. data/lib/wx/doc/gen/font_data.rb +3 -4
  139. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  140. data/lib/wx/doc/gen/font_picker_ctrl.rb +6 -7
  141. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  142. data/lib/wx/doc/gen/frame.rb +56 -15
  143. data/lib/wx/doc/gen/fs_file.rb +17 -10
  144. data/lib/wx/doc/gen/gauge.rb +11 -8
  145. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  146. data/lib/wx/doc/gen/gcdc.rb +1 -2
  147. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  148. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  149. data/lib/wx/doc/gen/generic_dir_ctrl.rb +6 -7
  150. data/lib/wx/doc/gen/graphics_context.rb +58 -11
  151. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  152. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  153. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  154. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  155. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  156. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  157. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  158. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  159. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  160. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  161. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -1
  163. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  164. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  165. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  167. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  169. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  170. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_ctrl.rb +27 -5
  174. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  175. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  176. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  177. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  178. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  179. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  180. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  181. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  182. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  183. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  184. data/lib/wx/doc/gen/header_ctrl.rb +4 -11
  185. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  186. data/lib/wx/doc/gen/help_controller.rb +3 -3
  187. data/lib/wx/doc/gen/help_provider.rb +12 -3
  188. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  189. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  190. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  191. data/lib/wx/doc/gen/html/html_easy_printing.rb +7 -2
  192. data/lib/wx/doc/gen/html/html_help_controller.rb +8 -2
  193. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  194. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  195. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  196. data/lib/wx/doc/gen/html/html_list_box.rb +5 -7
  197. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  198. data/lib/wx/doc/gen/html/html_window.rb +12 -6
  199. data/lib/wx/doc/gen/hyperlink_ctrl.rb +7 -7
  200. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  201. data/lib/wx/doc/gen/icon.rb +5 -29
  202. data/lib/wx/doc/gen/icon_location.rb +0 -1
  203. data/lib/wx/doc/gen/image.rb +83 -17
  204. data/lib/wx/doc/gen/image_list.rb +15 -6
  205. data/lib/wx/doc/gen/info_bar.rb +2 -2
  206. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  207. data/lib/wx/doc/gen/list_box.rb +29 -17
  208. data/lib/wx/doc/gen/list_ctrl.rb +76 -29
  209. data/lib/wx/doc/gen/list_event.rb +3 -4
  210. data/lib/wx/doc/gen/listbook.rb +6 -7
  211. data/lib/wx/doc/gen/locale.rb +46 -4
  212. data/lib/wx/doc/gen/log.rb +16 -12
  213. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  214. data/lib/wx/doc/gen/mdi_frame.rb +28 -7
  215. data/lib/wx/doc/gen/media_ctrl.rb +26 -18
  216. data/lib/wx/doc/gen/media_event.rb +5 -4
  217. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  218. data/lib/wx/doc/gen/menu.rb +37 -23
  219. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  220. data/lib/wx/doc/gen/menu_item.rb +41 -19
  221. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  222. data/lib/wx/doc/gen/mini_frame.rb +11 -5
  223. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  224. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  225. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  226. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  227. data/lib/wx/doc/gen/notebook.rb +17 -9
  228. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  229. data/lib/wx/doc/gen/object.rb +0 -1
  230. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  231. data/lib/wx/doc/gen/palette.rb +0 -1
  232. data/lib/wx/doc/gen/panel.rb +17 -8
  233. data/lib/wx/doc/gen/pen.rb +17 -8
  234. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  235. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  236. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  237. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  238. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  239. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  240. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  241. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  242. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  243. data/lib/wx/doc/gen/pg/property_grid.rb +81 -20
  244. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  245. data/lib/wx/doc/gen/pg/property_grid_interface.rb +214 -36
  246. data/lib/wx/doc/gen/pg/property_grid_manager.rb +40 -10
  247. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  248. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  249. data/lib/wx/doc/gen/picker_base.rb +12 -5
  250. data/lib/wx/doc/gen/platform_info.rb +4 -9
  251. data/lib/wx/doc/gen/popup_window.rb +2 -5
  252. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  253. data/lib/wx/doc/gen/property_sheet_dialog.rb +13 -3
  254. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  255. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  256. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  257. data/lib/wx/doc/gen/prt/preview_frame.rb +1 -1
  258. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +3 -0
  259. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  260. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  262. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  263. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  264. data/lib/wx/doc/gen/radio_box.rb +9 -10
  265. data/lib/wx/doc/gen/radio_button.rb +13 -9
  266. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  267. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  268. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  269. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  270. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  271. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  272. data/lib/wx/doc/gen/rbn/ribbon_control.rb +1 -1
  273. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  275. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  276. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  277. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  278. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  279. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  280. data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -2
  281. data/lib/wx/doc/gen/rearrange_list.rb +3 -4
  282. data/lib/wx/doc/gen/region.rb +75 -17
  283. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  284. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  285. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  286. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  287. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  288. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  289. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +10 -7
  290. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  291. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +2 -4
  292. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +2 -3
  293. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  294. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  295. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  297. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  298. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +2 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +5 -5
  300. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +1 -1
  301. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -3
  302. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -2
  303. data/lib/wx/doc/gen/sash_event.rb +9 -4
  304. data/lib/wx/doc/gen/sash_layout_window.rb +11 -4
  305. data/lib/wx/doc/gen/sash_window.rb +3 -4
  306. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  307. data/lib/wx/doc/gen/scroll_bar.rb +19 -10
  308. data/lib/wx/doc/gen/scrolled_canvas.rb +32 -10
  309. data/lib/wx/doc/gen/scrolled_control.rb +32 -10
  310. data/lib/wx/doc/gen/scrolled_window.rb +32 -10
  311. data/lib/wx/doc/gen/search_ctrl.rb +8 -9
  312. data/lib/wx/doc/gen/simplebook.rb +1 -1
  313. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  314. data/lib/wx/doc/gen/sizer.rb +12 -7
  315. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  316. data/lib/wx/doc/gen/slider.rb +27 -17
  317. data/lib/wx/doc/gen/spin_button.rb +15 -10
  318. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  319. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  320. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  321. data/lib/wx/doc/gen/spin_event.rb +3 -3
  322. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  323. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  324. data/lib/wx/doc/gen/splitter_window.rb +76 -18
  325. data/lib/wx/doc/gen/static_bitmap.rb +10 -5
  326. data/lib/wx/doc/gen/static_box.rb +9 -7
  327. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  328. data/lib/wx/doc/gen/static_line.rb +3 -4
  329. data/lib/wx/doc/gen/static_text.rb +5 -6
  330. data/lib/wx/doc/gen/status_bar.rb +19 -9
  331. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  332. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +39 -13
  333. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  334. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  335. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  336. data/lib/wx/doc/gen/system_options.rb +6 -6
  337. data/lib/wx/doc/gen/system_settings.rb +2 -3
  338. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  339. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  340. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  341. data/lib/wx/doc/gen/text_attr.rb +20 -5
  342. data/lib/wx/doc/gen/text_ctrl.rb +90 -25
  343. data/lib/wx/doc/gen/text_entry.rb +31 -11
  344. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  345. data/lib/wx/doc/gen/text_validator.rb +43 -10
  346. data/lib/wx/doc/gen/time_picker_ctrl.rb +5 -6
  347. data/lib/wx/doc/gen/timer.rb +6 -2
  348. data/lib/wx/doc/gen/timer_event.rb +1 -2
  349. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  350. data/lib/wx/doc/gen/toggle_button.rb +5 -6
  351. data/lib/wx/doc/gen/tool_bar.rb +98 -25
  352. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  353. data/lib/wx/doc/gen/toolbook.rb +3 -4
  354. data/lib/wx/doc/gen/top_level_window.rb +69 -23
  355. data/lib/wx/doc/gen/tree_ctrl.rb +40 -16
  356. data/lib/wx/doc/gen/tree_event.rb +3 -4
  357. data/lib/wx/doc/gen/treebook.rb +7 -4
  358. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  359. data/lib/wx/doc/gen/utils.rb +39 -7
  360. data/lib/wx/doc/gen/v_list_box.rb +6 -2
  361. data/lib/wx/doc/gen/v_scrolled_window.rb +6 -4
  362. data/lib/wx/doc/gen/validator.rb +1 -1
  363. data/lib/wx/doc/gen/variant.rb +1 -0
  364. data/lib/wx/doc/gen/window.rb +195 -45
  365. data/lib/wx/doc/gen/window_dc.rb +0 -1
  366. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  367. data/lib/wx/doc/gen/with_images.rb +6 -1
  368. data/lib/wx/doc/gen/wizard.rb +4 -4
  369. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  370. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  371. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  372. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  373. data/lib/wx/doc/gen/xml_node.rb +19 -4
  374. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  375. data/lib/wx/doc/graphics_context.rb +1 -0
  376. data/lib/wx/doc/grid/grid.rb +22 -1
  377. data/lib/wx/doc/help_controller.rb +11 -7
  378. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  379. data/lib/wx/doc/list_ctrl.rb +33 -29
  380. data/lib/wx/doc/menu.rb +20 -0
  381. data/lib/wx/doc/notebook.rb +21 -0
  382. data/lib/wx/doc/pg/events.rb +13 -9
  383. data/lib/wx/doc/pg/pg_property.rb +18 -0
  384. data/lib/wx/doc/progress_dialog.rb +36 -32
  385. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  386. data/lib/wx/doc/prt/print_data.rb +13 -5
  387. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  388. data/lib/wx/doc/prt/printer.rb +20 -12
  389. data/lib/wx/doc/radio_box.rb +19 -15
  390. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  391. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  392. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  393. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  394. data/lib/wx/doc/region_iterator.rb +32 -28
  395. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  396. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  397. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  398. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  399. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  400. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  401. data/lib/wx/doc/sizer.rb +20 -0
  402. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  403. data/lib/wx/doc/stream.rb +39 -35
  404. data/lib/wx/doc/system_settings.rb +30 -26
  405. data/lib/wx/doc/text_validator.rb +12 -8
  406. data/lib/wx/doc/textctrl.rb +16 -0
  407. data/lib/wx/doc/tree_ctrl.rb +95 -0
  408. data/lib/wx/doc/treebook.rb +9 -5
  409. data/lib/wx/doc/v_list_box.rb +9 -5
  410. data/lib/wx/doc/variant.rb +164 -160
  411. data/lib/wx/doc/window.rb +57 -47
  412. data/lib/wx/doc/window_disabler.rb +10 -6
  413. data/lib/wx/grid/grid.rb +27 -4
  414. data/lib/wx/pg/pg_property.rb +22 -0
  415. data/lib/wx/rtc/require.rb +3 -0
  416. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  417. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  418. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  419. data/lib/wx/stc/require.rb +1 -0
  420. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  421. data/lib/wx/version.rb +1 -1
  422. data/lib/wxruby_aui.so +0 -0
  423. data/lib/wxruby_core.so +0 -0
  424. data/lib/wxruby_grid.so +0 -0
  425. data/lib/wxruby_html.so +0 -0
  426. data/lib/wxruby_pg.so +0 -0
  427. data/lib/wxruby_prt.so +0 -0
  428. data/lib/wxruby_rbn.so +0 -0
  429. data/lib/wxruby_rtc.so +0 -0
  430. data/lib/wxruby_stc.so +0 -0
  431. data/rakelib/lib/config/linux.rb +0 -3
  432. data/rakelib/lib/config/macosx.rb +2 -2
  433. data/rakelib/lib/config/mingw.rb +1 -1
  434. data/rakelib/lib/config/unixish.rb +1 -1
  435. data/rakelib/lib/config.rb +14 -4
  436. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  437. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  438. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  439. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  440. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  441. data/rakelib/yard/yard-custom-templates.rb +3 -0
  442. data/samples/treectrl/treectrl.rb +1 -1
  443. data/tests/media/beep_lo.wav +0 -0
  444. data/tests/test_list_ctrl.rb +1 -1
  445. data/tests/test_media_ctrl.rb +38 -0
  446. data/tests/test_menu.rb +69 -0
  447. data/tests/test_pg.rb +27 -0
  448. data/tests/test_richtext.rb +45 -0
  449. data/tests/test_sizer.rb +16 -0
  450. data/tests/test_std_controls.rb +42 -1
  451. data/tests/test_styled_text_ctrl.rb +46 -0
  452. data/tests/test_tree_ctrl.rb +138 -0
  453. data/tests/test_window.rb +12 -0
  454. data/tests/testapp_noframe.rb +1 -1
  455. metadata +28 -3
@@ -36,8 +36,6 @@ module Wx
36
36
  # You may also derive your own data object classes from {Wx::CustomDataObject} for user-defined types. The format of user-defined data is given as a mime-type string literal, such as "application/word" or "image/png". These strings are used as they are under Unix (so far only GTK+) to identify a format and are translated into their Windows equivalent under Win32 (using the OLE IDataObject for data exchange to and from the clipboard and for drag and drop). Note that the format string translation under Windows is not yet finished.
37
37
  # Each class derived directly from {Wx::DataObject} must override and implement all of its functions which are pure virtual in the base class. The data objects which only render their data or only set it (i.e. work in only one direction), should return 0 from {Wx::DataObject#get_format_count}.
38
38
  #
39
- # ===
40
- #
41
39
  # Category: Clipboard and Drag & Drop
42
40
  # @see Drag and Drop Overview
43
41
  # @see Drag & Drop Sample
@@ -51,12 +49,14 @@ module Wx
51
49
  # @see Wx::FileDropTarget
52
50
  #
53
51
  #
52
+ # @wxrb_require USE_CLIPBOARD
54
53
  class DataObject < ::Object
55
54
 
56
55
  #
57
56
  #
58
57
  #
59
58
  #
59
+ # @wxrb_require USE_CLIPBOARD
60
60
  class Direction < Wx::Enum
61
61
 
62
62
  # Format is supported by {Wx::DataObject#get_data_here}
@@ -122,6 +122,7 @@ module Wx
122
122
 
123
123
  end # DataObject
124
124
 
125
+ # @wxrb_require USE_CLIPBOARD
125
126
  class DataObjectSimple < DataObject
126
127
 
127
128
  # Constructor accepts the supported format (none by default) which may also be set later with {Wx::DataObjectSimple#set_format}.
@@ -180,8 +181,6 @@ module Wx
180
181
  # end
181
182
  # ```
182
183
  #
183
- # ===
184
- #
185
184
  # Category: Clipboard and Drag & Drop
186
185
  # @see Drag and Drop Overview
187
186
  # @see Wx::DataObject
@@ -191,6 +190,7 @@ module Wx
191
190
  # @see Wx::BitmapDataObject
192
191
  #
193
192
  #
193
+ # @wxrb_require USE_CLIPBOARD
194
194
  class DataObjectComposite < DataObject
195
195
 
196
196
  # The default constructor.
@@ -222,7 +222,6 @@ module Wx
222
222
  # {Wx::BitmapDataObject} is a specialization of {Wx::DataObject} for bitmap data.
223
223
  # It can be used without change to paste data into the {Wx::Clipboard} or a {Wx::DropSource}. A user may wish to derive a new class from this class for providing a bitmap on-demand in order to minimize memory consumption when offering data in several formats, such as a bitmap and GIF.
224
224
  # This class may be used as is, but {Wx::BitmapDataObject#get_bitmap} may be overridden to increase efficiency.
225
- # ===
226
225
  #
227
226
  # Category: Clipboard and Drag & Drop
228
227
  # @see Drag and Drop Overview
@@ -233,6 +232,7 @@ module Wx
233
232
  # @see Wx::DataObject
234
233
  #
235
234
  #
235
+ # @wxrb_require USE_CLIPBOARD
236
236
  class BitmapDataObject < DataObjectSimple
237
237
 
238
238
  # Constructor, optionally passing a bitmap (otherwise use {Wx::BitmapDataObject#set_bitmap} later).
@@ -257,7 +257,6 @@ module Wx
257
257
 
258
258
  # {Wx::FileDataObject} is a specialization of {Wx::DataObject} for file names.
259
259
  # The program works with it just as if it were a list of absolute file names, but internally it uses the same format as Explorer and other compatible programs under Windows or GNOME/KDE file manager under Unix which makes it possible to receive files from them using this class.
260
- # ===
261
260
  #
262
261
  # Category: Clipboard and Drag & Drop
263
262
  # @see Wx::DataObject
@@ -267,6 +266,7 @@ module Wx
267
266
  # @see Wx::DataObject
268
267
  #
269
268
  #
269
+ # @wxrb_require USE_CLIPBOARD
270
270
  class FileDataObject < DataObjectSimple
271
271
 
272
272
  # Constructor.
@@ -288,7 +288,6 @@ module Wx
288
288
  # {Wx::TextDataObject} is a specialization of {Wx::DataObjectSimple} for text data.
289
289
  # It can be used without change to paste data into the {Wx::Clipboard} or a {Wx::DropSource}. A user may wish to derive a new class from this class for providing text on-demand in order to minimize memory consumption when offering data in several formats, such as plain text and RTF because by default the text is stored in a string in this class, but it might as well be generated when requested. For this, {Wx::TextDataObject#get_text_length} and {Wx::TextDataObject#get_text} will have to be overridden.
290
290
  # Note that if you already have the text inside a string, you will not achieve any efficiency gain by overriding these functions because copying {Wx::Strings} is already a very efficient operation (data is not actually copied because {Wx::Strings} are reference counted).
291
- # ===
292
291
  #
293
292
  # Category: Clipboard and Drag & Drop
294
293
  # @see Drag and Drop Overview
@@ -298,6 +297,7 @@ module Wx
298
297
  # @see Wx::BitmapDataObject
299
298
  #
300
299
  #
300
+ # @wxrb_require USE_CLIPBOARD
301
301
  class TextDataObject < DataObjectSimple
302
302
 
303
303
  # Constructor, may be used to initialise the text (otherwise {Wx::TextDataObject#set_text} should be used later).
@@ -330,12 +330,12 @@ module Wx
330
330
  # The only restriction is that it is supposed that this data can be copied bitwise (i.e. with <code>memcpy()</code>), so it would be a bad idea to make it contain a C++ object (though C struct is fine).
331
331
  # By default, {Wx::CustomDataObject} stores the data inside in a buffer. To put the data into the buffer you may use either {Wx::CustomDataObject#set_data} or {Wx::CustomDataObject#take_data} depending on whether you want the object to make a copy of data or not.
332
332
  # This class may be used as is, but if you don't want store the data inside the object but provide it on demand instead, you should override {Wx::CustomDataObject#get_size}, {Wx::CustomDataObject#get_data} and {Wx::CustomDataObject#set_data} (or may be only the first two or only the last one if you only allow reading/writing the data).
333
- # ===
334
333
  #
335
334
  # Category: Clipboard and Drag & Drop
336
335
  # @see Wx::DataObject
337
336
  #
338
337
  #
338
+ # @wxrb_require USE_CLIPBOARD
339
339
  class CustomDataObject < DataObjectSimple
340
340
 
341
341
  # The constructor accepts a format argument which specifies the (single) format supported by this object.
@@ -349,8 +349,6 @@ module Wx
349
349
  # {Wx::ImageDataObject} is a specialization of {Wx::DataObject} for image data.
350
350
  # It can be used e.g. when you need to put on and retrieve from the clipboard a {Wx::Image} with its metadata (like image resolution).
351
351
  #
352
- # ===
353
- #
354
352
  # Category: Clipboard and Drag & Drop
355
353
  # @see Drag and Drop Overview
356
354
  # @see Wx::DataObject
@@ -358,6 +356,7 @@ module Wx
358
356
  # @see Wx::BitmapDataObject
359
357
  #
360
358
  #
359
+ # @wxrb_require USE_CLIPBOARD
361
360
  class ImageDataObject < CustomDataObject
362
361
 
363
362
  # Constructor, optionally passing an image (otherwise use {Wx::ImageDataObject#set_image} later).
@@ -385,15 +384,18 @@ module Wx
385
384
  # Wx::Clipboard.open { |clip| clip.place(Wx::URLDataObject.new(url))
386
385
  # ```
387
386
  #
388
- # The actual base class of this class is not always {Wx::DataObject} itself, but rather either {Wx::DataObjectComposite} in wxMSW and wxGTK or {Wx::TextDataObject} in the other ports. Please don't rely on the exact base class, it is not guaranteed that it won't change in the future.
389
- #
390
- # ===
387
+ # <div class="wxrb-note">
388
+ # <b>Note:</b>
389
+ # <p>The actual base class of this class is not always {Wx::DataObject} itself, but rather either {Wx::DataObjectComposite} in WXMSW and WXGTK or {Wx::TextDataObject} in the other ports. Please don't rely on the exact base class, it is not guaranteed that it won't change in the future.
390
+ # </p>
391
+ # </div>
391
392
  #
392
393
  # Category: Clipboard and Drag & Drop
393
394
  # @see Drag and Drop Overview
394
395
  # @see Wx::DataObject
395
396
  #
396
397
  #
398
+ # @wxrb_require USE_CLIPBOARD
397
399
  class URLDataObject < DataObject
398
400
 
399
401
  # Constructor, may be used to initialize the URL.
@@ -16,10 +16,10 @@ module Wx
16
16
 
17
17
  # This event class holds information about a date change and is used together with {Wx::DatePickerCtrl}.
18
18
  # It also serves as a base class for {Wx::CalendarEvent}.
19
- # ===
20
19
  #
21
20
  # Category: {Wx::Events}
22
21
  #
22
+ # @wxrb_require USE_DATETIME
23
23
  class DateEvent < CommandEvent
24
24
 
25
25
  # @overload initialize()
@@ -27,7 +27,7 @@ module Wx
27
27
  # @overload initialize(win, dt, type)
28
28
  # @param win [Wx::Window]
29
29
  # @param dt [Time,Date,DateTime]
30
- # @param type [Wx::CommandLinkButton::EventType]
30
+ # @param type [Wx::Slider::EventType]
31
31
  # @return [Wx::DateEvent]
32
32
  def initialize(*args) end
33
33
 
@@ -29,7 +29,7 @@ module Wx
29
29
  # This control allows the user to select a date.
30
30
  # Unlike {Wx::CalendarCtrl}, which is a relatively big control, {Wx::DatePickerCtrl} is implemented as a small window showing the currently selected date. The control can be edited using the keyboard, and can also display a popup window for more user-friendly date selection, depending on the styles used and the platform.
31
31
  # It is only available if {Wx::Setup::USE_DATEPICKCTRL} is set to 1.
32
- # === Styles
32
+ # ### Styles
33
33
  #
34
34
  # This class supports the following styles:
35
35
  #
@@ -44,24 +44,23 @@ module Wx
44
44
  # - {Wx::DP_SHOWCENTURY}: Forces display of the century in the default date format. Without this style the century could be displayed, or not, depending on the default date representation in the system. This style is not supported in OSX/Cocoa native version currently.
45
45
  #
46
46
  # As can be seen from the remarks above, most of the control style are only supported in the native MSW implementation. In portable code it's recommended to use {Wx::DP_DEFAULT} style only, possibly combined with {Wx::DP_SHOWCENTURY} (this is also the style used by default if none is specified).
47
- # === Events emitted by this class
47
+ # ### Events emitted by this class
48
48
  #
49
49
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::DateEvent} events.
50
50
  # Event handler methods for events emitted by this class:
51
51
  #
52
52
  # - {Wx::EvtHandler#evt_date_changed}(id, meth = nil, &block): Process a {Wx::EVT_DATE_CHANGED} event, which fires when the user changes the current selection in the control.
53
53
  #
54
- # ===
55
- #
56
- # Category: Picker Controls <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
57
- # </td><td> wxGTK Appearance
58
- # </td><td> wxOSX Appearance
54
+ # Category: Picker Controls <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
55
+ # </td><td> WXGTK Appearance
56
+ # </td><td> WXOSX Appearance
59
57
  # </td></tr></table></div>
60
58
  # @see Wx::TimePickerCtrl
61
59
  # @see Wx::CalendarCtrl
62
60
  # @see Wx::DateEvent
63
61
  #
64
62
  #
63
+ # @wxrb_require USE_DATEPICKCTRL
65
64
  class DatePickerCtrl < Control
66
65
 
67
66
  # @overload initialize()
@@ -112,7 +111,12 @@ module Wx
112
111
  # Sets the valid range for the date selection.
113
112
  # If dt1 is valid, it becomes the earliest date (inclusive) accepted by the control. If dt2 is valid, it becomes the latest possible date.
114
113
  # Notice that if the current value is not inside the new range, it will be adjusted to lie inside it, i.e. calling this method can change the control value, however no events are generated by it.
115
- # If the current value of the control is outside of the newly set range bounds, the behaviour is undefined.
114
+ #
115
+ # <div class="wxrb-remark">
116
+ # <b>Remark:</b>
117
+ # <p>If the current value of the control is outside of the newly set range bounds, the behaviour is undefined.
118
+ # </p>
119
+ # </div>>
116
120
  # @param dt1 [Time,Date,DateTime]
117
121
  # @param dt2 [Time,Date,DateTime]
118
122
  # @return [void]
data/lib/wx/doc/gen/dc.rb CHANGED
@@ -10,7 +10,7 @@ module Wx
10
10
  #
11
11
  # {Wx::DC#blit} and {Wx::DC#stretch_blit}).
12
12
  # The description of the values below refer to how a generic src source pixel and the corresponding dst destination pixel gets combined together to produce the final pixel. E.g. {Wx::RasterOperationMode::CLEAR} and {Wx::RasterOperationMode::SET} completely ignore the source and the destination pixel and always put zeroes or ones in the final surface.
13
- # Note that not all modes are supported under all platforms. Notably wxGTK3 and wxMac only support the following modes:
13
+ # Note that not all modes are supported under all platforms. Notably WXGTK3 and WXOSX only support the following modes:
14
14
  #
15
15
  # - {Wx::RasterOperationMode::COPY}
16
16
  # - {Wx::RasterOperationMode::OR}
@@ -137,22 +137,21 @@ module Wx
137
137
  # In addition to the versions of the methods documented below, there are also versions which accept single {Wx::Point} parameter instead of the two {Wx::Coord} ones or {Wx::Point} and {Wx::Size} instead of the four {Wx::Coord} parameters.
138
138
  # Beginning with wxWidgets 2.9.0 the entire {Wx::DC} code has been reorganized. All platform dependent code (actually all drawing code) has been moved into backend classes which derive from a common {Wx::DCImpl} class. The user-visible classes such as {Wx::ClientDC} and {Wx::PaintDC} merely forward all calls to the backend implementation.
139
139
  #
140
- # == Device and logical units
140
+ # ## Device and logical units
141
141
  #
142
142
  # In the {Wx::DC} context there is a distinction between logical units and device units.
143
143
  # <b>Device</b> units are the units native to the particular device; e.g. for a screen, a device unit is a pixel. For a printer, the device unit is defined by the resolution of the printer (usually given in DPI: dot-per-inch).
144
144
  # All {Wx::DC} functions use instead <b>logical</b> units, unless where explicitly stated. Logical units are arbitrary units mapped to device units using the current mapping mode (see {Wx::DC#set_map_mode}).
145
145
  # This mechanism allows reusing the same code which prints on e.g. a window on the screen to print on e.g. a paper.
146
146
  #
147
- # == Support for Transparency / Alpha Channel
147
+ # ## Support for Transparency / Alpha Channel
148
148
  #
149
149
  # In general {Wx::DC} methods don't support alpha transparency and the alpha component of {Wx::Colour} is simply ignored and you need to use {Wx::GraphicsContext} for full transparency support. There are, however, a few exceptions: first, under macOS and GTK+ 3 colours with alpha channel are supported in all the normal {Wx::DC}-derived classes as they use {Wx::GraphicsContext} internally. Second, under all platforms {Wx::SVGFileDC} also fully supports alpha channel. In both of these cases the instances of {Wx::Pen} or {Wx::Brush} that are built from {Wx::Colour} use the colour's alpha values when stroking or filling.
150
150
  #
151
- # == Support for Transformation Matrix
151
+ # ## Support for Transformation Matrix
152
152
  #
153
153
  # On some platforms (currently under MSW, GTK+ 3, macOS) {Wx::DC} has support for applying an arbitrary affine transformation matrix to its coordinate system (since 3.1.1 this feature is also supported by {Wx::GCDC} in all ports). Call {Wx::DC#can_use_transform_matrix} to check if this support is available and then call {Wx::DC#set_transform_matrix} if it is. If the transformation matrix is not supported, {Wx::DC#set_transform_matrix} always simply returns false and doesn't do anything.
154
154
  # This feature is only available when {Wx::Setup::USE_DC_TRANSFORM_MATRIX} build option is enabled.
155
- # ===
156
155
  #
157
156
  # Category: Device Contexts, Graphics Device Interface (GDI)
158
157
  #
@@ -172,53 +171,89 @@ module Wx
172
171
  class DC < Object
173
172
 
174
173
  # Convert device X coordinate to logical coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
175
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
174
+ # <div class="wxrb-note">
175
+ # <b>Note:</b>
176
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
177
+ # </p>
178
+ # </div>
176
179
  # @param x [Integer]
177
180
  # @return [Integer]
178
181
  def device_to_logical_x(x) end
179
182
 
180
183
  # Convert device X coordinate to relative logical coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
181
184
  # Use this for converting a horizontal distance like for example a width.
182
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
185
+ #
186
+ # <div class="wxrb-note">
187
+ # <b>Note:</b>
188
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
189
+ # </p>
190
+ # </div>
183
191
  # @param x [Integer]
184
192
  # @return [Integer]
185
193
  def device_to_logical_x_rel(x) end
186
194
 
187
195
  # Converts device Y coordinate to logical coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
188
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
196
+ # <div class="wxrb-note">
197
+ # <b>Note:</b>
198
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
199
+ # </p>
200
+ # </div>
189
201
  # @param y [Integer]
190
202
  # @return [Integer]
191
203
  def device_to_logical_y(y) end
192
204
 
193
205
  # Convert device Y coordinate to relative logical coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
194
206
  # Use this for converting a vertical distance like for example a height.
195
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
207
+ #
208
+ # <div class="wxrb-note">
209
+ # <b>Note:</b>
210
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
211
+ # </p>
212
+ # </div>
196
213
  # @param y [Integer]
197
214
  # @return [Integer]
198
215
  def device_to_logical_y_rel(y) end
199
216
 
200
217
  # Converts logical X coordinate to device coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
201
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
218
+ # <div class="wxrb-note">
219
+ # <b>Note:</b>
220
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
221
+ # </p>
222
+ # </div>
202
223
  # @param x [Integer]
203
224
  # @return [Integer]
204
225
  def logical_to_device_x(x) end
205
226
 
206
227
  # Converts logical X coordinate to relative device coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
207
228
  # Use this for converting a horizontal distance like for example a width.
208
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
229
+ #
230
+ # <div class="wxrb-note">
231
+ # <b>Note:</b>
232
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
233
+ # </p>
234
+ # </div>
209
235
  # @param x [Integer]
210
236
  # @return [Integer]
211
237
  def logical_to_device_x_rel(x) end
212
238
 
213
239
  # Converts logical Y coordinate to device coordinate, using the current mapping mode, user scale factor, device origin and axis orientation.
214
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
240
+ # <div class="wxrb-note">
241
+ # <b>Note:</b>
242
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
243
+ # </p>
244
+ # </div>
215
245
  # @param y [Integer]
216
246
  # @return [Integer]
217
247
  def logical_to_device_y(y) end
218
248
 
219
249
  # Converts logical Y coordinate to relative device coordinate, using the current mapping mode and user scale factor but ignoring the axis orientation.
220
250
  # Use this for converting a vertical distance like for example a height.
221
- # Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
251
+ #
252
+ # <div class="wxrb-note">
253
+ # <b>Note:</b>
254
+ # <p>Affine transformation applied to the coordinate system with {Wx::DC#set_transform_matrix} is not taken into account.
255
+ # </p>
256
+ # </div>
222
257
  # @param y [Integer]
223
258
  # @return [Integer]
224
259
  def logical_to_device_y_rel(y) end
@@ -277,7 +312,11 @@ module Wx
277
312
 
278
313
  # @overload draw_arc(xStart, yStart, xEnd, yEnd, xc, yc)
279
314
  # Draws an arc from the given start to the given end point.
280
- # {Wx::DC#draw_elliptic_arc} has more clear semantics and it is recommended to use it instead of this function.
315
+ # <div class="wxrb-note">
316
+ # <b>Note:</b>
317
+ # <p>{Wx::DC#draw_elliptic_arc} has more clear semantics and it is recommended to use it instead of this function.
318
+ # </p>
319
+ # </div>
281
320
  #
282
321
  # The arc drawn is an arc of the circle centered at (xc, yc). Its start point is (xStart, yStart) whereas its end point is the point of intersection of the line passing by (xc, yc) and (xEnd, yEnd) with the circle passing by (xStart, yStart).
283
322
  # The arc is drawn in a counter-clockwise direction between the start and the end points.
@@ -503,7 +542,12 @@ module Wx
503
542
  # @overload draw_rotated_text(text, x, y, angle)
504
543
  # Draws the text rotated by angle degrees (positive angles are counterclockwise; the full angle is 360 degrees).
505
544
  # Notice that, as with {Wx::DC#draw_text}, the text can contain multiple lines separated by the new line (<code>'\n'</code>) characters.
506
- # Under MSW only TrueType fonts can be drawn by this function. In particular, a font different from {Wx::NORMAL_FONT} should be used as the latter is not a TrueType font. {Wx::SWISS_FONT} is an example of a font which is.
545
+ #
546
+ # <div class="wxrb-note">
547
+ # <b>Note:</b>
548
+ # <p>Under MSW only TrueType fonts can be drawn by this function. In particular, a font different from {Wx::NORMAL_FONT} should be used as the latter is not a TrueType font. {Wx::SWISS_FONT} is an example of a font which is.
549
+ # </p>
550
+ # </div>
507
551
  # @see Wx::DC#draw_text
508
552
  # @param text [String]
509
553
  # @param x [Integer]
@@ -544,7 +588,12 @@ module Wx
544
588
  # @overload draw_spline(points)
545
589
  # Draws a spline between all given points using the current pen.
546
590
  # The number of points must be at least 2 for the spline to be drawn.
547
- # Drawn curve is not an interpolating curve - it does not go through all points. It may be considered a smoothing curve.
591
+ #
592
+ # <div class="wxrb-note">
593
+ # <b>Note:</b>
594
+ # <p>Drawn curve is not an interpolating curve - it does not go through all points. It may be considered a smoothing curve.
595
+ # </p>
596
+ # </div>
548
597
  # @param points [Array<Wx::Point>,Array<Array<Integer>>]
549
598
  # @return [void]
550
599
  # @overload draw_spline(x1, y1, x2, y2, x3, y3)
@@ -562,7 +611,12 @@ module Wx
562
611
  # Draws a text string at the specified point, using the current text font, and the current text foreground and background colours.
563
612
  # 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.
564
613
  # 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.
565
- # The current logical function is ignored by this function.
614
+ #
615
+ # <div class="wxrb-note">
616
+ # <b>Note:</b>
617
+ # <p>The current logical function is ignored by this function.
618
+ # </p>
619
+ # </div>
566
620
  # @param text [String]
567
621
  # @param x [Integer]
568
622
  # @param y [Integer]
@@ -577,7 +631,12 @@ module Wx
577
631
  # @overload gradient_fill_concentric(rect, initialColour, destColour)
578
632
  # 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.
579
633
  # The circle is placed at the centre of rect.
580
- # Currently this function is very slow, don't use it for real-time drawing.
634
+ #
635
+ # <div class="wxrb-note">
636
+ # <b>Note:</b>
637
+ # <p>Currently this function is very slow, don't use it for real-time drawing.
638
+ # </p>
639
+ # </div>
581
640
  # @param rect [Wx::Rect]
582
641
  # @param initialColour [Wx::Colour,String,Symbol]
583
642
  # @param destColour [Wx::Colour,String,Symbol]
@@ -585,7 +644,12 @@ module Wx
585
644
  # @overload gradient_fill_concentric(rect, initialColour, destColour, circleCenter)
586
645
  # 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.
587
646
  # circleCenter are the relative coordinates of centre of the circle in the specified rect.
588
- # Currently this function is very slow, don't use it for real-time drawing.
647
+ #
648
+ # <div class="wxrb-note">
649
+ # <b>Note:</b>
650
+ # <p>Currently this function is very slow, don't use it for real-time drawing.
651
+ # </p>
652
+ # </div>
589
653
  # @param rect [Wx::Rect]
590
654
  # @param initialColour [Wx::Colour,String,Symbol]
591
655
  # @param destColour [Wx::Colour,String,Symbol]
@@ -607,12 +671,20 @@ module Wx
607
671
  # - {Wx::FloodFillStyle::FLOOD_SURFACE}: The flooding occurs until a colour other than the given colour is encountered.
608
672
  # - {Wx::FloodFillStyle::FLOOD_BORDER}: The area to be flooded is bounded by the given colour.
609
673
  #
610
- # Currently this method is not implemented in wxOSX and does nothing there.
674
+ # Currently this method is not implemented in WXOSX and does nothing there.
611
675
  # false if the operation failed.
612
676
  #
613
- # The present implementation for non-Windows platforms may fail to find colour borders if the pixels do not match the colour exactly. However the function will still return true.
677
+ # <div class="wxrb-note">
678
+ # <b>Note:</b>
679
+ # <p>The present implementation for non-Windows platforms may fail to find colour borders if the pixels do not match the colour exactly. However the function will still return true.
680
+ # </p>
681
+ # </div>
614
682
  #
615
- # This method shouldn't be used with {Wx::PaintDC} under non-Windows platforms as it uses {Wx::DC#get_pixel} internally and this may give wrong results, notably in wxGTK. If you need to flood fill {Wx::PaintDC}, create a temporary {Wx::MemoryDC}, flood fill it and then blit it to, or draw as a bitmap on, {Wx::PaintDC}. See the example of doing this in the drawing sample and {Wx::BufferedPaintDC} class.
683
+ # <div class="wxrb-note">
684
+ # <b>Note:</b>
685
+ # <p>This method shouldn't be used with {Wx::PaintDC} under non-Windows platforms as it uses {Wx::DC#get_pixel} internally and this may give wrong results, notably in WXGTK. If you need to flood fill {Wx::PaintDC}, create a temporary {Wx::MemoryDC}, flood fill it and then blit it to, or draw as a bitmap on, {Wx::PaintDC}. See the example of doing this in the drawing sample and {Wx::BufferedPaintDC} class.
686
+ # </p>
687
+ # </div>
616
688
  # @param x [Integer]
617
689
  # @param y [Integer]
618
690
  # @param colour [Wx::Colour,String,Symbol]
@@ -647,7 +719,12 @@ module Wx
647
719
  # @overload get_clipping_box(x, y)
648
720
  # Gets the rectangle surrounding the current clipping region.
649
721
  # If no clipping region is set this function returns the extent of the device context.
650
- # Clipping region is given in logical coordinates.
722
+ #
723
+ # <div class="wxrb-remark">
724
+ # <b>Remark:</b>
725
+ # <p>Clipping region is given in logical coordinates.
726
+ # </p>
727
+ # </div>>
651
728
  #
652
729
  # 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).
653
730
  # @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.
@@ -664,10 +741,17 @@ module Wx
664
741
  # 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.
665
742
  # 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.
666
743
  #
744
+ # <div class="wxrb-remark">
745
+ # <b>Remark:</b>
746
+ # <p>
747
+ #
667
748
  # - Clipping region should be given in logical coordinates.
668
749
  # - Calling this function can only make the clipping region smaller, never larger.
669
750
  # - You need to call {Wx::DC#destroy_clipping_region} first if you want to set the clipping region exactly to the region specified.
670
751
  # - 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
+ #
753
+ # </p>
754
+ # </div>>
671
755
  # @see Wx::DC#destroy_clipping_region
672
756
  # @see Wx::Region
673
757
  # @param x [Integer]
@@ -706,7 +790,7 @@ module Wx
706
790
 
707
791
  # Returns the various font characteristics.
708
792
  # This method allows retrieving some of the font characteristics not returned by {Wx::DC#get_text_extent}, notably internal leading and average character width.
709
- # 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'.
793
+ # 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'.
710
794
  # @return [Wx::FontMetrics]
711
795
  def get_font_metrics; end
712
796
  alias_method :font_metrics, :get_font_metrics
@@ -716,7 +800,12 @@ module Wx
716
800
  # The text extent is set in the given w and h pointers.
717
801
  # 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.
718
802
  # If string is empty, its horizontal extent is 0 but, for convenience when using this function for allocating enough space for a possibly multi-line string, its vertical extent is the same as the height of an empty line of text. Please note that this behaviour differs from that of {Wx::DC#get_text_extent}.
719
- # This function works with both single-line and multi-line strings.
803
+ #
804
+ # <div class="wxrb-note">
805
+ # <b>Note:</b>
806
+ # <p>This function works with both single-line and multi-line strings.
807
+ # </p>
808
+ # </div>
720
809
  # @see Wx::Font
721
810
  # @see Wx::DC#set_font
722
811
  # @see Wx::DC#get_partial_text_extents
@@ -731,7 +820,11 @@ module Wx
731
820
  # string is the text string to measure.
732
821
  # The text extent as a {Wx::Size} object.
733
822
  #
734
- # This function works with both single-line and multi-line strings.
823
+ # <div class="wxrb-note">
824
+ # <b>Note:</b>
825
+ # <p>This function works with both single-line and multi-line strings.
826
+ # </p>
827
+ # </div>
735
828
  # @see Wx::Font
736
829
  # @see Wx::DC#set_font
737
830
  # @see Wx::DC#get_partial_text_extents
@@ -746,7 +839,12 @@ module Wx
746
839
  # 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.
747
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.
748
841
  # If string is empty, its extent is 0 in both directions, as expected.
749
- # This function only works with single-line strings.
842
+ #
843
+ # <div class="wxrb-note">
844
+ # <b>Note:</b>
845
+ # <p>This function only works with single-line strings.
846
+ # </p>
847
+ # </div>
750
848
  # @see Wx::Font
751
849
  # @see Wx::DC#set_font
752
850
  # @see Wx::DC#get_partial_text_extents
@@ -806,7 +904,7 @@ module Wx
806
904
  alias_method :background_mode=, :set_background_mode
807
905
 
808
906
  # Sets the current font for the DC.
809
- # 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).
907
+ # 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).
810
908
  # @see Wx::Font
811
909
  # @param font [Wx::Font,Wx::FontInfo]
812
910
  # @return [void]
@@ -887,7 +985,11 @@ module Wx
887
985
  # 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}.
888
986
  # 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.
889
987
  #
890
- # There is partial support for {Wx::DC#blit} in {Wx::PRT::PostScriptDC}, under X.
988
+ # <div class="wxrb-remark">
989
+ # <b>Remark:</b>
990
+ # <p>There is partial support for {Wx::DC#blit} in {Wx::PRT::PostScriptDC}, under X.
991
+ # </p>
992
+ # </div>>
891
993
  # @see Wx::DC#stretch_blit
892
994
  # @see Wx::MemoryDC
893
995
  # @see Wx::Bitmap
@@ -1052,7 +1154,12 @@ module Wx
1052
1154
 
1053
1155
  # Returns the factor used for converting logical pixels to physical ones.
1054
1156
  # 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}.
1055
- # Beware that since wxWidgets 3.1.6, this function does not return the same value as {Wx::Window#get_content_scale_factor} for the device contexts associated with the window. Unlike {Wx::Window} method, it always returns the effective scale factor instead of always returning 1 on platforms where logical pixels are the same as physical ones, such as MSW.
1157
+ #
1158
+ # <div class="wxrb-note">
1159
+ # <b>Note:</b>
1160
+ # <p>Beware that since wxWidgets 3.1.6, this function does not return the same value as {Wx::Window#get_content_scale_factor} for the device contexts associated with the window. Unlike {Wx::Window} method, it always returns the effective scale factor instead of always returning 1 on platforms where logical pixels are the same as physical ones, such as MSW.
1161
+ # </p>
1162
+ # </div>
1056
1163
  # @return [Float]
1057
1164
  def get_content_scale_factor; end
1058
1165
  alias_method :content_scale_factor, :get_content_scale_factor
@@ -1086,10 +1193,19 @@ module Wx
1086
1193
  alias_method :map_mode, :get_map_mode
1087
1194
 
1088
1195
  # Gets in colour the colour at the specified location.
1089
- # This method isn't available for {Wx::PRT::PostScriptDC} or {Wx::MetafileDC} nor for any DC in wxOSX port and simply returns false there.
1090
- # Setting a pixel can be done using {Wx::DC#draw_point}.
1091
- #
1092
- # This method shouldn't be used with {Wx::PaintDC} as accessing the DC while drawing can result in unexpected results, notably in wxGTK.
1196
+ # 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
+ #
1198
+ # <div class="wxrb-note">
1199
+ # <b>Note:</b>
1200
+ # <p>Setting a pixel can be done using {Wx::DC#draw_point}.
1201
+ # </p>
1202
+ # </div>
1203
+ #
1204
+ # <div class="wxrb-note">
1205
+ # <b>Note:</b>
1206
+ # <p>This method shouldn't be used with {Wx::PaintDC} as accessing the DC while drawing can result in unexpected results, notably in WXGTK.
1207
+ # </p>
1208
+ # </div>
1093
1209
  # @param x [Integer]
1094
1210
  # @param y [Integer]
1095
1211
  # @param colour [Wx::Colour]
@@ -1190,7 +1306,11 @@ module Wx
1190
1306
  def set_device_origin(x, y) end
1191
1307
 
1192
1308
  # Sets the current logical function for the device context.
1193
- # 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 wxMac. The suggested alternative is to draw temporarily objects normally and refresh the (affected part of the) window to remove them later.
1309
+ # <div class="wxrb-note">
1310
+ # <b>Note:</b>
1311
+ # <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.
1312
+ # </p>
1313
+ # </div>
1194
1314
  #
1195
1315
  # It determines how a source pixel (from a pen or brush colour, or source device context if using {Wx::DC#blit}) combines with a destination pixel in the current device context. Text drawing is not affected by this function.
1196
1316
  # See {Wx::RasterOperationMode} enumeration values for more info.
@@ -1268,8 +1388,6 @@ module Wx
1268
1388
  # Simple collection of various font metrics.
1269
1389
  # This object is returned by {Wx::DC#get_font_metrics}.
1270
1390
  #
1271
- # ===
1272
- #
1273
1391
  # Category: Device Contexts, Graphics Device Interface (GDI)
1274
1392
  #
1275
1393
  #