wxruby3 0.9.0.pre.beta.13-x64-mingw-ucrt → 0.9.0.pre.rc.1-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (240) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/README.md +47 -4
  4. data/assets/hello_button.png +0 -0
  5. data/assets/hello_button_clicked.png +0 -0
  6. data/assets/hello_world.png +0 -0
  7. data/assets/repo-social-preview.png +0 -0
  8. data/ext/wxbase32u_gcc_custom.dll +0 -0
  9. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  10. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  19. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  20. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  21. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  22. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  23. data/lib/wx/accessors.rb +8 -2
  24. data/lib/wx/core/art_locator.rb +2 -2
  25. data/lib/wx/core/artprovider.rb +2 -2
  26. data/lib/wx/core/bitmap.rb +6 -5
  27. data/lib/wx/core/bitmap_combobox.rb +34 -0
  28. data/lib/wx/core/controlwithitems.rb +52 -14
  29. data/lib/wx/core/cursor.rb +1 -1
  30. data/lib/wx/core/dc.rb +0 -20
  31. data/lib/wx/core/event_blocker.rb +14 -0
  32. data/lib/wx/core/events/evt_list.rb +12 -0
  33. data/lib/wx/core/evthandler.rb +36 -0
  34. data/lib/wx/core/find_replace_dialog.rb +24 -0
  35. data/lib/wx/core/icon.rb +1 -1
  36. data/lib/wx/core/image.rb +1 -1
  37. data/lib/wx/core/paintdc.rb +8 -0
  38. data/lib/wx/core/text_entry.rb +15 -0
  39. data/lib/wx/core/v_list_box.rb +13 -0
  40. data/lib/wx/core/window.rb +1 -1
  41. data/lib/wx/doc/busy_info.rb +21 -0
  42. data/lib/wx/doc/client_dc.rb +28 -0
  43. data/lib/wx/doc/controlwithitems.rb +11 -0
  44. data/lib/wx/doc/dc.rb +0 -14
  45. data/lib/wx/doc/event_blocker.rb +27 -0
  46. data/lib/wx/doc/evthandler.rb +4 -0
  47. data/lib/wx/doc/extra/02_lifecycles.md +49 -0
  48. data/lib/wx/doc/extra/10_art.md +1 -1
  49. data/lib/wx/doc/extra/11_drawing_and_dc.md +62 -0
  50. data/lib/wx/doc/gen/about_dialog_info.rb +27 -24
  51. data/lib/wx/doc/gen/accelerator.rb +11 -12
  52. data/lib/wx/doc/gen/app.rb +6 -3
  53. data/lib/wx/doc/gen/art_provider.rb +53 -29
  54. data/lib/wx/doc/gen/aui/aui_manager.rb +4 -0
  55. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +1 -1
  56. data/lib/wx/doc/gen/aui/aui_pane_info.rb +2 -0
  57. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -0
  58. data/lib/wx/doc/gen/bitmap.rb +25 -25
  59. data/lib/wx/doc/gen/bitmap_combo_box.rb +157 -0
  60. data/lib/wx/doc/gen/box_sizer.rb +6 -8
  61. data/lib/wx/doc/gen/brush.rb +2 -0
  62. data/lib/wx/doc/gen/busy_info.rb +52 -46
  63. data/lib/wx/doc/gen/caret.rb +0 -4
  64. data/lib/wx/doc/gen/check_list_box.rb +0 -2
  65. data/lib/wx/doc/gen/choice.rb +1 -5
  66. data/lib/wx/doc/gen/client_dc.rb +13 -18
  67. data/lib/wx/doc/gen/clipboard.rb +30 -27
  68. data/lib/wx/doc/gen/collapsible_pane.rb +11 -9
  69. data/lib/wx/doc/gen/colour.rb +6 -3
  70. data/lib/wx/doc/gen/colour_dialog.rb +111 -23
  71. data/lib/wx/doc/gen/combo_box.rb +2 -4
  72. data/lib/wx/doc/gen/control.rb +20 -18
  73. data/lib/wx/doc/gen/core.rb +2 -2
  74. data/lib/wx/doc/gen/cursor.rb +18 -50
  75. data/lib/wx/doc/gen/data_format.rb +0 -2
  76. data/lib/wx/doc/gen/data_object.rb +37 -44
  77. data/lib/wx/doc/gen/dc.rb +16 -24
  78. data/lib/wx/doc/gen/defs.rb +3 -40
  79. data/lib/wx/doc/gen/dialog.rb +21 -17
  80. data/lib/wx/doc/gen/dir_dialog.rb +10 -8
  81. data/lib/wx/doc/gen/event.rb +2 -2
  82. data/lib/wx/doc/gen/event_blocker.rb +49 -0
  83. data/lib/wx/doc/gen/event_filter.rb +95 -0
  84. data/lib/wx/doc/gen/event_list.rb +16 -2
  85. data/lib/wx/doc/gen/events.rb +103 -112
  86. data/lib/wx/doc/gen/evt_handler.rb +28 -52
  87. data/lib/wx/doc/gen/file_dialog.rb +8 -4
  88. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  89. data/lib/wx/doc/gen/font.rb +10 -2
  90. data/lib/wx/doc/gen/font_data.rb +2 -0
  91. data/lib/wx/doc/gen/font_dialog.rb +1 -1
  92. data/lib/wx/doc/gen/frame.rb +4 -3
  93. data/lib/wx/doc/gen/fs_file.rb +8 -0
  94. data/lib/wx/doc/gen/gcdc.rb +2 -22
  95. data/lib/wx/doc/gen/gdi_common.rb +18 -2
  96. data/lib/wx/doc/gen/gdi_object.rb +2 -0
  97. data/lib/wx/doc/gen/graphics_context.rb +4 -43
  98. data/lib/wx/doc/gen/graphics_object.rb +2 -0
  99. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  100. data/lib/wx/doc/gen/grid/grid_ctrl.rb +4 -2
  101. data/lib/wx/doc/gen/grid/grid_table_message.rb +2 -0
  102. data/lib/wx/doc/gen/grid_bag_sizer.rb +4 -0
  103. data/lib/wx/doc/gen/help_controller.rb +4 -1
  104. data/lib/wx/doc/gen/html/html_cell.rb +4 -1
  105. data/lib/wx/doc/gen/html/html_help_controller.rb +4 -1
  106. data/lib/wx/doc/gen/html/html_help_data.rb +4 -0
  107. data/lib/wx/doc/gen/html/html_help_window.rb +2 -1
  108. data/lib/wx/doc/gen/html/html_list_box.rb +138 -11
  109. data/lib/wx/doc/gen/html/html_window.rb +9 -3
  110. data/lib/wx/doc/gen/icon.rb +7 -1
  111. data/lib/wx/doc/gen/icon_location.rb +2 -0
  112. data/lib/wx/doc/gen/image.rb +15 -8
  113. data/lib/wx/doc/gen/keyboard_state.rb +6 -0
  114. data/lib/wx/doc/gen/list_box.rb +0 -11
  115. data/lib/wx/doc/gen/list_ctrl.rb +10 -13
  116. data/lib/wx/doc/gen/locale.rb +7 -3
  117. data/lib/wx/doc/gen/log.rb +6 -2
  118. data/lib/wx/doc/gen/mdi_frame.rb +2 -0
  119. data/lib/wx/doc/gen/media_ctrl.rb +2 -0
  120. data/lib/wx/doc/gen/memory_dc.rb +105 -18
  121. data/lib/wx/doc/gen/menu.rb +4 -2
  122. data/lib/wx/doc/gen/menu_bar.rb +0 -2
  123. data/lib/wx/doc/gen/menu_item.rb +9 -3
  124. data/lib/wx/doc/gen/message_dialog.rb +6 -3
  125. data/lib/wx/doc/gen/mirror_dc.rb +2 -8
  126. data/lib/wx/doc/gen/mouse_state.rb +2 -0
  127. data/lib/wx/doc/gen/multi_choice_dialog.rb +0 -2
  128. data/lib/wx/doc/gen/non_owned_window.rb +2 -1
  129. data/lib/wx/doc/gen/notebook.rb +4 -2
  130. data/lib/wx/doc/gen/paint_dc.rb +2 -6
  131. data/lib/wx/doc/gen/palette.rb +3 -3
  132. data/lib/wx/doc/gen/pen.rb +6 -1
  133. data/lib/wx/doc/gen/pg/pg_editor.rb +2 -1
  134. data/lib/wx/doc/gen/pg/pg_multi_button.rb +4 -0
  135. data/lib/wx/doc/gen/pg/pg_properties.rb +30 -3
  136. data/lib/wx/doc/gen/pg/pg_property.rb +30 -4
  137. data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -0
  138. data/lib/wx/doc/gen/pg/property_grid.rb +5 -2
  139. data/lib/wx/doc/gen/pg/property_grid_interface.rb +6 -2
  140. data/lib/wx/doc/gen/pg/property_grid_manager.rb +2 -0
  141. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +2 -0
  142. data/lib/wx/doc/gen/picker_base.rb +2 -1
  143. data/lib/wx/doc/gen/platform_info.rb +4 -1
  144. data/lib/wx/doc/gen/property_sheet_dialog.rb +2 -0
  145. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -8
  146. data/lib/wx/doc/gen/prt/print_data.rb +6 -0
  147. data/lib/wx/doc/gen/prt/printer.rb +0 -3
  148. data/lib/wx/doc/gen/prt/printer_dc.rb +2 -6
  149. data/lib/wx/doc/gen/radio_box.rb +2 -2
  150. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +6 -0
  151. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +1 -1
  152. data/lib/wx/doc/gen/region.rb +2 -0
  153. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -0
  154. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +0 -4
  155. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +2 -0
  156. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -1
  157. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +2 -0
  158. data/lib/wx/doc/gen/screen_dc.rb +2 -0
  159. data/lib/wx/doc/gen/scroll_bar.rb +2 -1
  160. data/lib/wx/doc/gen/scrolled_canvas.rb +4 -8
  161. data/lib/wx/doc/gen/scrolled_control.rb +4 -8
  162. data/lib/wx/doc/gen/scrolled_window.rb +4 -8
  163. data/lib/wx/doc/gen/search_ctrl.rb +131 -0
  164. data/lib/wx/doc/gen/single_choice_dialog.rb +0 -2
  165. data/lib/wx/doc/gen/sizer.rb +14 -3
  166. data/lib/wx/doc/gen/splash_screen.rb +2 -0
  167. data/lib/wx/doc/gen/static_box.rb +6 -3
  168. data/lib/wx/doc/gen/static_box_sizer.rb +2 -1
  169. data/lib/wx/doc/gen/status_bar.rb +0 -5
  170. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +4 -5
  171. data/lib/wx/doc/gen/svg_file_dc.rb +10 -11
  172. data/lib/wx/doc/gen/text_ctrl.rb +10 -3
  173. data/lib/wx/doc/gen/text_entry.rb +8 -3
  174. data/lib/wx/doc/gen/text_entry_dialog.rb +4 -2
  175. data/lib/wx/doc/gen/timer_event.rb +2 -0
  176. data/lib/wx/doc/gen/tool_bar.rb +8 -4
  177. data/lib/wx/doc/gen/top_level_window.rb +5 -2
  178. data/lib/wx/doc/gen/tree_ctrl.rb +0 -6
  179. data/lib/wx/doc/gen/ui_action_simulator.rb +100 -0
  180. data/lib/wx/doc/gen/utils.rb +1 -1
  181. data/lib/wx/doc/gen/v_list_box.rb +36 -26
  182. data/lib/wx/doc/gen/validator.rb +2 -1
  183. data/lib/wx/doc/gen/variant.rb +10 -0
  184. data/lib/wx/doc/gen/window.rb +38 -17
  185. data/lib/wx/doc/gen/window_dc.rb +2 -0
  186. data/lib/wx/doc/gen/window_disabler.rb +2 -0
  187. data/lib/wx/doc/gen/wizard_page_simple.rb +2 -0
  188. data/lib/wx/doc/gen/xml_node.rb +6 -0
  189. data/lib/wx/doc/gen/xml_resource.rb +4 -1
  190. data/lib/wx/doc/memory_dc.rb +75 -0
  191. data/lib/wx/doc/mirror_dc.rb +16 -0
  192. data/lib/wx/doc/prt/printer_dc.rb +26 -0
  193. data/lib/wx/doc/screen_dc.rb +10 -6
  194. data/lib/wx/doc/svg_file_dc.rb +20 -0
  195. data/lib/wx/doc/v_list_box.rb +9 -0
  196. data/lib/wx/doc/window_disabler.rb +10 -0
  197. data/lib/wx/global_const.rb +24 -18
  198. data/lib/wx/html/keyword_defs.rb +6 -7
  199. data/lib/wx/html/require.rb +1 -0
  200. data/lib/wx/html/simple_html_listbox.rb +105 -0
  201. data/lib/wx/keyword_defs.rb +7 -0
  202. data/lib/wx/version.rb +1 -1
  203. data/lib/wx/wxruby/cmd/test.rb +1 -1
  204. data/lib/wxruby_aui.so +0 -0
  205. data/lib/wxruby_core.so +0 -0
  206. data/lib/wxruby_grid.so +0 -0
  207. data/lib/wxruby_html.so +0 -0
  208. data/lib/wxruby_pg.so +0 -0
  209. data/lib/wxruby_prt.so +0 -0
  210. data/lib/wxruby_rbn.so +0 -0
  211. data/lib/wxruby_rtc.so +0 -0
  212. data/lib/wxruby_stc.so +0 -0
  213. data/rakelib/install.rb +3 -1
  214. data/rakelib/yard/yard/relative_markdown_links.rb +5 -1
  215. data/samples/bigdemo/wxArtProvider.rbw +5 -4
  216. data/samples/controls/controls.rb +2 -2
  217. data/samples/controls/htlbox.rb +411 -0
  218. data/samples/controls/tn_htlbox.png +0 -0
  219. data/samples/drawing/graphics_drawing.rb +1 -2
  220. data/samples/drawing/{svgtest.rb → image_prt.rb} +49 -18
  221. data/samples/drawing/tn_image_prt.png +0 -0
  222. data/samples/propgrid/propgrid.rb +23 -21
  223. data/samples/ribbon/ribbon.rb +47 -46
  224. data/tests/lib/wxapp_runner.rb +3 -3
  225. data/tests/lib/wxframe_runner.rb +59 -0
  226. data/tests/test_app_event_filter.rb +74 -0
  227. data/tests/test_art_provider.rb +52 -0
  228. data/tests/test_clipboard.rb +2 -1
  229. data/tests/test_event_handling.rb +199 -16
  230. data/tests/test_events.rb +4 -11
  231. data/tests/test_gdi_object.rb +161 -0
  232. data/tests/test_intl.rb +11 -14
  233. data/tests/test_item_data.rb +33 -1
  234. data/tests/test_std_controls.rb +147 -0
  235. metadata +38 -8
  236. data/lib/wx/doc/gen/auto_buffered_paint_dc.rb +0 -47
  237. data/lib/wx/doc/gen/buffered_dc.rb +0 -95
  238. data/lib/wx/doc/gen/buffered_paint_dc.rb +0 -55
  239. data/lib/wx/doc/gen/colour_data.rb +0 -96
  240. data/samples/drawing/tn_svgtest.png +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wxruby3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.pre.beta.13
