wxruby3 0.9.0 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxruby3/include/wxRubyApp.h +338 -0
  4. data/ext/wxruby3/include/wxruby-Config.h +6 -6
  5. data/ext/wxruby3/include/wxruby-runtime.h +3 -0
  6. data/ext/wxruby3/swig/common.i +22 -0
  7. data/ext/wxruby3/swig/custom/director.swg +296 -0
  8. data/ext/wxruby3/swig/custom/rubyapi.swg +19 -0
  9. data/ext/wxruby3/swig/custom/rubyerrors.swg +45 -0
  10. data/ext/wxruby3/swig/custom/rubyhead.swg +192 -0
  11. data/ext/wxruby3/swig/custom/rubyrun.swg +187 -0
  12. data/ext/wxruby3/swig/custom/swigrun.swg +363 -0
  13. data/ext/wxruby3/swig/custom/typemaps/swigtypemaps.swg +173 -0
  14. data/ext/wxruby3/swig/wx.i +50 -30
  15. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  16. data/lib/wx/aui/auinotebook.rb +6 -2
  17. data/lib/wx/aui/require.rb +1 -0
  18. data/lib/wx/core/app.rb +2 -2
  19. data/lib/wx/core/collapsible_pane.rb +1 -1
  20. data/lib/wx/core/const.rb +83 -0
  21. data/lib/wx/core/controlwithitems.rb +8 -6
  22. data/lib/wx/core/menu.rb +10 -0
  23. data/lib/wx/core/notebook.rb +6 -2
  24. data/lib/wx/core/sizer.rb +11 -0
  25. data/lib/wx/core/task_bar_button.rb +19 -0
  26. data/lib/wx/core/textctrl.rb +11 -1
  27. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  28. data/lib/wx/core/window.rb +10 -0
  29. data/lib/wx/doc/app.rb +48 -38
  30. data/lib/wx/doc/art_locator.rb +47 -43
  31. data/lib/wx/doc/aui/auimanager.rb +16 -8
  32. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  33. data/lib/wx/doc/clipboard.rb +11 -7
  34. data/lib/wx/doc/colour_dialog.rb +14 -10
  35. data/lib/wx/doc/const.rb +66 -66
  36. data/lib/wx/doc/controlwithitems.rb +17 -7
  37. data/lib/wx/doc/data_object.rb +2 -2
  38. data/lib/wx/doc/event.rb +0 -6
  39. data/lib/wx/doc/evthandler.rb +113 -108
  40. data/lib/wx/doc/font.rb +1 -0
  41. data/lib/wx/doc/functions.rb +9 -9
  42. data/lib/wx/doc/gc_dc.rb +6 -1
  43. data/lib/wx/doc/graphics_context.rb +1 -0
  44. data/lib/wx/doc/grid/grid.rb +22 -1
  45. data/lib/wx/doc/help_controller.rb +11 -7
  46. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  47. data/lib/wx/doc/list_ctrl.rb +33 -29
  48. data/lib/wx/doc/menu.rb +20 -0
  49. data/lib/wx/doc/notebook.rb +21 -0
  50. data/lib/wx/doc/pg/events.rb +13 -9
  51. data/lib/wx/doc/pg/pg_property.rb +18 -0
  52. data/lib/wx/doc/progress_dialog.rb +36 -32
  53. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  54. data/lib/wx/doc/prt/print_data.rb +13 -5
  55. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  56. data/lib/wx/doc/prt/printer.rb +20 -12
  57. data/lib/wx/doc/radio_box.rb +19 -15
  58. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  59. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  60. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  61. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  62. data/lib/wx/doc/region_iterator.rb +32 -28
  63. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  64. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  65. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  66. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  67. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  68. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  69. data/lib/wx/doc/sizer.rb +20 -0
  70. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  71. data/lib/wx/doc/stream.rb +39 -35
  72. data/lib/wx/doc/system_settings.rb +30 -26
  73. data/lib/wx/doc/text_validator.rb +12 -8
  74. data/lib/wx/doc/textctrl.rb +16 -0
  75. data/lib/wx/doc/tree_ctrl.rb +95 -0
  76. data/lib/wx/doc/treebook.rb +9 -5
  77. data/lib/wx/doc/v_list_box.rb +9 -5
  78. data/lib/wx/doc/variant.rb +164 -160
  79. data/lib/wx/doc/window.rb +57 -42
  80. data/lib/wx/doc/window_disabler.rb +10 -6
  81. data/lib/wx/grid/grid.rb +27 -4
  82. data/lib/wx/keyword_defs.rb +43 -6
  83. data/lib/wx/pg/pg_property.rb +22 -0
  84. data/lib/wx/rtc/require.rb +3 -0
  85. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  86. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  87. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  88. data/lib/wx/stc/require.rb +1 -0
  89. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  90. data/lib/wx/version.rb +1 -1
  91. data/rakelib/lib/config/linux.rb +0 -3
  92. data/rakelib/lib/config/macosx.rb +1 -1
  93. data/rakelib/lib/config/mingw.rb +1 -1
  94. data/rakelib/lib/config/unixish.rb +1 -1
  95. data/rakelib/lib/config.rb +14 -4
  96. data/rakelib/lib/core/include/funcall.inc +33 -14
  97. data/rakelib/lib/core/include/swigdirector.inc +384 -0
  98. data/rakelib/lib/core/include/swigrubyerrors.inc +161 -0
  99. data/{ext/wxruby3/swig/custom/swig4/rubyrun.swg → rakelib/lib/core/include/swigrubyrun.inc} +245 -120
  100. data/rakelib/lib/core/include/swigrun.inc +700 -0
  101. data/rakelib/lib/core/package.rb +19 -9
  102. data/rakelib/lib/core/parameter.rb +3 -0
  103. data/rakelib/lib/core/spec.rb +6 -1
  104. data/rakelib/lib/director/accelerator.rb +3 -4
  105. data/rakelib/lib/director/accessible.rb +47 -0
  106. data/rakelib/lib/director/animation.rb +1 -1
  107. data/rakelib/lib/director/animation_ctrl.rb +20 -0
  108. data/rakelib/lib/director/app.rb +15 -304
  109. data/rakelib/lib/director/app_traits.rb +10 -12
  110. data/rakelib/lib/director/art_provider.rb +1 -1
  111. data/rakelib/lib/director/ctrl_with_items.rb +17 -5
  112. data/rakelib/lib/director/data_format.rb +1 -1
  113. data/rakelib/lib/director/data_object_simple_base.rb +1 -2
  114. data/rakelib/lib/director/derived_dc.rb +1 -1
  115. data/rakelib/lib/director/dialog.rb +6 -0
  116. data/rakelib/lib/director/dialup_event.rb +44 -0
  117. data/rakelib/lib/director/dialup_manager.rb +45 -0
  118. data/rakelib/lib/director/drag_image.rb +2 -3
  119. data/rakelib/lib/director/event.rb +22 -4
  120. data/rakelib/lib/director/file_ctrl.rb +35 -0
  121. data/rakelib/lib/director/file_ctrl_event.rb +26 -0
  122. data/rakelib/lib/director/frame.rb +1 -3
  123. data/rakelib/lib/director/gdicommon.rb +27 -11
  124. data/rakelib/lib/director/graphics_context.rb +2 -4
  125. data/rakelib/lib/director/grid_cell_editor.rb +6 -6
  126. data/rakelib/lib/director/grid_ctrl.rb +34 -3
  127. data/rakelib/lib/director/help_controller.rb +1 -1
  128. data/rakelib/lib/director/icon.rb +5 -2
  129. data/rakelib/lib/director/list_ctrl.rb +5 -6
  130. data/rakelib/lib/director/locale.rb +1 -3
  131. data/rakelib/lib/director/log.rb +1 -4
  132. data/rakelib/lib/director/media_ctrl.rb +54 -0
  133. data/rakelib/lib/director/menu.rb +16 -1
  134. data/rakelib/lib/director/menu_item.rb +2 -2
  135. data/rakelib/lib/director/pgarray_editor_dialog.rb +0 -6
  136. data/rakelib/lib/director/pgeditor.rb +2 -2
  137. data/rakelib/lib/director/pgproperties.rb +3 -3
  138. data/rakelib/lib/director/pgproperty.rb +24 -1
  139. data/rakelib/lib/director/property_grid_interface.rb +5 -10
  140. data/rakelib/lib/director/richtext_buffer.rb +1 -1
  141. data/rakelib/lib/director/richtext_composite_object.rb +25 -0
  142. data/rakelib/lib/director/richtext_ctrl.rb +15 -5
  143. data/rakelib/lib/director/richtext_formatting_dialog.rb +7 -5
  144. data/rakelib/lib/director/richtext_paragraph_layout_box.rb +9 -7
  145. data/rakelib/lib/director/sash_event.rb +42 -0
  146. data/rakelib/lib/director/sizer.rb +79 -1
  147. data/rakelib/lib/director/sizer_item.rb +22 -0
  148. data/rakelib/lib/director/static_box.rb +4 -5
  149. data/rakelib/lib/director/styled_text_ctrl.rb +12 -0
  150. data/rakelib/lib/director/task_bar_button.rb +30 -0
  151. data/rakelib/lib/director/task_bar_icon.rb +6 -14
  152. data/rakelib/lib/director/textctrl.rb +12 -1
  153. data/rakelib/lib/director/tool_tip.rb +1 -1
  154. data/rakelib/lib/director/top_level_window.rb +4 -5
  155. data/rakelib/lib/director/tree_ctrl.rb +24 -50
  156. data/rakelib/lib/director/variant.rb +1 -1
  157. data/rakelib/lib/director/window.rb +24 -5
  158. data/rakelib/lib/director.rb +4 -4
  159. data/rakelib/lib/extractor/function.rb +6 -6
  160. data/rakelib/lib/extractor.rb +34 -5
  161. data/rakelib/lib/generate/analyzer.rb +8 -3
  162. data/rakelib/lib/generate/doc/animation_ctrl.yaml +15 -0
  163. data/rakelib/lib/generate/doc/busy_info.yaml +0 -2
  164. data/rakelib/lib/generate/doc/clipboard.yaml +0 -2
  165. data/rakelib/lib/generate/doc/cursor.yaml +0 -2
  166. data/rakelib/lib/generate/doc/events.yaml +10 -4
  167. data/rakelib/lib/generate/doc/panel.yaml +7 -0
  168. data/rakelib/lib/generate/doc/static_box.yaml +8 -0
  169. data/rakelib/lib/generate/doc/xml_resource.yaml +3 -0
  170. data/rakelib/lib/generate/doc.rb +89 -16
  171. data/rakelib/lib/generate/interface.rb +4 -3
  172. data/rakelib/lib/specs/interfaces.rb +161 -156
  173. data/rakelib/lib/swig_runner.rb +4 -50
  174. data/rakelib/lib/typemap/common.rb +54 -10
  175. data/rakelib/lib/typemap/data_format.rb +1 -1
  176. data/rakelib/lib/typemap/data_object_data.rb +2 -2
  177. data/rakelib/lib/typemap/pgprop_arg.rb +7 -2
  178. data/rakelib/lib/typemap/points_list.rb +5 -7
  179. data/rakelib/lib/util/string.rb +10 -8
  180. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  181. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  182. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  183. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  184. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  185. data/rakelib/yard/yard-custom-templates.rb +3 -0
  186. data/samples/text/richtext.rb +0 -30
  187. data/samples/treectrl/treectrl.rb +1 -1
  188. data/tests/media/beep_lo.wav +0 -0
  189. data/tests/test_app_exit_exception.rb +36 -0
  190. data/tests/test_app_init_exception.rb +20 -0
  191. data/tests/test_book_controls.rb +29 -0
  192. data/tests/test_exceptions.rb +41 -0
  193. data/tests/test_list_ctrl.rb +1 -1
  194. data/tests/test_media_ctrl.rb +38 -0
  195. data/tests/test_menu.rb +69 -0
  196. data/tests/test_pg.rb +27 -0
  197. data/tests/test_richtext.rb +45 -0
  198. data/tests/test_sizer.rb +59 -0
  199. data/tests/test_std_controls.rb +78 -1
  200. data/tests/test_styled_text_ctrl.rb +46 -0
  201. data/tests/test_tree_ctrl.rb +138 -0
  202. data/tests/test_window.rb +12 -0
  203. data/tests/testapp_noframe.rb +1 -1
  204. metadata +54 -5
  205. data/ext/wxruby3/swig/custom/swig3/rubyrun.swg +0 -456