4
+ version: 0.9.0.pre.rc.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Martin Corino
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-21 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -67,9 +67,13 @@ files:
67
67
  - INSTALL.md
68
68
  - LICENSE
69
69
  - README.md
70
+ - assets/hello_button.png
71
+ - assets/hello_button_clicked.png
72
+ - assets/hello_world.png
70
73
  - assets/logo.png
71
74
  - assets/logo.svg
72
75
  - assets/logo.xcf
76
+ - assets/repo-social-preview.png
73
77
  - bin/wxruby
74
78
  - bin/wxruby.bat
75
79
  - ext/mkrf_conf_bingem.rb
@@ -103,6 +107,7 @@ files:
103
107
  - lib/wx/core/art_locator.rb
104
108
  - lib/wx/core/artprovider.rb
105
109
  - lib/wx/core/bitmap.rb
110
+ - lib/wx/core/bitmap_combobox.rb
106
111
  - lib/wx/core/busycursor.rb
107
112
  - lib/wx/core/choice.rb
108
113
  - lib/wx/core/choicedlg.rb
@@ -119,9 +124,11 @@ files:
119
124
  - lib/wx/core/dialog.rb
120
125
  - lib/wx/core/enum.rb
121
126
  - lib/wx/core/event.rb
127
+ - lib/wx/core/event_blocker.rb
122
128
  - lib/wx/core/events/evt_list.rb
123
129
  - lib/wx/core/evthandler.rb
124
130
  - lib/wx/core/ext.rb
131
+ - lib/wx/core/find_replace_dialog.rb
125
132
  - lib/wx/core/font.rb
126
133
  - lib/wx/core/font/encoding.rb
127
134
  - lib/wx/core/functions.rb
@@ -144,6 +151,7 @@ files:
144
151
  - lib/wx/core/menuitem.rb
145
152
  - lib/wx/core/notebook.rb
146
153
  - lib/wx/core/object.rb
154
+ - lib/wx/core/paintdc.rb
147
155
  - lib/wx/core/pen_info.rb
148
156
  - lib/wx/core/platform_info.rb
149
157
  - lib/wx/core/point.rb
@@ -154,11 +162,13 @@ files:
154
162
  - lib/wx/core/size.rb
155
163
  - lib/wx/core/sizer.rb
156
164
  - lib/wx/core/splash_screen.rb
165
+ - lib/wx/core/text_entry.rb
157
166
  - lib/wx/core/textctrl.rb
158
167
  - lib/wx/core/timer.rb
159
168
  - lib/wx/core/toolbar.rb
160
169
  - lib/wx/core/toolbartool.rb
161
170
  - lib/wx/core/treectrl.rb
171
+ - lib/wx/core/v_list_box.rb
162
172
  - lib/wx/core/validator.rb