@@ -0,0 +1,296 @@
1
+ /* -----------------------------------------------------------------------------
2
+ * director.swg
3
+ *
4
+ * This file contains support for director classes so that Ruby proxy
5
+ * methods can be called from C++.
6
+ *
7
+ * Customized for wxRuby3.
8
+ * Copyright (c) 2023 M.J.N. Corino, The Netherlands
9
+ *
10
+ * This software is released under the MIT license.
11
+ * ----------------------------------------------------------------------------- */
12
+
13
+ // fixed
14
+ #ifndef SWIG_DIRECTOR_NOUEH
15
+ #define SWIG_DIRECTOR_NOUEH
16
+ #endif
17
+
18
+ #include <string>
19
+ #include <iostream>
20
+ #include <exception>
21
+ #include <map>
22
+
23
+ # define SWIG_DIRECTOR_CAST(ARG) dynamic_cast<Swig::Director *>(ARG)
24
+
25
+ namespace Swig {
26
+
27
+ /* memory handler */
28
+ struct WXRUBY_EXPORT GCItem
29
+ {
30
+ virtual ~GCItem();
31
+
32
+ virtual swig_ruby_owntype get_own() const;
33
+ };
34
+
35
+ struct WXRUBY_EXPORT GCItem_var
36
+ {
37
+ GCItem_var(GCItem *item = 0) : _item(item) {}
38
+
39
+ GCItem_var& operator=(GCItem *item);
40
+
41
+ ~GCItem_var()
42
+ {
43
+ delete _item;
44
+ }
45
+
46
+ GCItem *operator->() const
47
+ {
48
+ return _item;
49
+ }
50
+
51
+ private:
52
+ GCItem *_item;
53
+ };
54
+
55
+ template <typename Type>
56
+ struct GCItem_T : GCItem
57
+ {
58
+ GCItem_T(Type *ptr) : _ptr(ptr) {}
59
+
60
+ virtual ~GCItem_T()
61
+ {
62
+ delete _ptr;
63
+ }
64
+
65
+ private:
66
+ Type *_ptr;
67
+ };
68
+
69
+ struct WXRUBY_EXPORT GCItem_Object : GCItem
70
+ {
71
+ GCItem_Object(swig_ruby_owntype own) : _own(own) {}
72
+
73
+ virtual ~GCItem_Object() {}
74
+
75
+ swig_ruby_owntype get_own() const
76
+ {
77
+ return _own;
78
+ }
79
+
80
+ private:
81
+ swig_ruby_owntype _own;
82
+ };
83
+
84
+ template <typename Type>
85
+ struct GCArray_T : GCItem
86
+ {
87
+ GCArray_T(Type *ptr) : _ptr(ptr) {}
88
+
89
+ virtual ~GCArray_T()
90
+ {
91
+ delete[] _ptr;
92
+ }
93
+
94
+ private:
95
+ Type *_ptr;
96
+ };
97
+
98
+ /* Base class for director exceptions */
99
+ class WXRUBY_EXPORT DirectorException : public std::exception
100
+ {
101
+ protected:
102
+ VALUE swig_error;
103
+ std::string swig_msg;
104
+ protected:
105
+ DirectorException(VALUE error) : swig_error(error) {}
106
+
107
+ DirectorException(VALUE error, const char *hdr, const char *msg ="");
108
+
109
+ void setup_error(VALUE error);
110
+
111
+ public:
112
+ virtual ~DirectorException() throw();
113
+
114
+ VALUE getType() const
115
+ {
116
+ return CLASS_OF(swig_error);
117
+ }
118
+
119
+ VALUE getError() const
120
+ {
121
+ return swig_error;
122
+ }
123
+
124
+ /* Deprecated, use what() instead */
125
+ const std::string& getMessage() const
126
+ {
127
+ return swig_msg;
128
+ }
129
+
130
+ const char *what() const throw()
131
+ {
132
+ return swig_msg.c_str();
133
+ }
134
+ };
135
+
136
+ /* Type mismatch in the return value from a Ruby method call */
137
+ class WXRUBY_EXPORT DirectorTypeMismatchException : public DirectorException
138
+ {
139
+ public:
140
+ DirectorTypeMismatchException(VALUE error, const char *msg="")
141
+ : DirectorException(error, "SWIG director type mismatch", msg)
142
+ {}
143
+
144
+ DirectorTypeMismatchException(const char *msg="")
145
+ : DirectorException(rb_eTypeError, "SWIG director type mismatch", msg)
146
+ {}
147
+
148
+ DirectorTypeMismatchException(VALUE self, const char *method, VALUE error, const char *msg="");
149
+
150
+ static inline void raise(VALUE error, const char *msg)
151
+ {
152
+ throw DirectorTypeMismatchException(error, msg);
153
+ }
154
+
155
+ static inline void raise(const char *msg)
156
+ {
157
+ throw DirectorTypeMismatchException(msg);
158
+ }
159
+
160
+ static inline void raise(VALUE self, const char* method, VALUE error, const char *msg)
161
+ {
162
+ throw DirectorTypeMismatchException(self, method, error, msg);
163
+ }
164
+ };
165
+
166
+ /* Any Ruby exception that occurs during a director method call */
167
+ class WXRUBY_EXPORT DirectorMethodException : public DirectorException
168
+ {
169
+ public:
170
+ DirectorMethodException(VALUE error)
171
+ : DirectorException(error)
172
+ {}
173
+
174
+ DirectorMethodException(const char *msg = "")
175
+ : DirectorException(rb_eRuntimeError, "SWIG director method error.", msg)
176
+ {}
177
+
178
+ static void raise(VALUE error)
179
+ {
180
+ throw DirectorMethodException(error);
181
+ }
182
+ };
183
+
184
+ /* Attempted to call a pure virtual method via a director method */
185
+ class WXRUBY_EXPORT DirectorPureVirtualException : public DirectorException
186
+ {
187
+ public:
188
+ DirectorPureVirtualException(const char *msg = "")
189
+ : DirectorException(rb_eRuntimeError, "SWIG director pure virtual method called", msg)
190
+ {}
191
+
192
+ static void raise(const char *msg)
193
+ {
194
+ throw DirectorPureVirtualException(msg);
195
+ }
196
+ };
197
+
198
+ /* Simple thread abstraction for pthreads on win32 */
199
+ #ifdef __THREAD__
200
+ # define __PTHREAD__
201
+ # if defined(_WIN32) || defined(__WIN32__)
202
+ # define pthread_mutex_lock EnterCriticalSection
203
+ # define pthread_mutex_unlock LeaveCriticalSection
204
+ # define pthread_mutex_t CRITICAL_SECTION
205
+ # define SWIG_MUTEX_INIT(var) var
206
+ # else
207
+ # include <pthread.h>
208
+ # define SWIG_MUTEX_INIT(var) var = PTHREAD_MUTEX_INITIALIZER
209
+ # endif
210
+ #endif
211
+
212
+ #ifdef __PTHREAD__
213
+ struct Guard
214
+ {
215
+ pthread_mutex_t *_mutex;
216
+
217
+ Guard(pthread_mutex_t &mutex) : _mutex(&mutex)
218
+ {
219
+ pthread_mutex_lock(_mutex);
220
+ }
221
+
222
+ ~Guard()
223
+ {
224
+ pthread_mutex_unlock(_mutex);
225
+ }
226
+ };
227
+ # define SWIG_GUARD(mutex) Guard _guard(mutex)
228
+ #else
229
+ # define SWIG_GUARD(mutex)
230
+ #endif
231
+
232
+ /* director base class */
233
+ class WXRUBY_EXPORT Director
234
+ {
235
+ private:
236
+ /* pointer to the wrapped Ruby object */
237
+ VALUE swig_self;
238
+ /* flag indicating whether the object is owned by Ruby or c++ */
239
+ mutable bool swig_disown_flag;
240
+
241
+ public:
242
+ /* wrap a Ruby object. */
243
+ Director(VALUE self);
244
+
245
+ /* discard our reference at destruction */
246
+ virtual ~Director();
247
+
248
+ /* return a pointer to the wrapped Ruby object */
249
+ VALUE swig_get_self() const
250
+ {
251
+ return swig_self;
252
+ }
253
+
254
+ /* acquire ownership of the wrapped Ruby object (the sense of "disown" is from Ruby) */
255
+ void swig_disown() const
256
+ {
257
+ if (!swig_disown_flag)
258
+ {
259
+ swig_disown_flag = true;
260
+ }
261
+ }
262
+
263
+ /* ownership management */
264
+ private:
265
+ typedef std::map<void *, GCItem_var> swig_ownership_map;
266
+ mutable swig_ownership_map swig_owner;
267
+ #ifdef __PTHREAD__
268
+ static pthread_mutex_t swig_mutex_own;
269
+ #endif
270
+
271
+ public:
272
+ template <typename Type>
273
+ void swig_acquire_ownership_array(Type *vptr) const
274
+ {
275
+ if (vptr)
276
+ {
277
+ SWIG_GUARD(swig_mutex_own);
278
+ swig_owner[vptr] = new GCArray_T<Type>(vptr);
279
+ }
280
+ }
281
+
282
+ template <typename Type>
283
+ void swig_acquire_ownership(Type *vptr) const
284
+ {
285
+ if (vptr)
286
+ {
287
+ SWIG_GUARD(swig_mutex_own);
288
+ swig_owner[vptr] = new GCItem_T<Type>(vptr);
289
+ }
290
+ }
291
+
292
+ void swig_acquire_ownership_obj(void *vptr, swig_ruby_owntype own) const;
293
+
294
+ swig_ruby_owntype swig_release_ownership(void *vptr) const;
295
+ };
296
+ }
@@ -0,0 +1,19 @@
1
+ /* -----------------------------------------------------------------------------
2
+ * Ruby API portion that goes into the runtime
3
+ *
4
+ * Customized for wxRuby3.
5
+ * Copyright (c) 2023 M.J.N. Corino, The Netherlands
6
+ *
7
+ * This software is released under the MIT license.
8
+ * ----------------------------------------------------------------------------- */
9
+
10
+ #ifdef __cplusplus
11
+ extern "C" {
12
+ #endif
13
+
14
+ WXRUBY_EXPORT VALUE
15
+ SWIG_Ruby_AppendOutput(VALUE target, VALUE o);
16
+
17
+ #ifdef __cplusplus
18
+ }
19
+ #endif
@@ -0,0 +1,45 @@
1
+ /* -----------------------------------------------------------------------------
2
+ * error manipulation
3
+ *
4
+ * Customized for wxRuby3.
5
+ * Copyright (c) 2023 M.J.N. Corino, The Netherlands
6
+ *
7
+ * This software is released under the MIT license.
8
+ * ----------------------------------------------------------------------------- */
9
+
10
+
11
+ /* Define some additional error types */
12
+ #define SWIG_ObjectPreviouslyDeletedError -100
13
+
14
+
15
+ /* Define custom exceptions for errors that do not map to existing Ruby
16
+ exceptions. Note this only works for C++ since a global cannot be
17
+ initialized by a function in C. For C, fallback to rb_eRuntimeError.*/
18
+
19
+ WXRUBY_EXPORT VALUE
20
+ getNullReferenceError(void);
21
+
22
+ WXRUBY_EXPORT VALUE
23
+ getObjectPreviouslyDeletedError(void);
24
+
25
+ WXRUBY_EXPORT VALUE
26
+ SWIG_Ruby_ErrorType(int SWIG_code);
27
+
28
+ /* This function is called when a user inputs a wrong argument to
29
+ a method.
30
+ */
31
+ WXRUBY_EXPORT
32
+ const char* Ruby_Format_TypeError( const char* msg,
33
+ const char* type,
34
+ const char* name,
35
+ const int argn,
36
+ VALUE input );
37
+
38
+ /* This function is called when an overloaded method fails */
39
+ WXRUBY_EXPORT
40
+ void Ruby_Format_OverloadedError(
41
+ const int argc,
42
+ const int maxargs,
43
+ const char* method,
44
+ const char* prototypes
45
+ );
@@ -0,0 +1,192 @@
1
+ /* -----------------------------------------------------------------------------
2
+ * rubyhead.swg
3
+ *
4
+ * Customized for wxRuby3.
5
+ * Copyright (c) 2023 M.J.N. Corino, The Netherlands
6
+ *
7
+ * This software is released under the MIT license.
8
+ * ----------------------------------------------------------------------------- */
9
+ #if __GNUC__ >= 7
10
+ #pragma GCC diagnostic push
11
+ #if defined(__cplusplus)
12
+ #pragma GCC diagnostic ignored "-Wregister"
13
+ #if __GNUC__ >= 10
14
+ #pragma GCC diagnostic ignored "-Wvolatile"
15
+ #if __GNUC__ >= 11
16
+ #pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
17
+ #endif
18
+ #endif
19
+ #endif
20
+ #endif
21
+
22
+ #include <ruby.h>
23
+ #include <ruby/version.h> /* For RUBY_API_VERSION_CODE */
24
+
25
+ #if __GNUC__ >= 7
26
+ #pragma GCC diagnostic pop
27
+ #endif
28
+
29
+ /* Ruby 1.9.1 has a "memoisation optimisation" when compiling with GCC which
30
+ * breaks using rb_intern as an lvalue, as SWIG does. We work around this
31
+ * issue for now by disabling this.
32
+ * https://sourceforge.net/tracker/?func=detail&aid=2859614&group_id=1645&atid=101645
33
+ */
34
+ #ifdef rb_intern
35
+ # undef rb_intern
36
+ #endif
37
+
38
+ /* Remove global macros defined in Ruby's win32.h */
39
+ #ifdef write
40
+ # undef write
41
+ #endif
42
+ #ifdef read
43
+ # undef read
44
+ #endif
45
+ #ifdef bind
46
+ # undef bind
47
+ #endif
48
+ #ifdef close
49
+ # undef close
50
+ #endif
51
+ #ifdef connect
52
+ # undef connect
53
+ #endif
54
+
55
+
56
+ /* Ruby 1.7 defines NUM2LL(), LL2NUM() and ULL2NUM() macros */
57
+ #ifndef NUM2LL
58
+ #define NUM2LL(x) NUM2LONG((x))
59
+ #endif
60
+ #ifndef LL2NUM
61
+ #define LL2NUM(x) INT2NUM((long) (x))
62
+ #endif
63
+ #ifndef ULL2NUM
64
+ #define ULL2NUM(x) UINT2NUM((unsigned long) (x))
65
+ #endif
66
+
67
+ /* Ruby 1.7 doesn't (yet) define NUM2ULL() */
68
+ #ifndef NUM2ULL
69
+ #ifdef HAVE_LONG_LONG
70
+ #define NUM2ULL(x) rb_num2ull((x))
71
+ #else
72
+ #define NUM2ULL(x) NUM2ULONG(x)
73
+ #endif
74
+ #endif
75
+
76
+ /* RSTRING_LEN, etc are new in Ruby 1.9, but ->ptr and ->len no longer work */
77
+ /* Define these for older versions so we can just write code the new way */
78
+ #ifndef RSTRING_LEN
79
+ # define RSTRING_LEN(x) RSTRING(x)->len
80
+ #endif
81
+ #ifndef RSTRING_PTR
82
+ # define RSTRING_PTR(x) RSTRING(x)->ptr
83
+ #endif
84
+ #ifndef RSTRING_END
85
+ # define RSTRING_END(x) (RSTRING_PTR(x) + RSTRING_LEN(x))
86
+ #endif
87
+ #ifndef RARRAY_LEN
88
+ # define RARRAY_LEN(x) RARRAY(x)->len
89
+ #endif
90
+ #ifndef RARRAY_PTR
91
+ # define RARRAY_PTR(x) RARRAY(x)->ptr
92
+ #endif
93
+ #ifndef RFLOAT_VALUE
94
+ # define RFLOAT_VALUE(x) RFLOAT(x)->value
95
+ #endif
96
+ #ifndef DOUBLE2NUM
97
+ # define DOUBLE2NUM(x) rb_float_new(x)
98
+ #endif
99
+ #ifndef RHASH_TBL
100
+ # define RHASH_TBL(x) (RHASH(x)->tbl)
101
+ #endif
102
+ #ifndef RHASH_ITER_LEV
103
+ # define RHASH_ITER_LEV(x) (RHASH(x)->iter_lev)
104
+ #endif
105
+ #ifndef RHASH_IFNONE
106
+ # define RHASH_IFNONE(x) (RHASH(x)->ifnone)
107
+ #endif
108
+ #ifndef RHASH_SIZE
109
+ # define RHASH_SIZE(x) (RHASH(x)->tbl->num_entries)
110
+ #endif
111
+ #ifndef RHASH_EMPTY_P
112
+ # define RHASH_EMPTY_P(x) (RHASH_SIZE(x) == 0)
113
+ #endif
114
+ #ifndef RSTRUCT_LEN
115
+ # define RSTRUCT_LEN(x) RSTRUCT(x)->len
116
+ #endif
117
+ #ifndef RSTRUCT_PTR
118
+ # define RSTRUCT_PTR(x) RSTRUCT(x)->ptr
119
+ #endif
120
+ #ifndef RTYPEDDATA_P
121
+ # define RTYPEDDATA_P(x) (TYPE(x) != T_DATA)
122
+ #endif
123
+
124
+
125
+
126
+ /*
127
+ * The following macros are used for providing the correct type of a
128
+ * function pointer to the Ruby C API.
129
+ *
130
+ * Starting with Ruby 2.7 these macros act transparently due to Ruby's moving
131
+ * moving away from ANYARGS and instead employing strict function signatures.
132
+ *
133
+ * Note: In case of C (not C++) the macros are transparent even before
134
+ * Ruby 2.7 due to the fact that the Ruby C API used function declarators
135
+ * with empty parentheses, which allows for an unspecified number of
136
+ * arguments.
137
+ *
138
+ * PROTECTFUNC(f) is used for the function pointer argument of the Ruby
139
+ * C API function rb_protect().
140
+ *
141
+ * VALUEFUNC(f) is used for the function pointer argument(s) of Ruby C API
142
+ * functions like rb_define_method() and rb_define_singleton_method().
143
+ *
144
+ * VOIDFUNC(f) is used to typecast a C function that implements either
145
+ * the "mark" or "free" stuff for a Ruby Data object, so that it can be
146
+ * passed as an argument to Ruby C API functions like Data_Wrap_Struct()
147
+ * and Data_Make_Struct().
148
+ *
149
+ * SWIG_RUBY_VOID_ANYARGS_FUNC(f) is used for the function pointer
150
+ * argument(s) of Ruby C API functions like rb_define_virtual_variable().
151
+ *
152
+ * SWIG_RUBY_INT_ANYARGS_FUNC(f) is used for the function pointer
153
+ * argument(s) of Ruby C API functions like st_foreach().
154
+ */
155
+ #if defined(__cplusplus) && RUBY_API_VERSION_CODE < 20700
156
+ # define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f)
157
+ # define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f)
158
+ # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
159
+ # define SWIG_RUBY_VOID_ANYARGS_FUNC(f) ((void (*)(ANYARGS))(f))
160
+ # define SWIG_RUBY_INT_ANYARGS_FUNC(f) ((int (*)(ANYARGS))(f))
161
+ #else
162
+ # define PROTECTFUNC(f) (f)
163
+ # define VALUEFUNC(f) (f)
164
+ # define VOIDFUNC(f) (f)
165
+ # define SWIG_RUBY_VOID_ANYARGS_FUNC(f) (f)
166
+ # define SWIG_RUBY_INT_ANYARGS_FUNC(f) (f)
167
+ #endif
168
+
169
+ /* Don't use for expressions have side effect */
170
+ #ifndef RB_STRING_VALUE
171
+ #define RB_STRING_VALUE(s) (TYPE(s) == T_STRING ? (s) : (*(volatile VALUE *)&(s) = rb_str_to_str(s)))
172
+ #endif
173
+ #ifndef StringValue
174
+ #define StringValue(s) RB_STRING_VALUE(s)
175
+ #endif
176
+ #ifndef StringValuePtr
177
+ #define StringValuePtr(s) RSTRING_PTR(RB_STRING_VALUE(s))
178
+ #endif
179
+ #ifndef StringValueLen
180
+ #define StringValueLen(s) RSTRING_LEN(RB_STRING_VALUE(s))
181
+ #endif
182
+ #ifndef SafeStringValue
183
+ #define SafeStringValue(v) do {\
184
+ StringValue(v);\
185
+ rb_check_safe_str(v);\
186
+ } while (0)
187
+ #endif
188
+
189
+ #ifndef HAVE_RB_DEFINE_ALLOC_FUNC
190
+ #define rb_define_alloc_func(klass, func) rb_define_singleton_method((klass), "new", VALUEFUNC((func)), -1)
191
+ #define rb_undef_alloc_func(klass) rb_undef_method(CLASS_OF((klass)), "new")
192
+ #endif