163
173
  - lib/wx/core/variant.rb
164
174
  - lib/wx/core/vboxsizer.rb
@@ -170,15 +180,19 @@ files:
170
180
  - lib/wx/doc/aui/auimanager.rb
171
181
  - lib/wx/doc/aui/auinotebook.rb
172
182
  - lib/wx/doc/bitmap.rb
183
+ - lib/wx/doc/busy_info.rb
184
+ - lib/wx/doc/client_dc.rb
173
185
  - lib/wx/doc/clipboard.rb
174
186
  - lib/wx/doc/colour_dialog.rb
175
187
  - lib/wx/doc/const.rb
188
+ - lib/wx/doc/controlwithitems.rb
176
189
  - lib/wx/doc/core.rb
177
190
  - lib/wx/doc/cursor.rb
178
191
  - lib/wx/doc/data_object.rb
179
192
  - lib/wx/doc/dc.rb
180
193
  - lib/wx/doc/enum.rb
181
194
  - lib/wx/doc/event.rb
195
+ - lib/wx/doc/event_blocker.rb
182
196
  - lib/wx/doc/events.rb
183
197
  - lib/wx/doc/evthandler.rb
184
198
  - lib/wx/doc/extra/00_starting.md
@@ -192,6 +206,7 @@ files:
192
206
  - lib/wx/doc/extra/08_extensions.md
193
207
  - lib/wx/doc/extra/09_exceptions.md
194
208
  - lib/wx/doc/extra/10_art.md
209
+ - lib/wx/doc/extra/11_drawing_and_dc.md
195
210
  - lib/wx/doc/functions.rb
196
211
  - lib/wx/doc/gc_dc.rb
197
212
  - lib/wx/doc/gdi_common.rb
@@ -220,15 +235,13 @@ files:
220
235
  - lib/wx/doc/gen/aui/aui_tool_bar_event.rb
221
236
  - lib/wx/doc/gen/aui/aui_tool_bar_item.rb
222
237
  - lib/wx/doc/gen/aui/event_list.rb
223
- - lib/wx/doc/gen/auto_buffered_paint_dc.rb
224
238
  - lib/wx/doc/gen/bitmap.rb
225
239
  - lib/wx/doc/gen/bitmap_button.rb
240
+ - lib/wx/doc/gen/bitmap_combo_box.rb
226
241
  - lib/wx/doc/gen/book_ctrl_base.rb
227
242
  - lib/wx/doc/gen/book_ctrl_event.rb
228
243
  - lib/wx/doc/gen/box_sizer.rb
229
244
  - lib/wx/doc/gen/brush.rb
230
- - lib/wx/doc/gen/buffered_dc.rb
231
- - lib/wx/doc/gen/buffered_paint_dc.rb
232
245
  - lib/wx/doc/gen/busy_info.rb
233
246
  - lib/wx/doc/gen/button.rb
234
247
  - lib/wx/doc/gen/calculate_layout_event.rb
@@ -245,7 +258,6 @@ files:
245
258
  - lib/wx/doc/gen/collapsible_pane.rb
246
259
  - lib/wx/doc/gen/collapsible_pane_event.rb
247
260
  - lib/wx/doc/gen/colour.rb
248
- - lib/wx/doc/gen/colour_data.rb
249
261
  - lib/wx/doc/gen/colour_dialog.rb
250
262
  - lib/wx/doc/gen/colour_picker_ctrl.rb
251
263
  - lib/wx/doc/gen/colour_picker_event.rb
@@ -270,6 +282,8 @@ files:
270
282
  - lib/wx/doc/gen/drag_image.rb
271
283
  - lib/wx/doc/gen/editable_list_box.rb
272
284
  - lib/wx/doc/gen/event.rb
285
+ - lib/wx/doc/gen/event_blocker.rb
286
+ - lib/wx/doc/gen/event_filter.rb
273
287
  - lib/wx/doc/gen/event_list.rb
274
288
  - lib/wx/doc/gen/events.rb
275
289
  - lib/wx/doc/gen/evt_handler.rb
@@ -441,6 +455,7 @@ files:
441
455
  - lib/wx/doc/gen/scrolled_canvas.rb
442
456
  - lib/wx/doc/gen/scrolled_control.rb
443
457
  - lib/wx/doc/gen/scrolled_window.rb
458
+ - lib/wx/doc/gen/search_ctrl.rb
444
459
  - lib/wx/doc/gen/simplebook.rb
445
460
  - lib/wx/doc/gen/single_choice_dialog.rb
446
461
  - lib/wx/doc/gen/sizer.rb
@@ -484,6 +499,7 @@ files:
484
499
  - lib/wx/doc/gen/tree_ctrl.rb
485
500
  - lib/wx/doc/gen/tree_event.rb
486
501
  - lib/wx/doc/gen/treebook.rb
502
+ - lib/wx/doc/gen/ui_action_simulator.rb
487
503
  - lib/wx/doc/gen/utils.rb
488
504
  - lib/wx/doc/gen/v_list_box.rb
489
505
  - lib/wx/doc/gen/v_scrolled_window.rb
@@ -506,6 +522,8 @@ files:
506
522
  - lib/wx/doc/icon.rb
507
523
  - lib/wx/doc/id_helper.rb
508
524
  - lib/wx/doc/image.rb
525
+ - lib/wx/doc/memory_dc.rb
526
+ - lib/wx/doc/mirror_dc.rb
509
527
  - lib/wx/doc/pg/events.rb
510
528
  - lib/wx/doc/pg/pg_property.rb
511
529
  - lib/wx/doc/pg/pgeditor.rb
@@ -516,6 +534,7 @@ files:
516
534
  - lib/wx/doc/prt/print_data.rb
517
535
  - lib/wx/doc/prt/print_dialog.rb
518
536
  - lib/wx/doc/prt/printer.rb
537
+ - lib/wx/doc/prt/printer_dc.rb
519
538
  - lib/wx/doc/rbn/ribbon_bar.rb
520
539
  - lib/wx/doc/rbn/ribbon_button_bar.rb
521
540
  - lib/wx/doc/rbn/ribbon_gallery.rb
@@ -526,10 +545,13 @@ files:
526
545
  - lib/wx/doc/screen_dc.rb
527
546
  - lib/wx/doc/stock_objects.rb
528
547
  - lib/wx/doc/stream.rb
548
+ - lib/wx/doc/svg_file_dc.rb
529
549
  - lib/wx/doc/system_settings.rb
530
550
  - lib/wx/doc/treebook.rb
551
+ - lib/wx/doc/v_list_box.rb
531
552
  - lib/wx/doc/variant.rb
532
553
  - lib/wx/doc/window.rb
554
+ - lib/wx/doc/window_disabler.rb
533
555
  - lib/wx/doc/xml_resource.rb
534
556
  - lib/wx/global_const.rb
535
557
  - lib/wx/grid.rb
@@ -544,6 +566,7 @@ files:
544
566
  - lib/wx/html/htmlwindow.rb
545
567
  - lib/wx/html/keyword_defs.rb
546
568
  - lib/wx/html/require.rb
569
+ - lib/wx/html/simple_html_listbox.rb
547
570
  - lib/wx/keyword_ctors.rb
548
571
  - lib/wx/keyword_defs.rb
549
572
  - lib/wx/pg.rb
@@ -744,6 +767,7 @@ files:
744
767
  - samples/controls/controls.rb
745
768
  - samples/controls/gauge.xpm
746
769
  - samples/controls/get_item_sample.rb
770
+ - samples/controls/htlbox.rb
747
771
  - samples/controls/list.xpm
748
772
  - samples/controls/mondrian.ico
749
773
  - samples/controls/mondrian.xpm
@@ -754,6 +778,7 @@ files:
754
778
  - samples/controls/tn_books.png
755
779
  - samples/controls/tn_controls.png
756
780
  - samples/controls/tn_get_item_sample.png
781
+ - samples/controls/tn_htlbox.png
757
782
  - samples/dialogs/dialogs.rb
758
783
  - samples/dialogs/tips.txt
759
784
  - samples/dialogs/tn_dialogs.png
@@ -765,16 +790,16 @@ files:
765
790
  - samples/drawing/bitmap.rb
766
791
  - samples/drawing/bitmap_image.rb
767
792
  - samples/drawing/graphics_drawing.rb
793
+ - samples/drawing/image_prt.rb
768
794
  - samples/drawing/maths_images.rb
769
795
  - samples/drawing/rmagic_bitmap_image.rb
770
796
  - samples/drawing/ruby-logo.jpg
771
- - samples/drawing/svgtest.rb
772
797
  - samples/drawing/tn_bitmap.png
773
798
  - samples/drawing/tn_bitmap_image.png
774
799
  - samples/drawing/tn_graphics_drawing.png
800
+ - samples/drawing/tn_image_prt.png
775
801
  - samples/drawing/tn_maths_images.png
776
802
  - samples/drawing/tn_rmagic_bitmap_image.png
777
- - samples/drawing/tn_svgtest.png
778
803
  - samples/etc/choice.rb
779
804
  - samples/etc/miniframe.rb
780
805
  - samples/etc/sash.rb
@@ -934,16 +959,21 @@ files:
934
959
  - tests/art/test_art/image/wxruby.png
935
960
  - tests/art/test_art/sample2.xpm
936
961
  - tests/lib/wxapp_runner.rb
962
+ - tests/lib/wxframe_runner.rb
963
+ - tests/test_app_event_filter.rb
937
964
  - tests/test_art.rb
965
+ - tests/test_art_provider.rb
938
966
  - tests/test_basic.rb
939
967
  - tests/test_clipboard.rb
940
968
  - tests/test_dc.rb
941
969
  - tests/test_dialog.rb
942
970
  - tests/test_event_handling.rb
943
971
  - tests/test_events.rb
972
+ - tests/test_gdi_object.rb
944
973
  - tests/test_geometry.rb
945
974
  - tests/test_intl.rb
946
975
  - tests/test_item_data.rb
976
+ - tests/test_std_controls.rb
947
977
  - tests/test_variant.rb
948
978
  - tests/testapp.rb
949
979
  - tests/testapp_noframe.rb
@@ -1,47 +0,0 @@
1
- # :stopdoc:
2
- # This file is automatically generated by the WXRuby3 documentation
3
- # generator. Do not alter this file.
4
- # :startdoc:
5
-
6
-
7
- module Wx
8
-
9
- #
10
- BUFFER_VIRTUAL_AREA = 1
11
-
12
- #
13
- BUFFER_CLIENT_AREA = 2
14
-
15
- #
16
- BUFFER_USES_SHARED_BUFFER = 4
17
-
18
- # Check if the window is natively double buffered and will return a {Wx::PaintDC} if it is, a {Wx::BufferedPaintDC} otherwise.
19
- # It is the caller's responsibility to delete the {Wx::DC} pointer when finished with it.
20
- # @param window [Wx::Window]
21
- # @return [Wx::DC]
22
- def self.auto_buffered_paint_dc_factory(window) end
23
-
24
- # This {Wx::DC} derivative can be used inside of an <code>EVT_PAINT()</code> event handler to achieve double-buffered drawing.
25
- # Just use this class instead of {Wx::PaintDC} and make sure {Wx::Window#set_background_style} is called with {Wx::BackgroundStyle::BG_STYLE_PAINT} somewhere in the class initialization code, and that's all you have to do to (mostly) avoid flicker.
26
- # The difference between {Wx::BufferedPaintDC} and this class is that this class won't double-buffer on platforms which have native double-buffering already, avoiding any unnecessary buffering to avoid flicker.
27
- # {Wx::AutoBufferedPaintDC} is simply a typedef of {Wx::PaintDC} on platforms that have native double-buffering, otherwise, it is a typedef of {Wx::BufferedPaintDC}.
28
- # ===
29
- #
30
- # Category: Device Contexts
31
- # @see Wx::DC
32
- # @see Wx::BufferedPaintDC
33
- # @see Wx::PaintDC
34
- #
35
- #
36
- class AutoBufferedPaintDC < BufferedPaintDC
37
-
38
- # Constructor.
39
- # Pass a pointer to the window on which you wish to paint.
40
- # @param window [Wx::Window]
41
- # @return [AutoBufferedPaintDC]
42
- def initialize(window) end
43
-
44
- end # AutoBufferedPaintDC
45
-
46
-
47
- end
@@ -1,95 +0,0 @@
1
- # :stopdoc:
2
- # This file is automatically generated by the WXRuby3 documentation
3
- # generator. Do not alter this file.
4
- # :startdoc:
5
-
6
-
7
- module Wx
8
-
9
- #
10
- BUFFER_VIRTUAL_AREA = 1
11
-
12
- #
13
- BUFFER_CLIENT_AREA = 2
14
-
15
- #
16
- BUFFER_USES_SHARED_BUFFER = 4
17
-
18
- # Check if the window is natively double buffered and will return a {Wx::PaintDC} if it is, a {Wx::BufferedPaintDC} otherwise.
19
- # It is the caller's responsibility to delete the {Wx::DC} pointer when finished with it.
20
- # @param window [Wx::Window]
21
- # @return [Wx::DC]
22
- def self.auto_buffered_paint_dc_factory(window) end
23
-
24
- # This class provides a simple way to avoid flicker: when drawing on it, everything is in fact first drawn on an in-memory buffer (a {Wx::Bitmap}) and then copied to the screen, using the associated {Wx::DC}, only once, when this object is destroyed.
25
- # {Wx::BufferedDC} itself is typically associated with {Wx::ClientDC}, if you want to use it in your EVT_PAINT handler, you should look at {Wx::BufferedPaintDC} instead.
26
- # When used like this, a valid DC must be specified in the constructor while the buffer bitmap doesn't have to be explicitly provided, by default this class will allocate the bitmap of required size itself. However using a dedicated bitmap can speed up the redrawing process by eliminating the repeated creation and destruction of a possibly big bitmap. Otherwise, {Wx::BufferedDC} can be used in the same way as any other device context.
27
- # Another possible use for {Wx::BufferedDC} is to use it to maintain a backing store for the window contents. In this case, the associated DC may be NULL but a valid backing store bitmap should be specified.
28
- # Finally, please note that GTK+ 2.0 as well as macOS provide double buffering themselves natively. You can either use {Wx::Window#is_double_buffered} to determine whether you need to use buffering or not, or use {Wx::AutoBufferedPaintDC} to avoid needless double buffering on the systems which already do it automatically.
29
- # ===
30
- #
31
- # Category: Device Contexts
32
- # @see Wx::DC
33
- # @see Wx::MemoryDC
34
- # @see Wx::BufferedPaintDC
35
- # @see Wx::AutoBufferedPaintDC
36
- #
37
- #
38
- class BufferedDC < MemoryDC
39
-
40
- # @overload init(dc, area, style=Wx::BUFFER_CLIENT_AREA)
41
- # Initializes the object created using the default constructor.
42
- # Please see the constructors for parameter details.
43
- # @param dc [Wx::DC]
44
- # @param area [Array(Integer, Integer), Wx::Size]
45
- # @param style [Integer]
46
- # @return [void]
47
- # @overload init(dc, buffer=Wx::NULL_BITMAP, style=Wx::BUFFER_CLIENT_AREA)
48
- # Initializes the object created using the default constructor.
49
- # Please see the constructors for parameter details.
50
- # @param dc [Wx::DC]
51
- # @param buffer [Wx::Bitmap]
52
- # @param style [Integer]
53
- # @return [void]
54
- def init(*args) end
55
-
56
- # @overload initialize()
57
- # Default constructor.
58
- # You must call one of the {Wx::BufferedDC#init} methods later in order to use the device context.
59
- # @return [BufferedDC]
60
- # @overload initialize(dc, area, style=Wx::BUFFER_CLIENT_AREA)
61
- # Creates a buffer for the provided dc.
62
- # {Wx::BufferedDC#init} must not be called when using this constructor.
63
- # @param dc [Wx::DC] The underlying DC: everything drawn to this object will be flushed to this DC when this object is destroyed. You may pass NULL in order to just initialize the buffer, and not flush it.
64
- # @param area [Array(Integer, Integer), Wx::Size] The size of the bitmap to be used for buffering (this bitmap is created internally when it is not given explicitly).
65
- # @param style [Integer] {Wx::BUFFER_CLIENT_AREA} to indicate that just the client area of the window is buffered, or {Wx::BUFFER_VIRTUAL_AREA} to indicate that the buffer bitmap covers the virtual area.
66
- # @return [BufferedDC]
67
- # @overload initialize(dc, buffer=Wx::NULL_BITMAP, style=Wx::BUFFER_CLIENT_AREA)
68
- # Creates a buffer for the provided dc.
69
- # {Wx::BufferedDC#init} must not be called when using this constructor.
70
- # @param dc [Wx::DC] The underlying DC: everything drawn to this object will be flushed to this DC when this object is destroyed. You may pass NULL in order to just initialize the buffer, and not flush it.
71
- # @param buffer [Wx::Bitmap] Explicitly provided bitmap to be used for buffering: this is the most efficient solution as the bitmap doesn't have to be recreated each time but it also requires more memory as the bitmap is never freed. The bitmap should have appropriate size, anything drawn outside of its bounds is clipped.
72
- # @param style [Integer] {Wx::BUFFER_CLIENT_AREA} to indicate that just the client area of the window is buffered, or {Wx::BUFFER_VIRTUAL_AREA} to indicate that the buffer bitmap covers the virtual area.
73
- # @return [BufferedDC]
74
- def initialize(*args) end
75
-
76
- # Blits the buffer to the dc, and detaches the dc from the buffer (so it can be effectively used once only).
77
- # Usually only called in the destructor or by the destructor of derived classes if the BufferedDC must blit before the derived class (which may own the dc it's blitting to) is destroyed.
78
- # @return [void]
79
- def un_mask; end
80
-
81
- # Set the style.
82
- # @param style [Integer]
83
- # @return [void]
84
- def set_style(style) end
85
- alias_method :style=, :set_style
86
-
87
- # Get the style.
88
- # @return [Integer]
89
- def get_style; end
90
- alias_method :style, :get_style
91
-
92
- end # BufferedDC
93
-
94
-
95
- end
@@ -1,55 +0,0 @@
1
- # :stopdoc:
2
- # This file is automatically generated by the WXRuby3 documentation
3
- # generator. Do not alter this file.
4
- # :startdoc:
5
-
6
-
7
- module Wx
8
-
9
- #
10
- BUFFER_VIRTUAL_AREA = 1
11
-
12
- #
13
- BUFFER_CLIENT_AREA = 2
14
-
15
- #
16
- BUFFER_USES_SHARED_BUFFER = 4
17
-
18
- # Check if the window is natively double buffered and will return a {Wx::PaintDC} if it is, a {Wx::BufferedPaintDC} otherwise.
19
- # It is the caller's responsibility to delete the {Wx::DC} pointer when finished with it.
20
- # @param window [Wx::Window]
21
- # @return [Wx::DC]
22
- def self.auto_buffered_paint_dc_factory(window) end
23
-
24
- # This is a subclass of {Wx::BufferedDC} which can be used inside of an <code>EVT_PAINT()</code> event handler to achieve double-buffered drawing.
25
- # Just use this class instead of {Wx::PaintDC} and make sure {Wx::Window#set_background_style} is called with {Wx::BackgroundStyle::BG_STYLE_PAINT} somewhere in the class initialization code, and that's all you have to do to (mostly) avoid flicker. The only thing to watch out for is that if you are using this class together with {Wx::Scrolled}, you probably do <b>not</b> want to call Wx::Scrolled#prepare_dc on it as it already does this internally for the real underlying {Wx::PaintDC}.
26
- # ===
27
- #
28
- # Category: Device Contexts
29
- # @see Wx::DC
30
- # @see Wx::BufferedDC
31
- # @see Wx::AutoBufferedPaintDC
32
- # @see Wx::PaintDC
33
- #
34
- #
35
- class BufferedPaintDC < BufferedDC
36
-
37
- # @overload initialize(window, buffer, style=Wx::BUFFER_CLIENT_AREA)
38
- # As with {Wx::BufferedDC}, you may either provide the bitmap to be used for buffering or let this object create one internally (in the latter case, the size of the client part of the window is used).
39
- # Pass {Wx::BUFFER_CLIENT_AREA} for the style parameter to indicate that just the client area of the window is buffered, or {Wx::BUFFER_VIRTUAL_AREA} to indicate that the buffer bitmap covers the virtual area.
40
- # @param window [Wx::Window]
41
- # @param buffer [Wx::Bitmap]
42
- # @param style [Integer]
43
- # @return [BufferedPaintDC]
44
- # @overload initialize(window, style=Wx::BUFFER_CLIENT_AREA)
45
- # As with {Wx::BufferedDC}, you may either provide the bitmap to be used for buffering or let this object create one internally (in the latter case, the size of the client part of the window is used).
46
- # Pass {Wx::BUFFER_CLIENT_AREA} for the style parameter to indicate that just the client area of the window is buffered, or {Wx::BUFFER_VIRTUAL_AREA} to indicate that the buffer bitmap covers the virtual area.
47
- # @param window [Wx::Window]
48
- # @param style [Integer]
49
- # @return [BufferedPaintDC]
50
- def initialize(*args) end
51
-
52
- end # BufferedPaintDC
53
-
54
-
55
- end
@@ -1,96 +0,0 @@
1
- # :stopdoc:
2
- # This file is automatically generated by the WXRuby3 documentation
3
- # generator. Do not alter this file.
4
- # :startdoc:
5
-
6
-
7
- module Wx
8
-
9
- # This class holds a variety of information related to colour dialogs.
10
- # ===
11
- #
12
- # Category: Common Dialogs, Data Structures
13
- # @see Wx::Colour
14
- # @see Wx::ColourDialog
15
- # @see wxColourDialog Overview
16
- #
17
- #
18
- class ColourData < Object
19
-
20
- #
21
- #
22
- NUM_CUSTOM = 16
23
-
24
- # Constructor.
25
- # Initializes the custom colours to {Wx::NULL_COLOUR}, the data colour setting to black, and the choose full setting to true.
26
- # @return [ColourData]
27
- def initialize; end
28
-
29
- # Under Windows, determines whether the Windows colour dialog will display the full dialog with custom colour selection controls.
30
- # Has no meaning under other platforms.
31
- # The default value is true.
32
- # @return [true,false]
33
- def get_choose_full; end
34
- alias_method :choose_full, :get_choose_full
35
-
36
- # Indicates whether the colour dialog will display alpha values and an opacity selector.
37
- # It is meaningful under {Wx::GTK}, {Wx::OSX} and with regards to generic colour dialog.
38
- # The default value is false, except {Wx::OSX} where it is true (for the sake of backward compatibility).
39
- # @return [true,false]
40
- def get_choose_alpha; end
41
- alias_method :choose_alpha, :get_choose_alpha
42
-
43
- # Gets the current colour associated with the colour dialog.
44
- # The default colour is black.
45
- # @return [Wx::Colour]
46
- def get_colour; end
47
- alias_method :colour, :get_colour
48
-
49
- # Returns custom colours associated with the colour dialog.
50
- # @param i [Integer] An integer between 0 and 15, being any of the 15 custom colours that the user has saved. The default custom colours are invalid colours.
51
- # @return [Wx::Colour]
52
- def get_custom_colour(i) end
53
- alias_method :custom_colour, :get_custom_colour
54
-
55
- # Under Windows, tells the Windows colour dialog to display the full dialog with custom colour selection controls.
56
- # Under other platforms, has no effect.
57
- # The default value is true.
58
- # @param flag [true,false]
59
- # @return [void]
60
- def set_choose_full(flag) end
61
- alias_method :choose_full=, :set_choose_full
62
-
63
- # Tells the colour dialog to show alpha values and an opacity selector (slider).
64
- # Currently it has effect under {Wx::GTK}, {Wx::OSX} and for generic colour dialog.
65
- # The default value is false, except {Wx::OSX} where it is true for backward compatibility.
66
- # @param flag [true,false]
67
- # @return [void]
68
- def set_choose_alpha(flag) end
69
- alias_method :choose_alpha=, :set_choose_alpha
70
-
71
- # Sets the default colour for the colour dialog.
72
- # The default colour is black.
73
- # @param colour [Wx::Colour,String,Symbol]
74
- # @return [void]
75
- def set_colour(colour) end
76
- alias_method :colour=, :set_colour
77
-
78
- # Sets custom colours for the colour dialog.
79
- # @param i [Integer] An integer between 0 and 15 for whatever custom colour you want to set. The default custom colours are invalid colours.
80
- # @param colour [Wx::Colour,String,Symbol] The colour to set
81
- # @return [void]
82
- def set_custom_colour(i, colour) end
83
-
84
- # Converts the colours saved in this class in a string form, separating the various colours with a comma.
85
- # @return [String]
86
- def to_string; end
87
-
88
- # Decodes the given string, which should be in the same format returned by {Wx::ColourData#to_string}, and sets the internal colours.
89
- # @param str [String]
90
- # @return [true,false]
91
- def from_string(str) end
92
-
93
- end # ColourData
94
-
95
-
96
- end
Binary file