fxruby 1.6.47-x64-mingw32 → 1.6.48-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +6 -1
  3. data/doap.rdf +1 -1
  4. data/ext/fox16_c/FXRuby.cpp +2 -2
  5. data/ext/fox16_c/core_wrap.cpp +497 -412
  6. data/ext/fox16_c/dc_wrap.cpp +215 -128
  7. data/ext/fox16_c/dialogs_wrap.cpp +1333 -1246
  8. data/ext/fox16_c/extconf.rb +3 -3
  9. data/ext/fox16_c/frames_wrap.cpp +633 -550
  10. data/ext/fox16_c/fx3d_wrap.cpp +1556 -1471
  11. data/ext/fox16_c/iconlist_wrap.cpp +555 -468
  12. data/ext/fox16_c/icons_wrap.cpp +1062 -975
  13. data/ext/fox16_c/image_wrap.cpp +912 -825
  14. data/ext/fox16_c/label_wrap.cpp +744 -657
  15. data/ext/fox16_c/layout_wrap.cpp +564 -477
  16. data/ext/fox16_c/list_wrap.cpp +556 -469
  17. data/ext/fox16_c/markfuncs.cpp +1 -1
  18. data/ext/fox16_c/mdi_wrap.cpp +1453 -1366
  19. data/ext/fox16_c/menu_wrap.cpp +1216 -1129
  20. data/ext/fox16_c/scintilla_wrap.cpp +1034 -943
  21. data/ext/fox16_c/swigruby.h +88 -28
  22. data/ext/fox16_c/table_wrap.cpp +1034 -945
  23. data/ext/fox16_c/text_wrap.cpp +1029 -942
  24. data/ext/fox16_c/treelist_wrap.cpp +1083 -996
  25. data/ext/fox16_c/ui_wrap.cpp +1210 -1123
  26. data/lib/2.6/fox16_c.so +0 -0
  27. data/lib/2.7/fox16_c.so +0 -0
  28. data/lib/3.0/fox16_c.so +0 -0
  29. data/lib/fox16/version.rb +1 -1
  30. data/ports/x64-mingw32/bin/libFOX-1.6-0.dll +0 -0
  31. data/ports/x64-mingw32/bin/libfxscintilla-20.dll +0 -0
  32. data/ports/x64-mingw32/bin/libjpeg-62.dll +0 -0
  33. data/ports/x64-mingw32/bin/libpng16-16.dll +0 -0
  34. data/ports/x64-mingw32/bin/libtiff-6.dll +0 -0
  35. data/ports/x64-mingw32/bin/zlib1.dll +0 -0
  36. data/swig-interfaces/FXFileDialog.i +2 -2
  37. data/swig-interfaces/FXFileSelector.i +1 -1
  38. data/swig-interfaces/FXGLViewer.i +1 -1
  39. data/swig-interfaces/ruby-typemaps.i +1 -1
  40. metadata +2 -2
@@ -1,42 +1,14 @@
1
1
  /* ----------------------------------------------------------------------------
2
- * This file was automatically generated by SWIG (http://www.swig.org).
3
- * Version 4.0.2
2
+ * This file was automatically generated by SWIG (https://www.swig.org).
3
+ * Version 4.2.0
4
4
  *
5
- * This file is not intended to be easily readable and contains a number of
6
- * coding conventions designed to improve portability and efficiency. Do not make
7
- * changes to this file unless you know what you are doing--modify the SWIG
8
- * interface file instead.
5
+ * Do not make changes to this file unless you know what you are doing - modify
6
+ * the SWIG interface file instead.
9
7
  * ----------------------------------------------------------------------------- */
10
8
 
11
9
 
12
- #ifndef SWIGRUBY
10
+ #define SWIG_VERSION 0x040200
13
11
  #define SWIGRUBY
14
- #endif
15
-
16
-
17
-
18
- #ifdef __cplusplus
19
- /* SwigValueWrapper is described in swig.swg */
20
- template<typename T> class SwigValueWrapper {
21
- struct SwigMovePointer {
22
- T *ptr;
23
- SwigMovePointer(T *p) : ptr(p) { }
24
- ~SwigMovePointer() { delete ptr; }
25
- SwigMovePointer& operator=(SwigMovePointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
26
- } pointer;
27
- SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
28
- SwigValueWrapper(const SwigValueWrapper<T>& rhs);
29
- public:
30
- SwigValueWrapper() : pointer(0) { }
31
- SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; }
32
- operator T&() const { return *pointer.ptr; }
33
- T *operator&() { return pointer.ptr; }
34
- };
35
-
36
- template <typename T> T SwigValueInit() {
37
- return T();
38
- }
39
- #endif
40
12
 
41
13
  /* -----------------------------------------------------------------------------
42
14
  * This section contains generic SWIG labels for method/variable
@@ -162,6 +134,12 @@ template <typename T> T SwigValueInit() {
162
134
  # pragma warning disable 592
163
135
  #endif
164
136
 
137
+ #if __cplusplus >=201103L
138
+ # define SWIG_NULLPTR nullptr
139
+ #else
140
+ # define SWIG_NULLPTR NULL
141
+ #endif
142
+
165
143
  /* -----------------------------------------------------------------------------
166
144
  * This section contains generic SWIG labels for method/variable
167
145
  * declarations/attributes, and other compiler dependent labels.
@@ -286,6 +264,12 @@ template <typename T> T SwigValueInit() {
286
264
  # pragma warning disable 592
287
265
  #endif
288
266
 
267
+ #if __cplusplus >=201103L
268
+ # define SWIG_NULLPTR nullptr
269
+ #else
270
+ # define SWIG_NULLPTR NULL
271
+ #endif
272
+
289
273
  /* -----------------------------------------------------------------------------
290
274
  * swigrun.swg
291
275
  *
@@ -332,6 +316,8 @@ template <typename T> T SwigValueInit() {
332
316
  #define SWIG_POINTER_DISOWN 0x1
333
317
  #define SWIG_CAST_NEW_MEMORY 0x2
334
318
  #define SWIG_POINTER_NO_NULL 0x4
319
+ #define SWIG_POINTER_CLEAR 0x8
320
+ #define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)
335
321
 
336
322
  /* Flags for new pointer objects */
337
323
  #define SWIG_POINTER_OWN 0x1
@@ -403,7 +389,7 @@ template <typename T> T SwigValueInit() {
403
389
  SWIG errors code.
404
390
 
405
391
  Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
406
- allows to return the 'cast rank', for example, if you have this
392
+ allows returning the 'cast rank', for example, if you have this
407
393
 
408
394
  int food(double)
409
395
  int fooi(int);
@@ -417,7 +403,13 @@ template <typename T> T SwigValueInit() {
417
403
  */
418
404
 
419
405
  #define SWIG_OK (0)
406
+ /* Runtime errors are < 0 */
420
407
  #define SWIG_ERROR (-1)
408
+ /* Errors in range -1 to -99 are in swigerrors.swg (errors for all languages including those not using the runtime) */
409
+ /* Errors in range -100 to -199 are language specific errors defined in *errors.swg */
410
+ /* Errors < -200 are generic runtime specific errors */
411
+ #define SWIG_ERROR_RELEASE_NOT_OWNED (-200)
412
+
421
413
  #define SWIG_IsOK(r) (r >= 0)
422
414
  #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
423
415
 
@@ -425,14 +417,14 @@ template <typename T> T SwigValueInit() {
425
417
  #define SWIG_CASTRANKLIMIT (1 << 8)
426
418
  /* The NewMask denotes the object was created (using new/malloc) */
427
419
  #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
428
- /* The TmpMask is for in/out typemaps that use temporal objects */
420
+ /* The TmpMask is for in/out typemaps that use temporary objects */
429
421
  #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
430
422
  /* Simple returning values */
431
423
  #define SWIG_BADOBJ (SWIG_ERROR)
432
424
  #define SWIG_OLDOBJ (SWIG_OK)
433
425
  #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
434
426
  #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
435
- /* Check, add and del mask methods */
427
+ /* Check, add and del object mask methods */
436
428
  #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
437
429
  #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
438
430
  #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
@@ -461,6 +453,23 @@ SWIGINTERNINLINE int SWIG_CheckState(int r) {
461
453
  # define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
462
454
  #endif
463
455
 
456
+ /* C99 and C++11 should provide snprintf, but define SWIG_NO_SNPRINTF
457
+ * if you're missing it.
458
+ */
459
+ #if ((defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L) || \
460
+ (defined __cplusplus && __cplusplus >= 201103L) || \
461
+ defined SWIG_HAVE_SNPRINTF) && \
462
+ !defined SWIG_NO_SNPRINTF
463
+ # define SWIG_snprintf(O,S,F,A) snprintf(O,S,F,A)
464
+ # define SWIG_snprintf2(O,S,F,A,B) snprintf(O,S,F,A,B)
465
+ #else
466
+ /* Fallback versions ignore the buffer size, but most of our uses either have a
467
+ * fixed maximum possible size or dynamically allocate a buffer that's large
468
+ * enough.
469
+ */
470
+ # define SWIG_snprintf(O,S,F,A) sprintf(O,F,A)
471
+ # define SWIG_snprintf2(O,S,F,A,B) sprintf(O,F,A,B)
472
+ #endif
464
473
 
465
474
  #include <string.h>
466
475
 
@@ -578,7 +587,7 @@ SWIG_TypeCheck(const char *c, swig_type_info *ty) {
578
587
  Identical to SWIG_TypeCheck, except strcmp is replaced with a pointer comparison
579
588
  */
580
589
  SWIGRUNTIME swig_cast_info *
581
- SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty) {
590
+ SWIG_TypeCheckStruct(const swig_type_info *from, swig_type_info *ty) {
582
591
  if (ty) {
583
592
  swig_cast_info *iter = ty->cast;
584
593
  while (iter) {
@@ -638,9 +647,9 @@ SWIG_TypeName(const swig_type_info *ty) {
638
647
  SWIGRUNTIME const char *
639
648
  SWIG_TypePrettyName(const swig_type_info *type) {
640
649
  /* The "str" field contains the equivalent pretty names of the
641
- type, separated by vertical-bar characters. We choose
642
- to print the last name, as it is often (?) the most
643
- specific. */
650
+ type, separated by vertical-bar characters. Choose the last
651
+ name. It should be the most specific; a fully resolved name
652
+ but not necessarily with default template parameters expanded. */
644
653
  if (!type) return NULL;
645
654
  if (type->str != NULL) {
646
655
  const char *last_name = type->str;
@@ -860,7 +869,7 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
860
869
  }
861
870
  #endif
862
871
 
863
- /* Errors in SWIG */
872
+ /* SWIG Errors applicable to all language modules, values are reserved from -1 to -99 */
864
873
  #define SWIG_UnknownError -1
865
874
  #define SWIG_IOError -2
866
875
  #define SWIG_RuntimeError -3
@@ -876,6 +885,18 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
876
885
  #define SWIG_NullReferenceError -13
877
886
 
878
887
 
888
+ #if __GNUC__ >= 7
889
+ #pragma GCC diagnostic push
890
+ #if defined(__cplusplus)
891
+ #pragma GCC diagnostic ignored "-Wregister"
892
+ #if __GNUC__ >= 10
893
+ #pragma GCC diagnostic ignored "-Wvolatile"
894
+ #if __GNUC__ >= 11
895
+ #pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
896
+ #endif
897
+ #endif
898
+ #endif
899
+ #endif
879
900
 
880
901
  #include <ruby.h>
881
902
 
@@ -891,6 +912,11 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
891
912
  # define RUBY_VOIDP_METHOD_FUNC(func) ((void *(*)(ANYARGS))(func))
892
913
  #endif
893
914
 
915
+ #include <ruby/version.h> /* For RUBY_API_VERSION_CODE */
916
+
917
+ #if __GNUC__ >= 7
918
+ #pragma GCC diagnostic pop
919
+ #endif
894
920
 
895
921
  /* Ruby 1.9.1 has a "memoisation optimisation" when compiling with GCC which
896
922
  * breaks using rb_intern as an lvalue, as SWIG does. We work around this
@@ -992,9 +1018,9 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
992
1018
  /*
993
1019
  * The following macros are used for providing the correct type of a
994
1020
  * function pointer to the Ruby C API.
995
- * Starting with Ruby 2.7 (corresponding to RB_METHOD_DEFINITION_DECL being
996
- * defined) these macros act transparently due to Ruby's moving away from
997
- * ANYARGS and instead employing strict function signatures.
1021
+ *
1022
+ * Starting with Ruby 2.7 these macros act transparently due to Ruby's moving
1023
+ * moving away from ANYARGS and instead employing strict function signatures.
998
1024
  *
999
1025
  * Note: In case of C (not C++) the macros are transparent even before
1000
1026
  * Ruby 2.7 due to the fact that the Ruby C API used function declarators
@@ -1018,7 +1044,7 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
1018
1044
  * SWIG_RUBY_INT_ANYARGS_FUNC(f) is used for the function pointer
1019
1045
  * argument(s) of Ruby C API functions like st_foreach().
1020
1046
  */
1021
- #if defined(__cplusplus) && !defined(RB_METHOD_DEFINITION_DECL)
1047
+ #if defined(__cplusplus) && RUBY_API_VERSION_CODE < 20700
1022
1048
  # define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f)
1023
1049
  # define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f)
1024
1050
  # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
@@ -1171,7 +1197,7 @@ const char* Ruby_Format_TypeError( const char* msg,
1171
1197
  }
1172
1198
 
1173
1199
  str = rb_str_cat2( str, "Expected argument " );
1174
- sprintf( buf, "%d of type ", argn-1 );
1200
+ SWIG_snprintf( buf, sizeof( buf), "%d of type ", argn-1 );
1175
1201
  str = rb_str_cat2( str, buf );
1176
1202
  str = rb_str_cat2( str, type );
1177
1203
  str = rb_str_cat2( str, ", but got " );
@@ -1470,6 +1496,7 @@ static VALUE swig_runtime_data_type_pointer = Qnil;
1470
1496
  /* Global IDs used to keep some internal SWIG stuff */
1471
1497
  static ID swig_arity_id = 0;
1472
1498
  static ID swig_call_id = 0;
1499
+ static ID swig_lowerthan_id = 0;
1473
1500
 
1474
1501
  /*
1475
1502
  If your swig extension is to be run within an embedded ruby and has
@@ -1521,7 +1548,7 @@ SWIG_Ruby_ExceptionType(swig_type_info *desc, VALUE obj) {
1521
1548
  VALUE exceptionClass = getExceptionClass();
1522
1549
  if (rb_obj_is_kind_of(obj, exceptionClass)) {
1523
1550
  return obj;
1524
- } else {
1551
+ } else {
1525
1552
  return rb_exc_new3(rb_eRuntimeError, rb_obj_as_string(obj));
1526
1553
  }
1527
1554
  }
@@ -1534,6 +1561,7 @@ SWIG_Ruby_InitRuntime(void)
1534
1561
  _mSWIG = rb_define_module("SWIG");
1535
1562
  swig_call_id = rb_intern("call");
1536
1563
  swig_arity_id = rb_intern("arity");
1564
+ swig_lowerthan_id = rb_intern("<");
1537
1565
  }
1538
1566
  }
1539
1567
 
@@ -1541,13 +1569,14 @@ SWIG_Ruby_InitRuntime(void)
1541
1569
  SWIGRUNTIME void
1542
1570
  SWIG_Ruby_define_class(swig_type_info *type)
1543
1571
  {
1544
- char *klass_name = (char *) malloc(4 + strlen(type->name) + 1);
1545
- sprintf(klass_name, "TYPE%s", type->name);
1572
+ size_t klass_len = 4 + strlen(type->name) + 1;
1573
+ char *klass_name = (char *) malloc(klass_len);
1574
+ SWIG_snprintf(klass_name, klass_len, "TYPE%s", type->name);
1546
1575
  if (NIL_P(_cSWIG_Pointer)) {
1547
1576
  _cSWIG_Pointer = rb_define_class_under(_mSWIG, "Pointer", rb_cObject);
1548
1577
  rb_undef_method(CLASS_OF(_cSWIG_Pointer), "new");
1549
1578
  }
1550
- rb_define_class_under(_mSWIG, klass_name, _cSWIG_Pointer);
1579
+ rb_undef_alloc_func(rb_define_class_under(_mSWIG, klass_name, _cSWIG_Pointer));
1551
1580
  free((void *) klass_name);
1552
1581
  }
1553
1582
 
@@ -1598,8 +1627,9 @@ SWIG_Ruby_NewPointerObj(void *ptr, swig_type_info *type, int flags)
1598
1627
  SWIG_RubyAddTracking(ptr, obj);
1599
1628
  }
1600
1629
  } else {
1601
- klass_name = (char *) malloc(4 + strlen(type->name) + 1);
1602
- sprintf(klass_name, "TYPE%s", type->name);
1630
+ size_t klass_len = 4 + strlen(type->name) + 1;
1631
+ klass_name = (char *) malloc(klass_len);
1632
+ SWIG_snprintf(klass_name, klass_len, "TYPE%s", type->name);
1603
1633
  klass = rb_const_get(_mSWIG, rb_intern(klass_name));
1604
1634
  free((void *) klass_name);
1605
1635
  obj = Data_Wrap_Struct(klass, 0, 0, ptr);
@@ -1671,6 +1701,11 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
1671
1701
  own->own = 0;
1672
1702
  }
1673
1703
 
1704
+ if (((flags & SWIG_POINTER_RELEASE) == SWIG_POINTER_RELEASE)) {
1705
+ if (!RDATA(obj)->dfree)
1706
+ return SWIG_ERROR_RELEASE_NOT_OWNED;
1707
+ }
1708
+
1674
1709
  /* Check to see if the input object is giving up ownership
1675
1710
  of the underlying C struct or C++ object. If so then we
1676
1711
  need to reset the destructor since the Ruby object no
@@ -1682,7 +1717,7 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
1682
1717
  swig_class *sklass = (swig_class *) ty->clientdata;
1683
1718
  track = sklass->trackObjects;
1684
1719
  }
1685
-
1720
+
1686
1721
  if (track) {
1687
1722
  /* We are tracking objects for this class. Thus we change the destructor
1688
1723
  * to SWIG_RubyRemoveTracking. This allows us to
@@ -1696,6 +1731,10 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
1696
1731
  }
1697
1732
  }
1698
1733
 
1734
+ if (flags & SWIG_POINTER_CLEAR) {
1735
+ DATA_PTR(obj) = 0;
1736
+ }
1737
+
1699
1738
  /* Do type-checking if type info was provided */
1700
1739
  if (ty) {
1701
1740
  if (ty->clientdata) {
@@ -1803,6 +1842,7 @@ SWIG_Ruby_SetModule(swig_module_info *pointer)
1803
1842
  {
1804
1843
  /* register a new class */
1805
1844
  VALUE cl = rb_define_class("SWIG_RUNTIME_DATA", rb_cObject);rb_undef_alloc_func(cl);
1845
+ rb_undef_alloc_func(cl);
1806
1846
  /* create and store the structure pointer to a global variable */
1807
1847
  swig_runtime_data_type_pointer = Data_Wrap_Struct(cl, 0, 0, pointer);
1808
1848
  rb_define_readonly_variable("$swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, &swig_runtime_data_type_pointer);
@@ -1833,7 +1873,7 @@ int SWIG_Ruby_arity( VALUE proc, int minimal )
1833
1873
  {
1834
1874
  if ( rb_respond_to( proc, swig_arity_id ) )
1835
1875
  {
1836
- VALUE num = rb_funcall( proc, swig_arity_id, 0 );
1876
+ VALUE num = rb_funcall2( proc, swig_arity_id, 0, 0 );
1837
1877
  int arity = NUM2INT(num);
1838
1878
  if ( arity < 0 && (arity+1) < -minimal ) return 1;
1839
1879
  if ( arity == minimal ) return 1;
@@ -1851,7 +1891,7 @@ int SWIG_Ruby_arity( VALUE proc, int minimal )
1851
1891
 
1852
1892
  #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
1853
1893
 
1854
- #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
1894
+ #define SWIG_contract_assert(expr, msg) do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0)
1855
1895
 
1856
1896
 
1857
1897
 
@@ -1988,12 +2028,56 @@ static swig_module_info swig_module = {swig_types, 116, 0, 0, 0, 0};
1988
2028
 
1989
2029
 
1990
2030
 
1991
- #define SWIG_RUBY_THREAD_BEGIN_BLOCK
1992
- #define SWIG_RUBY_THREAD_END_BLOCK
2031
+ #ifdef __cplusplus
2032
+ #include <utility>
2033
+ /* SwigValueWrapper is described in swig.swg */
2034
+ template<typename T> class SwigValueWrapper {
2035
+ struct SwigSmartPointer {
2036
+ T *ptr;
2037
+ SwigSmartPointer(T *p) : ptr(p) { }
2038
+ ~SwigSmartPointer() { delete ptr; }
2039
+ SwigSmartPointer& operator=(SwigSmartPointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
2040
+ void reset(T *p) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = p; }
2041
+ } pointer;
2042
+ SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
2043
+ SwigValueWrapper(const SwigValueWrapper<T>& rhs);
2044
+ public:
2045
+ SwigValueWrapper() : pointer(0) { }
2046
+ SwigValueWrapper& operator=(const T& t) { SwigSmartPointer tmp(new T(t)); pointer = tmp; return *this; }
2047
+ #if __cplusplus >=201103L
2048
+ SwigValueWrapper& operator=(T&& t) { SwigSmartPointer tmp(new T(std::move(t))); pointer = tmp; return *this; }
2049
+ operator T&&() const { return std::move(*pointer.ptr); }
2050
+ #else
2051
+ operator T&() const { return *pointer.ptr; }
2052
+ #endif
2053
+ T *operator&() const { return pointer.ptr; }
2054
+ static void reset(SwigValueWrapper& t, T *p) { t.pointer.reset(p); }
2055
+ };
2056
+
2057
+ /*
2058
+ * SwigValueInit() is a generic initialisation solution as the following approach:
2059
+ *
2060
+ * T c_result = T();
2061
+ *
2062
+ * doesn't compile for all types for example:
2063
+ *
2064
+ * unsigned int c_result = unsigned int();
2065
+ */
2066
+ template <typename T> T SwigValueInit() {
2067
+ return T();
2068
+ }
1993
2069
 
2070
+ #if __cplusplus >=201103L
2071
+ # define SWIG_STD_MOVE(OBJ) std::move(OBJ)
2072
+ #else
2073
+ # define SWIG_STD_MOVE(OBJ) OBJ
2074
+ #endif
2075
+
2076
+ #endif
1994
2077
 
1995
- #define SWIGVERSION 0x040002
1996
- #define SWIG_VERSION SWIGVERSION
2078
+
2079
+ #define SWIG_RUBY_THREAD_BEGIN_BLOCK
2080
+ #define SWIG_RUBY_THREAD_END_BLOCK
1997
2081
 
1998
2082
 
1999
2083
  #define SWIG_as_voidptr(a) const_cast< void * >(static_cast< const void * >(a))
@@ -2445,7 +2529,7 @@ SWIGINTERN VALUE FXFileSelector_getFilenames(FXFileSelector const *self){
2445
2529
  VALUE result = rb_ary_new();
2446
2530
  FXString *filenames = self->getFilenames();
2447
2531
  if (filenames) {
2448
- register FXString *p = filenames;
2532
+ FXString *p = filenames;
2449
2533
  while ((*p) != FXString::null) {
2450
2534
  rb_ary_push(result, to_ruby(*p));
2451
2535
  p++;
@@ -4408,7 +4492,7 @@ _wrap_FX7Segment_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
4408
4492
  FXRegion *arg2 = 0 ;
4409
4493
  void *argp1 = 0 ;
4410
4494
  int res1 = 0 ;
4411
- void *argp2 ;
4495
+ void *argp2 = 0 ;
4412
4496
  int res2 = 0 ;
4413
4497
 
4414
4498
  if ((argc < 1) || (argc > 1)) {
@@ -4504,7 +4588,7 @@ SWIGINTERN VALUE _wrap_FX7Segment_setShape(int nargs, VALUE *args, VALUE self) {
4504
4588
  argv[ii] = args[ii-1];
4505
4589
  }
4506
4590
  if (argc == 2) {
4507
- int _v;
4591
+ int _v = 0;
4508
4592
  void *vptr = 0;
4509
4593
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FX7Segment, 0);
4510
4594
  _v = SWIG_CheckState(res);
@@ -4518,7 +4602,7 @@ SWIGINTERN VALUE _wrap_FX7Segment_setShape(int nargs, VALUE *args, VALUE self) {
4518
4602
  }
4519
4603
  }
4520
4604
  if (argc == 2) {
4521
- int _v;
4605
+ int _v = 0;
4522
4606
  void *vptr = 0;
4523
4607
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FX7Segment, 0);
4524
4608
  _v = SWIG_CheckState(res);
@@ -4532,7 +4616,7 @@ SWIGINTERN VALUE _wrap_FX7Segment_setShape(int nargs, VALUE *args, VALUE self) {
4532
4616
  }
4533
4617
  }
4534
4618
  if (argc == 2) {
4535
- int _v;
4619
+ int _v = 0;
4536
4620
  void *vptr = 0;
4537
4621
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FX7Segment, 0);
4538
4622
  _v = SWIG_CheckState(res);
@@ -6938,7 +7022,7 @@ _wrap_FXSpinner_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
6938
7022
  FXRegion *arg2 = 0 ;
6939
7023
  void *argp1 = 0 ;
6940
7024
  int res1 = 0 ;
6941
- void *argp2 ;
7025
+ void *argp2 = 0 ;
6942
7026
  int res2 = 0 ;
6943
7027
 
6944
7028
  if ((argc < 1) || (argc > 1)) {
@@ -7034,7 +7118,7 @@ SWIGINTERN VALUE _wrap_FXSpinner_setShape(int nargs, VALUE *args, VALUE self) {
7034
7118
  argv[ii] = args[ii-1];
7035
7119
  }
7036
7120
  if (argc == 2) {
7037
- int _v;
7121
+ int _v = 0;
7038
7122
  void *vptr = 0;
7039
7123
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpinner, 0);
7040
7124
  _v = SWIG_CheckState(res);
@@ -7048,7 +7132,7 @@ SWIGINTERN VALUE _wrap_FXSpinner_setShape(int nargs, VALUE *args, VALUE self) {
7048
7132
  }
7049
7133
  }
7050
7134
  if (argc == 2) {
7051
- int _v;
7135
+ int _v = 0;
7052
7136
  void *vptr = 0;
7053
7137
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpinner, 0);
7054
7138
  _v = SWIG_CheckState(res);
@@ -7062,7 +7146,7 @@ SWIGINTERN VALUE _wrap_FXSpinner_setShape(int nargs, VALUE *args, VALUE self) {
7062
7146
  }
7063
7147
  }
7064
7148
  if (argc == 2) {
7065
- int _v;
7149
+ int _v = 0;
7066
7150
  void *vptr = 0;
7067
7151
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpinner, 0);
7068
7152
  _v = SWIG_CheckState(res);
@@ -9724,7 +9808,7 @@ _wrap_FXRealSpinner_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
9724
9808
  FXRegion *arg2 = 0 ;
9725
9809
  void *argp1 = 0 ;
9726
9810
  int res1 = 0 ;
9727
- void *argp2 ;
9811
+ void *argp2 = 0 ;
9728
9812
  int res2 = 0 ;
9729
9813
 
9730
9814
  if ((argc < 1) || (argc > 1)) {
@@ -9820,7 +9904,7 @@ SWIGINTERN VALUE _wrap_FXRealSpinner_setShape(int nargs, VALUE *args, VALUE self
9820
9904
  argv[ii] = args[ii-1];
9821
9905
  }
9822
9906
  if (argc == 2) {
9823
- int _v;
9907
+ int _v = 0;
9824
9908
  void *vptr = 0;
9825
9909
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRealSpinner, 0);
9826
9910
  _v = SWIG_CheckState(res);
@@ -9834,7 +9918,7 @@ SWIGINTERN VALUE _wrap_FXRealSpinner_setShape(int nargs, VALUE *args, VALUE self
9834
9918
  }
9835
9919
  }
9836
9920
  if (argc == 2) {
9837
- int _v;
9921
+ int _v = 0;
9838
9922
  void *vptr = 0;
9839
9923
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRealSpinner, 0);
9840
9924
  _v = SWIG_CheckState(res);
@@ -9848,7 +9932,7 @@ SWIGINTERN VALUE _wrap_FXRealSpinner_setShape(int nargs, VALUE *args, VALUE self
9848
9932
  }
9849
9933
  }
9850
9934
  if (argc == 2) {
9851
- int _v;
9935
+ int _v = 0;
9852
9936
  void *vptr = 0;
9853
9937
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRealSpinner, 0);
9854
9938
  _v = SWIG_CheckState(res);
@@ -10854,7 +10938,7 @@ _wrap_FXCanvas_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
10854
10938
  FXRegion *arg2 = 0 ;
10855
10939
  void *argp1 = 0 ;
10856
10940
  int res1 = 0 ;
10857
- void *argp2 ;
10941
+ void *argp2 = 0 ;
10858
10942
  int res2 = 0 ;
10859
10943
 
10860
10944
  if ((argc < 1) || (argc > 1)) {
@@ -10950,7 +11034,7 @@ SWIGINTERN VALUE _wrap_FXCanvas_setShape(int nargs, VALUE *args, VALUE self) {
10950
11034
  argv[ii] = args[ii-1];
10951
11035
  }
10952
11036
  if (argc == 2) {
10953
- int _v;
11037
+ int _v = 0;
10954
11038
  void *vptr = 0;
10955
11039
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXCanvas, 0);
10956
11040
  _v = SWIG_CheckState(res);
@@ -10964,7 +11048,7 @@ SWIGINTERN VALUE _wrap_FXCanvas_setShape(int nargs, VALUE *args, VALUE self) {
10964
11048
  }
10965
11049
  }
10966
11050
  if (argc == 2) {
10967
- int _v;
11051
+ int _v = 0;
10968
11052
  void *vptr = 0;
10969
11053
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXCanvas, 0);
10970
11054
  _v = SWIG_CheckState(res);
@@ -10978,7 +11062,7 @@ SWIGINTERN VALUE _wrap_FXCanvas_setShape(int nargs, VALUE *args, VALUE self) {
10978
11062
  }
10979
11063
  }
10980
11064
  if (argc == 2) {
10981
- int _v;
11065
+ int _v = 0;
10982
11066
  void *vptr = 0;
10983
11067
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXCanvas, 0);
10984
11068
  _v = SWIG_CheckState(res);
@@ -12272,7 +12356,7 @@ _wrap_FXToolTip_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
12272
12356
  FXRegion *arg2 = 0 ;
12273
12357
  void *argp1 = 0 ;
12274
12358
  int res1 = 0 ;
12275
- void *argp2 ;
12359
+ void *argp2 = 0 ;
12276
12360
  int res2 = 0 ;
12277
12361
 
12278
12362
  if ((argc < 1) || (argc > 1)) {
@@ -12368,7 +12452,7 @@ SWIGINTERN VALUE _wrap_FXToolTip_setShape(int nargs, VALUE *args, VALUE self) {
12368
12452
  argv[ii] = args[ii-1];
12369
12453
  }
12370
12454
  if (argc == 2) {
12371
- int _v;
12455
+ int _v = 0;
12372
12456
  void *vptr = 0;
12373
12457
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolTip, 0);
12374
12458
  _v = SWIG_CheckState(res);
@@ -12382,7 +12466,7 @@ SWIGINTERN VALUE _wrap_FXToolTip_setShape(int nargs, VALUE *args, VALUE self) {
12382
12466
  }
12383
12467
  }
12384
12468
  if (argc == 2) {
12385
- int _v;
12469
+ int _v = 0;
12386
12470
  void *vptr = 0;
12387
12471
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolTip, 0);
12388
12472
  _v = SWIG_CheckState(res);
@@ -12396,7 +12480,7 @@ SWIGINTERN VALUE _wrap_FXToolTip_setShape(int nargs, VALUE *args, VALUE self) {
12396
12480
  }
12397
12481
  }
12398
12482
  if (argc == 2) {
12399
- int _v;
12483
+ int _v = 0;
12400
12484
  void *vptr = 0;
12401
12485
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolTip, 0);
12402
12486
  _v = SWIG_CheckState(res);
@@ -13209,7 +13293,7 @@ SWIGINTERN VALUE _wrap_new_FXDockBar(int nargs, VALUE *args, VALUE self) {
13209
13293
  argv[ii] = args[ii];
13210
13294
  }
13211
13295
  if ((argc >= 2) && (argc <= 13)) {
13212
- int _v;
13296
+ int _v = 0;
13213
13297
  void *vptr = 0;
13214
13298
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComposite, 0);
13215
13299
  _v = SWIG_CheckState(res);
@@ -13311,7 +13395,7 @@ SWIGINTERN VALUE _wrap_new_FXDockBar(int nargs, VALUE *args, VALUE self) {
13311
13395
  }
13312
13396
  }
13313
13397
  if ((argc >= 2) && (argc <= 12)) {
13314
- int _v;
13398
+ int _v = 0;
13315
13399
  void *vptr = 0;
13316
13400
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComposite, 0);
13317
13401
  _v = SWIG_CheckState(res);
@@ -14497,7 +14581,7 @@ _wrap_FXDockBar_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
14497
14581
  FXRegion *arg2 = 0 ;
14498
14582
  void *argp1 = 0 ;
14499
14583
  int res1 = 0 ;
14500
- void *argp2 ;
14584
+ void *argp2 = 0 ;
14501
14585
  int res2 = 0 ;
14502
14586
 
14503
14587
  if ((argc < 1) || (argc > 1)) {
@@ -14593,7 +14677,7 @@ SWIGINTERN VALUE _wrap_FXDockBar_setShape(int nargs, VALUE *args, VALUE self) {
14593
14677
  argv[ii] = args[ii-1];
14594
14678
  }
14595
14679
  if (argc == 2) {
14596
- int _v;
14680
+ int _v = 0;
14597
14681
  void *vptr = 0;
14598
14682
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockBar, 0);
14599
14683
  _v = SWIG_CheckState(res);
@@ -14607,7 +14691,7 @@ SWIGINTERN VALUE _wrap_FXDockBar_setShape(int nargs, VALUE *args, VALUE self) {
14607
14691
  }
14608
14692
  }
14609
14693
  if (argc == 2) {
14610
- int _v;
14694
+ int _v = 0;
14611
14695
  void *vptr = 0;
14612
14696
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockBar, 0);
14613
14697
  _v = SWIG_CheckState(res);
@@ -14621,7 +14705,7 @@ SWIGINTERN VALUE _wrap_FXDockBar_setShape(int nargs, VALUE *args, VALUE self) {
14621
14705
  }
14622
14706
  }
14623
14707
  if (argc == 2) {
14624
- int _v;
14708
+ int _v = 0;
14625
14709
  void *vptr = 0;
14626
14710
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockBar, 0);
14627
14711
  _v = SWIG_CheckState(res);
@@ -14756,7 +14840,7 @@ SWIGINTERN VALUE _wrap_FXDockBar_dock(int nargs, VALUE *args, VALUE self) {
14756
14840
  argv[ii] = args[ii-1];
14757
14841
  }
14758
14842
  if ((argc >= 2) && (argc <= 4)) {
14759
- int _v;
14843
+ int _v = 0;
14760
14844
  void *vptr = 0;
14761
14845
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockBar, 0);
14762
14846
  _v = SWIG_CheckState(res);
@@ -14786,7 +14870,7 @@ SWIGINTERN VALUE _wrap_FXDockBar_dock(int nargs, VALUE *args, VALUE self) {
14786
14870
  }
14787
14871
  }
14788
14872
  if (argc == 5) {
14789
- int _v;
14873
+ int _v = 0;
14790
14874
  void *vptr = 0;
14791
14875
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockBar, 0);
14792
14876
  _v = SWIG_CheckState(res);
@@ -15115,7 +15199,7 @@ SWIGINTERN VALUE _wrap_new_FXToolBar(int nargs, VALUE *args, VALUE self) {
15115
15199
  argv[ii] = args[ii];
15116
15200
  }
15117
15201
  if ((argc >= 1) && (argc <= 12)) {
15118
- int _v;
15202
+ int _v = 0;
15119
15203
  void *vptr = 0;
15120
15204
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComposite, 0);
15121
15205
  _v = SWIG_CheckState(res);
@@ -15212,7 +15296,7 @@ SWIGINTERN VALUE _wrap_new_FXToolBar(int nargs, VALUE *args, VALUE self) {
15212
15296
  }
15213
15297
  }
15214
15298
  if ((argc >= 2) && (argc <= 13)) {
15215
- int _v;
15299
+ int _v = 0;
15216
15300
  void *vptr = 0;
15217
15301
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComposite, 0);
15218
15302
  _v = SWIG_CheckState(res);
@@ -16180,7 +16264,7 @@ _wrap_FXToolBar_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
16180
16264
  FXRegion *arg2 = 0 ;
16181
16265
  void *argp1 = 0 ;
16182
16266
  int res1 = 0 ;
16183
- void *argp2 ;
16267
+ void *argp2 = 0 ;
16184
16268
  int res2 = 0 ;
16185
16269
 
16186
16270
  if ((argc < 1) || (argc > 1)) {
@@ -16276,7 +16360,7 @@ SWIGINTERN VALUE _wrap_FXToolBar_setShape(int nargs, VALUE *args, VALUE self) {
16276
16360
  argv[ii] = args[ii-1];
16277
16361
  }
16278
16362
  if (argc == 2) {
16279
- int _v;
16363
+ int _v = 0;
16280
16364
  void *vptr = 0;
16281
16365
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBar, 0);
16282
16366
  _v = SWIG_CheckState(res);
@@ -16290,7 +16374,7 @@ SWIGINTERN VALUE _wrap_FXToolBar_setShape(int nargs, VALUE *args, VALUE self) {
16290
16374
  }
16291
16375
  }
16292
16376
  if (argc == 2) {
16293
- int _v;
16377
+ int _v = 0;
16294
16378
  void *vptr = 0;
16295
16379
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBar, 0);
16296
16380
  _v = SWIG_CheckState(res);
@@ -16304,7 +16388,7 @@ SWIGINTERN VALUE _wrap_FXToolBar_setShape(int nargs, VALUE *args, VALUE self) {
16304
16388
  }
16305
16389
  }
16306
16390
  if (argc == 2) {
16307
- int _v;
16391
+ int _v = 0;
16308
16392
  void *vptr = 0;
16309
16393
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBar, 0);
16310
16394
  _v = SWIG_CheckState(res);
@@ -16439,7 +16523,7 @@ SWIGINTERN VALUE _wrap_FXToolBar_dock(int nargs, VALUE *args, VALUE self) {
16439
16523
  argv[ii] = args[ii-1];
16440
16524
  }
16441
16525
  if ((argc >= 2) && (argc <= 4)) {
16442
- int _v;
16526
+ int _v = 0;
16443
16527
  void *vptr = 0;
16444
16528
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBar, 0);
16445
16529
  _v = SWIG_CheckState(res);
@@ -16469,7 +16553,7 @@ SWIGINTERN VALUE _wrap_FXToolBar_dock(int nargs, VALUE *args, VALUE self) {
16469
16553
  }
16470
16554
  }
16471
16555
  if (argc == 5) {
16472
- int _v;
16556
+ int _v = 0;
16473
16557
  void *vptr = 0;
16474
16558
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBar, 0);
16475
16559
  _v = SWIG_CheckState(res);
@@ -17987,7 +18071,7 @@ _wrap_FXTabBar_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
17987
18071
  FXRegion *arg2 = 0 ;
17988
18072
  void *argp1 = 0 ;
17989
18073
  int res1 = 0 ;
17990
- void *argp2 ;
18074
+ void *argp2 = 0 ;
17991
18075
  int res2 = 0 ;
17992
18076
 
17993
18077
  if ((argc < 1) || (argc > 1)) {
@@ -18083,7 +18167,7 @@ SWIGINTERN VALUE _wrap_FXTabBar_setShape(int nargs, VALUE *args, VALUE self) {
18083
18167
  argv[ii] = args[ii-1];
18084
18168
  }
18085
18169
  if (argc == 2) {
18086
- int _v;
18170
+ int _v = 0;
18087
18171
  void *vptr = 0;
18088
18172
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTabBar, 0);
18089
18173
  _v = SWIG_CheckState(res);
@@ -18097,7 +18181,7 @@ SWIGINTERN VALUE _wrap_FXTabBar_setShape(int nargs, VALUE *args, VALUE self) {
18097
18181
  }
18098
18182
  }
18099
18183
  if (argc == 2) {
18100
- int _v;
18184
+ int _v = 0;
18101
18185
  void *vptr = 0;
18102
18186
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTabBar, 0);
18103
18187
  _v = SWIG_CheckState(res);
@@ -18111,7 +18195,7 @@ SWIGINTERN VALUE _wrap_FXTabBar_setShape(int nargs, VALUE *args, VALUE self) {
18111
18195
  }
18112
18196
  }
18113
18197
  if (argc == 2) {
18114
- int _v;
18198
+ int _v = 0;
18115
18199
  void *vptr = 0;
18116
18200
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTabBar, 0);
18117
18201
  _v = SWIG_CheckState(res);
@@ -19379,7 +19463,7 @@ _wrap_FXTabBook_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
19379
19463
  FXRegion *arg2 = 0 ;
19380
19464
  void *argp1 = 0 ;
19381
19465
  int res1 = 0 ;
19382
- void *argp2 ;
19466
+ void *argp2 = 0 ;
19383
19467
  int res2 = 0 ;
19384
19468
 
19385
19469
  if ((argc < 1) || (argc > 1)) {
@@ -19475,7 +19559,7 @@ SWIGINTERN VALUE _wrap_FXTabBook_setShape(int nargs, VALUE *args, VALUE self) {
19475
19559
  argv[ii] = args[ii-1];
19476
19560
  }
19477
19561
  if (argc == 2) {
19478
- int _v;
19562
+ int _v = 0;
19479
19563
  void *vptr = 0;
19480
19564
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTabBook, 0);
19481
19565
  _v = SWIG_CheckState(res);
@@ -19489,7 +19573,7 @@ SWIGINTERN VALUE _wrap_FXTabBook_setShape(int nargs, VALUE *args, VALUE self) {
19489
19573
  }
19490
19574
  }
19491
19575
  if (argc == 2) {
19492
- int _v;
19576
+ int _v = 0;
19493
19577
  void *vptr = 0;
19494
19578
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTabBook, 0);
19495
19579
  _v = SWIG_CheckState(res);
@@ -19503,7 +19587,7 @@ SWIGINTERN VALUE _wrap_FXTabBook_setShape(int nargs, VALUE *args, VALUE self) {
19503
19587
  }
19504
19588
  }
19505
19589
  if (argc == 2) {
19506
- int _v;
19590
+ int _v = 0;
19507
19591
  void *vptr = 0;
19508
19592
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTabBook, 0);
19509
19593
  _v = SWIG_CheckState(res);
@@ -21230,7 +21314,7 @@ SWIGINTERN VALUE _wrap_FXScrollBar_position(int nargs, VALUE *args, VALUE self)
21230
21314
  argv[ii] = args[ii-1];
21231
21315
  }
21232
21316
  if (argc == 1) {
21233
- int _v;
21317
+ int _v = 0;
21234
21318
  void *vptr = 0;
21235
21319
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollBar, 0);
21236
21320
  _v = SWIG_CheckState(res);
@@ -21239,7 +21323,7 @@ SWIGINTERN VALUE _wrap_FXScrollBar_position(int nargs, VALUE *args, VALUE self)
21239
21323
  }
21240
21324
  }
21241
21325
  if (argc == 5) {
21242
- int _v;
21326
+ int _v = 0;
21243
21327
  void *vptr = 0;
21244
21328
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollBar, 0);
21245
21329
  _v = SWIG_CheckState(res);
@@ -21575,7 +21659,7 @@ _wrap_FXScrollBar_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
21575
21659
  FXRegion *arg2 = 0 ;
21576
21660
  void *argp1 = 0 ;
21577
21661
  int res1 = 0 ;
21578
- void *argp2 ;
21662
+ void *argp2 = 0 ;
21579
21663
  int res2 = 0 ;
21580
21664
 
21581
21665
  if ((argc < 1) || (argc > 1)) {
@@ -21671,7 +21755,7 @@ SWIGINTERN VALUE _wrap_FXScrollBar_setShape(int nargs, VALUE *args, VALUE self)
21671
21755
  argv[ii] = args[ii-1];
21672
21756
  }
21673
21757
  if (argc == 2) {
21674
- int _v;
21758
+ int _v = 0;
21675
21759
  void *vptr = 0;
21676
21760
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollBar, 0);
21677
21761
  _v = SWIG_CheckState(res);
@@ -21685,7 +21769,7 @@ SWIGINTERN VALUE _wrap_FXScrollBar_setShape(int nargs, VALUE *args, VALUE self)
21685
21769
  }
21686
21770
  }
21687
21771
  if (argc == 2) {
21688
- int _v;
21772
+ int _v = 0;
21689
21773
  void *vptr = 0;
21690
21774
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollBar, 0);
21691
21775
  _v = SWIG_CheckState(res);
@@ -21699,7 +21783,7 @@ SWIGINTERN VALUE _wrap_FXScrollBar_setShape(int nargs, VALUE *args, VALUE self)
21699
21783
  }
21700
21784
  }
21701
21785
  if (argc == 2) {
21702
- int _v;
21786
+ int _v = 0;
21703
21787
  void *vptr = 0;
21704
21788
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollBar, 0);
21705
21789
  _v = SWIG_CheckState(res);
@@ -22638,7 +22722,7 @@ _wrap_FXScrollCorner_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
22638
22722
  FXRegion *arg2 = 0 ;
22639
22723
  void *argp1 = 0 ;
22640
22724
  int res1 = 0 ;
22641
- void *argp2 ;
22725
+ void *argp2 = 0 ;
22642
22726
  int res2 = 0 ;
22643
22727
 
22644
22728
  if ((argc < 1) || (argc > 1)) {
@@ -22734,7 +22818,7 @@ SWIGINTERN VALUE _wrap_FXScrollCorner_setShape(int nargs, VALUE *args, VALUE sel
22734
22818
  argv[ii] = args[ii-1];
22735
22819
  }
22736
22820
  if (argc == 2) {
22737
- int _v;
22821
+ int _v = 0;
22738
22822
  void *vptr = 0;
22739
22823
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollCorner, 0);
22740
22824
  _v = SWIG_CheckState(res);
@@ -22748,7 +22832,7 @@ SWIGINTERN VALUE _wrap_FXScrollCorner_setShape(int nargs, VALUE *args, VALUE sel
22748
22832
  }
22749
22833
  }
22750
22834
  if (argc == 2) {
22751
- int _v;
22835
+ int _v = 0;
22752
22836
  void *vptr = 0;
22753
22837
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollCorner, 0);
22754
22838
  _v = SWIG_CheckState(res);
@@ -22762,7 +22846,7 @@ SWIGINTERN VALUE _wrap_FXScrollCorner_setShape(int nargs, VALUE *args, VALUE sel
22762
22846
  }
22763
22847
  }
22764
22848
  if (argc == 2) {
22765
- int _v;
22849
+ int _v = 0;
22766
22850
  void *vptr = 0;
22767
22851
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXScrollCorner, 0);
22768
22852
  _v = SWIG_CheckState(res);
@@ -25323,7 +25407,7 @@ _wrap_FXComboBox_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
25323
25407
  FXRegion *arg2 = 0 ;
25324
25408
  void *argp1 = 0 ;
25325
25409
  int res1 = 0 ;
25326
- void *argp2 ;
25410
+ void *argp2 = 0 ;
25327
25411
  int res2 = 0 ;
25328
25412
 
25329
25413
  if ((argc < 1) || (argc > 1)) {
@@ -25419,7 +25503,7 @@ SWIGINTERN VALUE _wrap_FXComboBox_setShape(int nargs, VALUE *args, VALUE self) {
25419
25503
  argv[ii] = args[ii-1];
25420
25504
  }
25421
25505
  if (argc == 2) {
25422
- int _v;
25506
+ int _v = 0;
25423
25507
  void *vptr = 0;
25424
25508
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComboBox, 0);
25425
25509
  _v = SWIG_CheckState(res);
@@ -25433,7 +25517,7 @@ SWIGINTERN VALUE _wrap_FXComboBox_setShape(int nargs, VALUE *args, VALUE self) {
25433
25517
  }
25434
25518
  }
25435
25519
  if (argc == 2) {
25436
- int _v;
25520
+ int _v = 0;
25437
25521
  void *vptr = 0;
25438
25522
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComboBox, 0);
25439
25523
  _v = SWIG_CheckState(res);
@@ -25447,7 +25531,7 @@ SWIGINTERN VALUE _wrap_FXComboBox_setShape(int nargs, VALUE *args, VALUE self) {
25447
25531
  }
25448
25532
  }
25449
25533
  if (argc == 2) {
25450
- int _v;
25534
+ int _v = 0;
25451
25535
  void *vptr = 0;
25452
25536
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXComboBox, 0);
25453
25537
  _v = SWIG_CheckState(res);
@@ -27938,7 +28022,7 @@ _wrap_FXListBox_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
27938
28022
  FXRegion *arg2 = 0 ;
27939
28023
  void *argp1 = 0 ;
27940
28024
  int res1 = 0 ;
27941
- void *argp2 ;
28025
+ void *argp2 = 0 ;
27942
28026
  int res2 = 0 ;
27943
28027
 
27944
28028
  if ((argc < 1) || (argc > 1)) {
@@ -28034,7 +28118,7 @@ SWIGINTERN VALUE _wrap_FXListBox_setShape(int nargs, VALUE *args, VALUE self) {
28034
28118
  argv[ii] = args[ii-1];
28035
28119
  }
28036
28120
  if (argc == 2) {
28037
- int _v;
28121
+ int _v = 0;
28038
28122
  void *vptr = 0;
28039
28123
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXListBox, 0);
28040
28124
  _v = SWIG_CheckState(res);
@@ -28048,7 +28132,7 @@ SWIGINTERN VALUE _wrap_FXListBox_setShape(int nargs, VALUE *args, VALUE self) {
28048
28132
  }
28049
28133
  }
28050
28134
  if (argc == 2) {
28051
- int _v;
28135
+ int _v = 0;
28052
28136
  void *vptr = 0;
28053
28137
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXListBox, 0);
28054
28138
  _v = SWIG_CheckState(res);
@@ -28062,7 +28146,7 @@ SWIGINTERN VALUE _wrap_FXListBox_setShape(int nargs, VALUE *args, VALUE self) {
28062
28146
  }
28063
28147
  }
28064
28148
  if (argc == 2) {
28065
- int _v;
28149
+ int _v = 0;
28066
28150
  void *vptr = 0;
28067
28151
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXListBox, 0);
28068
28152
  _v = SWIG_CheckState(res);
@@ -28857,7 +28941,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_insertItem(int nargs, VALUE *args, VALUE se
28857
28941
  argv[ii] = args[ii-1];
28858
28942
  }
28859
28943
  if (argc == 4) {
28860
- int _v;
28944
+ int _v = 0;
28861
28945
  void *vptr = 0;
28862
28946
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
28863
28947
  _v = SWIG_CheckState(res);
@@ -28881,7 +28965,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_insertItem(int nargs, VALUE *args, VALUE se
28881
28965
  }
28882
28966
  }
28883
28967
  if ((argc >= 4) && (argc <= 7)) {
28884
- int _v;
28968
+ int _v = 0;
28885
28969
  void *vptr = 0;
28886
28970
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
28887
28971
  _v = SWIG_CheckState(res);
@@ -29055,7 +29139,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_appendItem(int nargs, VALUE *args, VALUE se
29055
29139
  argv[ii] = args[ii-1];
29056
29140
  }
29057
29141
  if (argc == 3) {
29058
- int _v;
29142
+ int _v = 0;
29059
29143
  void *vptr = 0;
29060
29144
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
29061
29145
  _v = SWIG_CheckState(res);
@@ -29074,7 +29158,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_appendItem(int nargs, VALUE *args, VALUE se
29074
29158
  }
29075
29159
  }
29076
29160
  if ((argc >= 3) && (argc <= 6)) {
29077
- int _v;
29161
+ int _v = 0;
29078
29162
  void *vptr = 0;
29079
29163
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
29080
29164
  _v = SWIG_CheckState(res);
@@ -29243,7 +29327,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_prependItem(int nargs, VALUE *args, VALUE s
29243
29327
  argv[ii] = args[ii-1];
29244
29328
  }
29245
29329
  if (argc == 3) {
29246
- int _v;
29330
+ int _v = 0;
29247
29331
  void *vptr = 0;
29248
29332
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
29249
29333
  _v = SWIG_CheckState(res);
@@ -29262,7 +29346,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_prependItem(int nargs, VALUE *args, VALUE s
29262
29346
  }
29263
29347
  }
29264
29348
  if ((argc >= 3) && (argc <= 6)) {
29265
- int _v;
29349
+ int _v = 0;
29266
29350
  void *vptr = 0;
29267
29351
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
29268
29352
  _v = SWIG_CheckState(res);
@@ -31046,7 +31130,7 @@ _wrap_FXTreeListBox_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
31046
31130
  FXRegion *arg2 = 0 ;
31047
31131
  void *argp1 = 0 ;
31048
31132
  int res1 = 0 ;
31049
- void *argp2 ;
31133
+ void *argp2 = 0 ;
31050
31134
  int res2 = 0 ;
31051
31135
 
31052
31136
  if ((argc < 1) || (argc > 1)) {
@@ -31142,7 +31226,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_setShape(int nargs, VALUE *args, VALUE self
31142
31226
  argv[ii] = args[ii-1];
31143
31227
  }
31144
31228
  if (argc == 2) {
31145
- int _v;
31229
+ int _v = 0;
31146
31230
  void *vptr = 0;
31147
31231
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
31148
31232
  _v = SWIG_CheckState(res);
@@ -31156,7 +31240,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_setShape(int nargs, VALUE *args, VALUE self
31156
31240
  }
31157
31241
  }
31158
31242
  if (argc == 2) {
31159
- int _v;
31243
+ int _v = 0;
31160
31244
  void *vptr = 0;
31161
31245
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
31162
31246
  _v = SWIG_CheckState(res);
@@ -31170,7 +31254,7 @@ SWIGINTERN VALUE _wrap_FXTreeListBox_setShape(int nargs, VALUE *args, VALUE self
31170
31254
  }
31171
31255
  }
31172
31256
  if (argc == 2) {
31173
- int _v;
31257
+ int _v = 0;
31174
31258
  void *vptr = 0;
31175
31259
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXTreeListBox, 0);
31176
31260
  _v = SWIG_CheckState(res);
@@ -32397,7 +32481,7 @@ _wrap_FXImageView_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
32397
32481
  FXRegion *arg2 = 0 ;
32398
32482
  void *argp1 = 0 ;
32399
32483
  int res1 = 0 ;
32400
- void *argp2 ;
32484
+ void *argp2 = 0 ;
32401
32485
  int res2 = 0 ;
32402
32486
 
32403
32487
  if ((argc < 1) || (argc > 1)) {
@@ -32493,7 +32577,7 @@ SWIGINTERN VALUE _wrap_FXImageView_setShape(int nargs, VALUE *args, VALUE self)
32493
32577
  argv[ii] = args[ii-1];
32494
32578
  }
32495
32579
  if (argc == 2) {
32496
- int _v;
32580
+ int _v = 0;
32497
32581
  void *vptr = 0;
32498
32582
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXImageView, 0);
32499
32583
  _v = SWIG_CheckState(res);
@@ -32507,7 +32591,7 @@ SWIGINTERN VALUE _wrap_FXImageView_setShape(int nargs, VALUE *args, VALUE self)
32507
32591
  }
32508
32592
  }
32509
32593
  if (argc == 2) {
32510
- int _v;
32594
+ int _v = 0;
32511
32595
  void *vptr = 0;
32512
32596
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXImageView, 0);
32513
32597
  _v = SWIG_CheckState(res);
@@ -32521,7 +32605,7 @@ SWIGINTERN VALUE _wrap_FXImageView_setShape(int nargs, VALUE *args, VALUE self)
32521
32605
  }
32522
32606
  }
32523
32607
  if (argc == 2) {
32524
- int _v;
32608
+ int _v = 0;
32525
32609
  void *vptr = 0;
32526
32610
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXImageView, 0);
32527
32611
  _v = SWIG_CheckState(res);
@@ -32698,7 +32782,7 @@ SWIGINTERN VALUE _wrap_FXImageView_position(int nargs, VALUE *args, VALUE self)
32698
32782
  argv[ii] = args[ii-1];
32699
32783
  }
32700
32784
  if (argc == 1) {
32701
- int _v;
32785
+ int _v = 0;
32702
32786
  void *vptr = 0;
32703
32787
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXImageView, 0);
32704
32788
  _v = SWIG_CheckState(res);
@@ -32707,7 +32791,7 @@ SWIGINTERN VALUE _wrap_FXImageView_position(int nargs, VALUE *args, VALUE self)
32707
32791
  }
32708
32792
  }
32709
32793
  if (argc == 5) {
32710
- int _v;
32794
+ int _v = 0;
32711
32795
  void *vptr = 0;
32712
32796
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXImageView, 0);
32713
32797
  _v = SWIG_CheckState(res);
@@ -33841,7 +33925,7 @@ _wrap_FXDragCorner_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
33841
33925
  FXRegion *arg2 = 0 ;
33842
33926
  void *argp1 = 0 ;
33843
33927
  int res1 = 0 ;
33844
- void *argp2 ;
33928
+ void *argp2 = 0 ;
33845
33929
  int res2 = 0 ;
33846
33930
 
33847
33931
  if ((argc < 1) || (argc > 1)) {
@@ -33937,7 +34021,7 @@ SWIGINTERN VALUE _wrap_FXDragCorner_setShape(int nargs, VALUE *args, VALUE self)
33937
34021
  argv[ii] = args[ii-1];
33938
34022
  }
33939
34023
  if (argc == 2) {
33940
- int _v;
34024
+ int _v = 0;
33941
34025
  void *vptr = 0;
33942
34026
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDragCorner, 0);
33943
34027
  _v = SWIG_CheckState(res);
@@ -33951,7 +34035,7 @@ SWIGINTERN VALUE _wrap_FXDragCorner_setShape(int nargs, VALUE *args, VALUE self)
33951
34035
  }
33952
34036
  }
33953
34037
  if (argc == 2) {
33954
- int _v;
34038
+ int _v = 0;
33955
34039
  void *vptr = 0;
33956
34040
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDragCorner, 0);
33957
34041
  _v = SWIG_CheckState(res);
@@ -33965,7 +34049,7 @@ SWIGINTERN VALUE _wrap_FXDragCorner_setShape(int nargs, VALUE *args, VALUE self)
33965
34049
  }
33966
34050
  }
33967
34051
  if (argc == 2) {
33968
- int _v;
34052
+ int _v = 0;
33969
34053
  void *vptr = 0;
33970
34054
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDragCorner, 0);
33971
34055
  _v = SWIG_CheckState(res);
@@ -35206,7 +35290,7 @@ _wrap_FXDirBox_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
35206
35290
  FXRegion *arg2 = 0 ;
35207
35291
  void *argp1 = 0 ;
35208
35292
  int res1 = 0 ;
35209
- void *argp2 ;
35293
+ void *argp2 = 0 ;
35210
35294
  int res2 = 0 ;
35211
35295
 
35212
35296
  if ((argc < 1) || (argc > 1)) {
@@ -35302,7 +35386,7 @@ SWIGINTERN VALUE _wrap_FXDirBox_setShape(int nargs, VALUE *args, VALUE self) {
35302
35386
  argv[ii] = args[ii-1];
35303
35387
  }
35304
35388
  if (argc == 2) {
35305
- int _v;
35389
+ int _v = 0;
35306
35390
  void *vptr = 0;
35307
35391
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDirBox, 0);
35308
35392
  _v = SWIG_CheckState(res);
@@ -35316,7 +35400,7 @@ SWIGINTERN VALUE _wrap_FXDirBox_setShape(int nargs, VALUE *args, VALUE self) {
35316
35400
  }
35317
35401
  }
35318
35402
  if (argc == 2) {
35319
- int _v;
35403
+ int _v = 0;
35320
35404
  void *vptr = 0;
35321
35405
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDirBox, 0);
35322
35406
  _v = SWIG_CheckState(res);
@@ -35330,7 +35414,7 @@ SWIGINTERN VALUE _wrap_FXDirBox_setShape(int nargs, VALUE *args, VALUE self) {
35330
35414
  }
35331
35415
  }
35332
35416
  if (argc == 2) {
35333
- int _v;
35417
+ int _v = 0;
35334
35418
  void *vptr = 0;
35335
35419
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDirBox, 0);
35336
35420
  _v = SWIG_CheckState(res);
@@ -36607,7 +36691,7 @@ _wrap_FXDriveBox_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
36607
36691
  FXRegion *arg2 = 0 ;
36608
36692
  void *argp1 = 0 ;
36609
36693
  int res1 = 0 ;
36610
- void *argp2 ;
36694
+ void *argp2 = 0 ;
36611
36695
  int res2 = 0 ;
36612
36696
 
36613
36697
  if ((argc < 1) || (argc > 1)) {
@@ -36703,7 +36787,7 @@ SWIGINTERN VALUE _wrap_FXDriveBox_setShape(int nargs, VALUE *args, VALUE self) {
36703
36787
  argv[ii] = args[ii-1];
36704
36788
  }
36705
36789
  if (argc == 2) {
36706
- int _v;
36790
+ int _v = 0;
36707
36791
  void *vptr = 0;
36708
36792
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDriveBox, 0);
36709
36793
  _v = SWIG_CheckState(res);
@@ -36717,7 +36801,7 @@ SWIGINTERN VALUE _wrap_FXDriveBox_setShape(int nargs, VALUE *args, VALUE self) {
36717
36801
  }
36718
36802
  }
36719
36803
  if (argc == 2) {
36720
- int _v;
36804
+ int _v = 0;
36721
36805
  void *vptr = 0;
36722
36806
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDriveBox, 0);
36723
36807
  _v = SWIG_CheckState(res);
@@ -36731,7 +36815,7 @@ SWIGINTERN VALUE _wrap_FXDriveBox_setShape(int nargs, VALUE *args, VALUE self) {
36731
36815
  }
36732
36816
  }
36733
36817
  if (argc == 2) {
36734
- int _v;
36818
+ int _v = 0;
36735
36819
  void *vptr = 0;
36736
36820
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDriveBox, 0);
36737
36821
  _v = SWIG_CheckState(res);
@@ -38529,7 +38613,7 @@ _wrap_FXDirSelector_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
38529
38613
  FXRegion *arg2 = 0 ;
38530
38614
  void *argp1 = 0 ;
38531
38615
  int res1 = 0 ;
38532
- void *argp2 ;
38616
+ void *argp2 = 0 ;
38533
38617
  int res2 = 0 ;
38534
38618
 
38535
38619
  if ((argc < 1) || (argc > 1)) {
@@ -38625,7 +38709,7 @@ SWIGINTERN VALUE _wrap_FXDirSelector_setShape(int nargs, VALUE *args, VALUE self
38625
38709
  argv[ii] = args[ii-1];
38626
38710
  }
38627
38711
  if (argc == 2) {
38628
- int _v;
38712
+ int _v = 0;
38629
38713
  void *vptr = 0;
38630
38714
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDirSelector, 0);
38631
38715
  _v = SWIG_CheckState(res);
@@ -38639,7 +38723,7 @@ SWIGINTERN VALUE _wrap_FXDirSelector_setShape(int nargs, VALUE *args, VALUE self
38639
38723
  }
38640
38724
  }
38641
38725
  if (argc == 2) {
38642
- int _v;
38726
+ int _v = 0;
38643
38727
  void *vptr = 0;
38644
38728
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDirSelector, 0);
38645
38729
  _v = SWIG_CheckState(res);
@@ -38653,7 +38737,7 @@ SWIGINTERN VALUE _wrap_FXDirSelector_setShape(int nargs, VALUE *args, VALUE self
38653
38737
  }
38654
38738
  }
38655
38739
  if (argc == 2) {
38656
- int _v;
38740
+ int _v = 0;
38657
38741
  void *vptr = 0;
38658
38742
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDirSelector, 0);
38659
38743
  _v = SWIG_CheckState(res);
@@ -41365,7 +41449,7 @@ _wrap_FXFileSelector_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
41365
41449
  FXRegion *arg2 = 0 ;
41366
41450
  void *argp1 = 0 ;
41367
41451
  int res1 = 0 ;
41368
- void *argp2 ;
41452
+ void *argp2 = 0 ;
41369
41453
  int res2 = 0 ;
41370
41454
 
41371
41455
  if ((argc < 1) || (argc > 1)) {
@@ -41461,7 +41545,7 @@ SWIGINTERN VALUE _wrap_FXFileSelector_setShape(int nargs, VALUE *args, VALUE sel
41461
41545
  argv[ii] = args[ii-1];
41462
41546
  }
41463
41547
  if (argc == 2) {
41464
- int _v;
41548
+ int _v = 0;
41465
41549
  void *vptr = 0;
41466
41550
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXFileSelector, 0);
41467
41551
  _v = SWIG_CheckState(res);
@@ -41475,7 +41559,7 @@ SWIGINTERN VALUE _wrap_FXFileSelector_setShape(int nargs, VALUE *args, VALUE sel
41475
41559
  }
41476
41560
  }
41477
41561
  if (argc == 2) {
41478
- int _v;
41562
+ int _v = 0;
41479
41563
  void *vptr = 0;
41480
41564
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXFileSelector, 0);
41481
41565
  _v = SWIG_CheckState(res);
@@ -41489,7 +41573,7 @@ SWIGINTERN VALUE _wrap_FXFileSelector_setShape(int nargs, VALUE *args, VALUE sel
41489
41573
  }
41490
41574
  }
41491
41575
  if (argc == 2) {
41492
- int _v;
41576
+ int _v = 0;
41493
41577
  void *vptr = 0;
41494
41578
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXFileSelector, 0);
41495
41579
  _v = SWIG_CheckState(res);
@@ -43553,7 +43637,7 @@ _wrap_FXColorSelector_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
43553
43637
  FXRegion *arg2 = 0 ;
43554
43638
  void *argp1 = 0 ;
43555
43639
  int res1 = 0 ;
43556
- void *argp2 ;
43640
+ void *argp2 = 0 ;
43557
43641
  int res2 = 0 ;
43558
43642
 
43559
43643
  if ((argc < 1) || (argc > 1)) {
@@ -43649,7 +43733,7 @@ SWIGINTERN VALUE _wrap_FXColorSelector_setShape(int nargs, VALUE *args, VALUE se
43649
43733
  argv[ii] = args[ii-1];
43650
43734
  }
43651
43735
  if (argc == 2) {
43652
- int _v;
43736
+ int _v = 0;
43653
43737
  void *vptr = 0;
43654
43738
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXColorSelector, 0);
43655
43739
  _v = SWIG_CheckState(res);
@@ -43663,7 +43747,7 @@ SWIGINTERN VALUE _wrap_FXColorSelector_setShape(int nargs, VALUE *args, VALUE se
43663
43747
  }
43664
43748
  }
43665
43749
  if (argc == 2) {
43666
- int _v;
43750
+ int _v = 0;
43667
43751
  void *vptr = 0;
43668
43752
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXColorSelector, 0);
43669
43753
  _v = SWIG_CheckState(res);
@@ -43677,7 +43761,7 @@ SWIGINTERN VALUE _wrap_FXColorSelector_setShape(int nargs, VALUE *args, VALUE se
43677
43761
  }
43678
43762
  }
43679
43763
  if (argc == 2) {
43680
- int _v;
43764
+ int _v = 0;
43681
43765
  void *vptr = 0;
43682
43766
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXColorSelector, 0);
43683
43767
  _v = SWIG_CheckState(res);
@@ -44442,7 +44526,7 @@ _wrap_FXFontSelector_setFontSelection(int argc, VALUE *argv, VALUE self) {
44442
44526
  FXFontDesc *arg2 = 0 ;
44443
44527
  void *argp1 = 0 ;
44444
44528
  int res1 = 0 ;
44445
- void *argp2 ;
44529
+ void *argp2 = 0 ;
44446
44530
  int res2 = 0 ;
44447
44531
 
44448
44532
  if ((argc < 1) || (argc > 1)) {
@@ -45303,7 +45387,7 @@ _wrap_FXFontSelector_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
45303
45387
  FXRegion *arg2 = 0 ;
45304
45388
  void *argp1 = 0 ;
45305
45389
  int res1 = 0 ;
45306
- void *argp2 ;
45390
+ void *argp2 = 0 ;
45307
45391
  int res2 = 0 ;
45308
45392
 
45309
45393
  if ((argc < 1) || (argc > 1)) {
@@ -45399,7 +45483,7 @@ SWIGINTERN VALUE _wrap_FXFontSelector_setShape(int nargs, VALUE *args, VALUE sel
45399
45483
  argv[ii] = args[ii-1];
45400
45484
  }
45401
45485
  if (argc == 2) {
45402
- int _v;
45486
+ int _v = 0;
45403
45487
  void *vptr = 0;
45404
45488
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXFontSelector, 0);
45405
45489
  _v = SWIG_CheckState(res);
@@ -45413,7 +45497,7 @@ SWIGINTERN VALUE _wrap_FXFontSelector_setShape(int nargs, VALUE *args, VALUE sel
45413
45497
  }
45414
45498
  }
45415
45499
  if (argc == 2) {
45416
- int _v;
45500
+ int _v = 0;
45417
45501
  void *vptr = 0;
45418
45502
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXFontSelector, 0);
45419
45503
  _v = SWIG_CheckState(res);
@@ -45427,7 +45511,7 @@ SWIGINTERN VALUE _wrap_FXFontSelector_setShape(int nargs, VALUE *args, VALUE sel
45427
45511
  }
45428
45512
  }
45429
45513
  if (argc == 2) {
45430
- int _v;
45514
+ int _v = 0;
45431
45515
  void *vptr = 0;
45432
45516
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXFontSelector, 0);
45433
45517
  _v = SWIG_CheckState(res);
@@ -46818,7 +46902,7 @@ _wrap_FXDockHandler_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
46818
46902
  FXRegion *arg2 = 0 ;
46819
46903
  void *argp1 = 0 ;
46820
46904
  int res1 = 0 ;
46821
- void *argp2 ;
46905
+ void *argp2 = 0 ;
46822
46906
  int res2 = 0 ;
46823
46907
 
46824
46908
  if ((argc < 1) || (argc > 1)) {
@@ -46914,7 +46998,7 @@ SWIGINTERN VALUE _wrap_FXDockHandler_setShape(int nargs, VALUE *args, VALUE self
46914
46998
  argv[ii] = args[ii-1];
46915
46999
  }
46916
47000
  if (argc == 2) {
46917
- int _v;
47001
+ int _v = 0;
46918
47002
  void *vptr = 0;
46919
47003
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockHandler, 0);
46920
47004
  _v = SWIG_CheckState(res);
@@ -46928,7 +47012,7 @@ SWIGINTERN VALUE _wrap_FXDockHandler_setShape(int nargs, VALUE *args, VALUE self
46928
47012
  }
46929
47013
  }
46930
47014
  if (argc == 2) {
46931
- int _v;
47015
+ int _v = 0;
46932
47016
  void *vptr = 0;
46933
47017
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockHandler, 0);
46934
47018
  _v = SWIG_CheckState(res);
@@ -46942,7 +47026,7 @@ SWIGINTERN VALUE _wrap_FXDockHandler_setShape(int nargs, VALUE *args, VALUE self
46942
47026
  }
46943
47027
  }
46944
47028
  if (argc == 2) {
46945
- int _v;
47029
+ int _v = 0;
46946
47030
  void *vptr = 0;
46947
47031
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockHandler, 0);
46948
47032
  _v = SWIG_CheckState(res);
@@ -48252,7 +48336,7 @@ _wrap_FXDockTitle_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
48252
48336
  FXRegion *arg2 = 0 ;
48253
48337
  void *argp1 = 0 ;
48254
48338
  int res1 = 0 ;
48255
- void *argp2 ;
48339
+ void *argp2 = 0 ;
48256
48340
  int res2 = 0 ;
48257
48341
 
48258
48342
  if ((argc < 1) || (argc > 1)) {
@@ -48348,7 +48432,7 @@ SWIGINTERN VALUE _wrap_FXDockTitle_setShape(int nargs, VALUE *args, VALUE self)
48348
48432
  argv[ii] = args[ii-1];
48349
48433
  }
48350
48434
  if (argc == 2) {
48351
- int _v;
48435
+ int _v = 0;
48352
48436
  void *vptr = 0;
48353
48437
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockTitle, 0);
48354
48438
  _v = SWIG_CheckState(res);
@@ -48362,7 +48446,7 @@ SWIGINTERN VALUE _wrap_FXDockTitle_setShape(int nargs, VALUE *args, VALUE self)
48362
48446
  }
48363
48447
  }
48364
48448
  if (argc == 2) {
48365
- int _v;
48449
+ int _v = 0;
48366
48450
  void *vptr = 0;
48367
48451
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockTitle, 0);
48368
48452
  _v = SWIG_CheckState(res);
@@ -48376,7 +48460,7 @@ SWIGINTERN VALUE _wrap_FXDockTitle_setShape(int nargs, VALUE *args, VALUE self)
48376
48460
  }
48377
48461
  }
48378
48462
  if (argc == 2) {
48379
- int _v;
48463
+ int _v = 0;
48380
48464
  void *vptr = 0;
48381
48465
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXDockTitle, 0);
48382
48466
  _v = SWIG_CheckState(res);
@@ -49512,7 +49596,7 @@ _wrap_FXToolBarGrip_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
49512
49596
  FXRegion *arg2 = 0 ;
49513
49597
  void *argp1 = 0 ;
49514
49598
  int res1 = 0 ;
49515
- void *argp2 ;
49599
+ void *argp2 = 0 ;
49516
49600
  int res2 = 0 ;
49517
49601
 
49518
49602
  if ((argc < 1) || (argc > 1)) {
@@ -49608,7 +49692,7 @@ SWIGINTERN VALUE _wrap_FXToolBarGrip_setShape(int nargs, VALUE *args, VALUE self
49608
49692
  argv[ii] = args[ii-1];
49609
49693
  }
49610
49694
  if (argc == 2) {
49611
- int _v;
49695
+ int _v = 0;
49612
49696
  void *vptr = 0;
49613
49697
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarGrip, 0);
49614
49698
  _v = SWIG_CheckState(res);
@@ -49622,7 +49706,7 @@ SWIGINTERN VALUE _wrap_FXToolBarGrip_setShape(int nargs, VALUE *args, VALUE self
49622
49706
  }
49623
49707
  }
49624
49708
  if (argc == 2) {
49625
- int _v;
49709
+ int _v = 0;
49626
49710
  void *vptr = 0;
49627
49711
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarGrip, 0);
49628
49712
  _v = SWIG_CheckState(res);
@@ -49636,7 +49720,7 @@ SWIGINTERN VALUE _wrap_FXToolBarGrip_setShape(int nargs, VALUE *args, VALUE self
49636
49720
  }
49637
49721
  }
49638
49722
  if (argc == 2) {
49639
- int _v;
49723
+ int _v = 0;
49640
49724
  void *vptr = 0;
49641
49725
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarGrip, 0);
49642
49726
  _v = SWIG_CheckState(res);
@@ -50862,7 +50946,7 @@ _wrap_FXToolBarShell_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
50862
50946
  FXRegion *arg2 = 0 ;
50863
50947
  void *argp1 = 0 ;
50864
50948
  int res1 = 0 ;
50865
- void *argp2 ;
50949
+ void *argp2 = 0 ;
50866
50950
  int res2 = 0 ;
50867
50951
 
50868
50952
  if ((argc < 1) || (argc > 1)) {
@@ -50958,7 +51042,7 @@ SWIGINTERN VALUE _wrap_FXToolBarShell_setShape(int nargs, VALUE *args, VALUE sel
50958
51042
  argv[ii] = args[ii-1];
50959
51043
  }
50960
51044
  if (argc == 2) {
50961
- int _v;
51045
+ int _v = 0;
50962
51046
  void *vptr = 0;
50963
51047
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarShell, 0);
50964
51048
  _v = SWIG_CheckState(res);
@@ -50972,7 +51056,7 @@ SWIGINTERN VALUE _wrap_FXToolBarShell_setShape(int nargs, VALUE *args, VALUE sel
50972
51056
  }
50973
51057
  }
50974
51058
  if (argc == 2) {
50975
- int _v;
51059
+ int _v = 0;
50976
51060
  void *vptr = 0;
50977
51061
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarShell, 0);
50978
51062
  _v = SWIG_CheckState(res);
@@ -50986,7 +51070,7 @@ SWIGINTERN VALUE _wrap_FXToolBarShell_setShape(int nargs, VALUE *args, VALUE sel
50986
51070
  }
50987
51071
  }
50988
51072
  if (argc == 2) {
50989
- int _v;
51073
+ int _v = 0;
50990
51074
  void *vptr = 0;
50991
51075
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarShell, 0);
50992
51076
  _v = SWIG_CheckState(res);
@@ -51066,7 +51150,7 @@ SWIGINTERN VALUE _wrap_FXToolBarShell_show(int nargs, VALUE *args, VALUE self) {
51066
51150
  argv[ii] = args[ii-1];
51067
51151
  }
51068
51152
  if (argc == 1) {
51069
- int _v;
51153
+ int _v = 0;
51070
51154
  void *vptr = 0;
51071
51155
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarShell, 0);
51072
51156
  _v = SWIG_CheckState(res);
@@ -51075,7 +51159,7 @@ SWIGINTERN VALUE _wrap_FXToolBarShell_show(int nargs, VALUE *args, VALUE self) {
51075
51159
  }
51076
51160
  }
51077
51161
  if (argc == 2) {
51078
- int _v;
51162
+ int _v = 0;
51079
51163
  void *vptr = 0;
51080
51164
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXToolBarShell, 0);
51081
51165
  _v = SWIG_CheckState(res);
@@ -54033,7 +54117,7 @@ _wrap_FXRulerView_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
54033
54117
  FXRegion *arg2 = 0 ;
54034
54118
  void *argp1 = 0 ;
54035
54119
  int res1 = 0 ;
54036
- void *argp2 ;
54120
+ void *argp2 = 0 ;
54037
54121
  int res2 = 0 ;
54038
54122
 
54039
54123
  if ((argc < 1) || (argc > 1)) {
@@ -54129,7 +54213,7 @@ SWIGINTERN VALUE _wrap_FXRulerView_setShape(int nargs, VALUE *args, VALUE self)
54129
54213
  argv[ii] = args[ii-1];
54130
54214
  }
54131
54215
  if (argc == 2) {
54132
- int _v;
54216
+ int _v = 0;
54133
54217
  void *vptr = 0;
54134
54218
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRulerView, 0);
54135
54219
  _v = SWIG_CheckState(res);
@@ -54143,7 +54227,7 @@ SWIGINTERN VALUE _wrap_FXRulerView_setShape(int nargs, VALUE *args, VALUE self)
54143
54227
  }
54144
54228
  }
54145
54229
  if (argc == 2) {
54146
- int _v;
54230
+ int _v = 0;
54147
54231
  void *vptr = 0;
54148
54232
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRulerView, 0);
54149
54233
  _v = SWIG_CheckState(res);
@@ -54157,7 +54241,7 @@ SWIGINTERN VALUE _wrap_FXRulerView_setShape(int nargs, VALUE *args, VALUE self)
54157
54241
  }
54158
54242
  }
54159
54243
  if (argc == 2) {
54160
- int _v;
54244
+ int _v = 0;
54161
54245
  void *vptr = 0;
54162
54246
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRulerView, 0);
54163
54247
  _v = SWIG_CheckState(res);
@@ -54334,7 +54418,7 @@ SWIGINTERN VALUE _wrap_FXRulerView_position(int nargs, VALUE *args, VALUE self)
54334
54418
  argv[ii] = args[ii-1];
54335
54419
  }
54336
54420
  if (argc == 1) {
54337
- int _v;
54421
+ int _v = 0;
54338
54422
  void *vptr = 0;
54339
54423
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRulerView, 0);
54340
54424
  _v = SWIG_CheckState(res);
@@ -54343,7 +54427,7 @@ SWIGINTERN VALUE _wrap_FXRulerView_position(int nargs, VALUE *args, VALUE self)
54343
54427
  }
54344
54428
  }
54345
54429
  if (argc == 5) {
54346
- int _v;
54430
+ int _v = 0;
54347
54431
  void *vptr = 0;
54348
54432
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRulerView, 0);
54349
54433
  _v = SWIG_CheckState(res);
@@ -54384,1280 +54468,1280 @@ fail:
54384
54468
 
54385
54469
  /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
54386
54470
 
54387
- static void *_p_FXDriveBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54388
- return (void *)((FXComposite *) (FXPacker *)(FXListBox *) ((FXDriveBox *) x));
54389
- }
54390
- static void *_p_FXToolBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54391
- return (void *)((FXComposite *) (FXPacker *)(FXDockBar *) ((FXToolBar *) x));
54392
- }
54393
- static void *_p_FXToolTipTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54394
- return (void *)((FXComposite *) (FXShell *) ((FXToolTip *) x));
54395
- }
54396
- static void *_p_FXTabBookTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54397
- return (void *)((FXComposite *) (FXPacker *)(FXTabBar *) ((FXTabBook *) x));
54398
- }
54399
- static void *_p_FXGroupBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54400
- return (void *)((FXComposite *) (FXPacker *) ((FXGroupBox *) x));
54471
+ static void *_p_FX4SplitterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54472
+ return (void *)((FXComposite *) ((FX4Splitter *) x));
54401
54473
  }
54402
- static void *_p_FXShellTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54403
- return (void *)((FXComposite *) ((FXShell *) x));
54474
+ static void *_p_FXColorSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54475
+ return (void *)((FXComposite *) (FXPacker *) ((FXColorSelector *) x));
54404
54476
  }
54405
- static void *_p_FXStatusBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54406
- return (void *)((FXComposite *) (FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
54477
+ static void *_p_FXComboBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54478
+ return (void *)((FXComposite *) (FXPacker *) ((FXComboBox *) x));
54407
54479
  }
54408
- static void *_p_FXScrollAreaTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54409
- return (void *)((FXComposite *) ((FXScrollArea *) x));
54480
+ static void *_p_FXDirBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54481
+ return (void *)((FXComposite *) (FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
54410
54482
  }
54411
- static void *_p_FXPopupTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54412
- return (void *)((FXComposite *) (FXShell *) ((FXPopup *) x));
54483
+ static void *_p_FXDirSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54484
+ return (void *)((FXComposite *) (FXPacker *) ((FXDirSelector *) x));
54413
54485
  }
54414
- static void *_p_FXScrollWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54415
- return (void *)((FXComposite *) (FXScrollArea *) ((FXScrollWindow *) x));
54486
+ static void *_p_FXDockBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54487
+ return (void *)((FXComposite *) (FXPacker *) ((FXDockBar *) x));
54416
54488
  }
54417
- static void *_p_FXRootWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54418
- return (void *)((FXComposite *) ((FXRootWindow *) x));
54489
+ static void *_p_FXDockSiteTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54490
+ return (void *)((FXComposite *) (FXPacker *) ((FXDockSite *) x));
54419
54491
  }
54420
- static void *_p_FXTopWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54421
- return (void *)((FXComposite *) (FXShell *) ((FXTopWindow *) x));
54492
+ static void *_p_FXDriveBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54493
+ return (void *)((FXComposite *) (FXPacker *)(FXListBox *) ((FXDriveBox *) x));
54422
54494
  }
54423
- static void *_p_FXMainWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54424
- return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
54495
+ static void *_p_FXFileSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54496
+ return (void *)((FXComposite *) (FXPacker *) ((FXFileSelector *) x));
54425
54497
  }
54426
- static void *_p_FXSplashWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54427
- return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
54498
+ static void *_p_FXFontSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54499
+ return (void *)((FXComposite *) (FXPacker *) ((FXFontSelector *) x));
54428
54500
  }
54429
- static void *_p_FXComboBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54430
- return (void *)((FXComposite *) (FXPacker *) ((FXComboBox *) x));
54501
+ static void *_p_FXGroupBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54502
+ return (void *)((FXComposite *) (FXPacker *) ((FXGroupBox *) x));
54431
54503
  }
54432
54504
  static void *_p_FXHorizontalFrameTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54433
54505
  return (void *)((FXComposite *) (FXPacker *) ((FXHorizontalFrame *) x));
54434
54506
  }
54435
- static void *_p_FXVerticalFrameTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54436
- return (void *)((FXComposite *) (FXPacker *) ((FXVerticalFrame *) x));
54437
- }
54438
- static void *_p_FX4SplitterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54439
- return (void *)((FXComposite *) ((FX4Splitter *) x));
54507
+ static void *_p_FXImageViewTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54508
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXImageView *) x));
54440
54509
  }
54441
- static void *_p_FXSplitterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54442
- return (void *)((FXComposite *) ((FXSplitter *) x));
54510
+ static void *_p_FXListBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54511
+ return (void *)((FXComposite *) (FXPacker *) ((FXListBox *) x));
54443
54512
  }
54444
- static void *_p_FXRealSpinnerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54445
- return (void *)((FXComposite *) (FXPacker *) ((FXRealSpinner *) x));
54513
+ static void *_p_FXMainWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54514
+ return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
54446
54515
  }
54447
- static void *_p_FXSpinnerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54448
- return (void *)((FXComposite *) (FXPacker *) ((FXSpinner *) x));
54516
+ static void *_p_FXMatrixTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54517
+ return (void *)((FXComposite *) (FXPacker *) ((FXMatrix *) x));
54449
54518
  }
54450
54519
  static void *_p_FXPackerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54451
54520
  return (void *)((FXComposite *) ((FXPacker *) x));
54452
54521
  }
54453
- static void *_p_FXDirBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54454
- return (void *)((FXComposite *) (FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
54522
+ static void *_p_FXPopupTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54523
+ return (void *)((FXComposite *) (FXShell *) ((FXPopup *) x));
54455
54524
  }
54456
- static void *_p_FXSwitcherTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54457
- return (void *)((FXComposite *) (FXPacker *) ((FXSwitcher *) x));
54525
+ static void *_p_FXRealSpinnerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54526
+ return (void *)((FXComposite *) (FXPacker *) ((FXRealSpinner *) x));
54458
54527
  }
54459
- static void *_p_FXDirSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54460
- return (void *)((FXComposite *) (FXPacker *) ((FXDirSelector *) x));
54528
+ static void *_p_FXRootWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54529
+ return (void *)((FXComposite *) ((FXRootWindow *) x));
54461
54530
  }
54462
- static void *_p_FXFileSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54463
- return (void *)((FXComposite *) (FXPacker *) ((FXFileSelector *) x));
54531
+ static void *_p_FXRulerViewTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54532
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXRulerView *) x));
54464
54533
  }
54465
- static void *_p_FXColorSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54466
- return (void *)((FXComposite *) (FXPacker *) ((FXColorSelector *) x));
54534
+ static void *_p_FXScrollAreaTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54535
+ return (void *)((FXComposite *) ((FXScrollArea *) x));
54467
54536
  }
54468
- static void *_p_FXFontSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54469
- return (void *)((FXComposite *) (FXPacker *) ((FXFontSelector *) x));
54537
+ static void *_p_FXScrollWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54538
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXScrollWindow *) x));
54539
+ }
54540
+ static void *_p_FXShellTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54541
+ return (void *)((FXComposite *) ((FXShell *) x));
54470
54542
  }
54471
54543
  static void *_p_FXShutterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54472
54544
  return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
54473
54545
  }
54474
- static void *_p_FXDockSiteTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54475
- return (void *)((FXComposite *) (FXPacker *) ((FXDockSite *) x));
54546
+ static void *_p_FXShutterItemTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54547
+ return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
54476
54548
  }
54477
- static void *_p_FXRulerViewTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54478
- return (void *)((FXComposite *) (FXScrollArea *) ((FXRulerView *) x));
54549
+ static void *_p_FXSpinnerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54550
+ return (void *)((FXComposite *) (FXPacker *) ((FXSpinner *) x));
54479
54551
  }
54480
- static void *_p_FXTreeListBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54481
- return (void *)((FXComposite *) (FXPacker *) ((FXTreeListBox *) x));
54552
+ static void *_p_FXSplashWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54553
+ return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
54482
54554
  }
54483
- static void *_p_FXListBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54484
- return (void *)((FXComposite *) (FXPacker *) ((FXListBox *) x));
54555
+ static void *_p_FXSplitterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54556
+ return (void *)((FXComposite *) ((FXSplitter *) x));
54485
54557
  }
54486
- static void *_p_FXMatrixTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54487
- return (void *)((FXComposite *) (FXPacker *) ((FXMatrix *) x));
54558
+ static void *_p_FXSpringTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54559
+ return (void *)((FXComposite *) (FXPacker *) ((FXSpring *) x));
54488
54560
  }
54489
- static void *_p_FXShutterItemTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54490
- return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
54561
+ static void *_p_FXStatusBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54562
+ return (void *)((FXComposite *) (FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
54491
54563
  }
54492
- static void *_p_FXDockBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54493
- return (void *)((FXComposite *) (FXPacker *) ((FXDockBar *) x));
54564
+ static void *_p_FXSwitcherTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54565
+ return (void *)((FXComposite *) (FXPacker *) ((FXSwitcher *) x));
54494
54566
  }
54495
54567
  static void *_p_FXTabBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54496
54568
  return (void *)((FXComposite *) (FXPacker *) ((FXTabBar *) x));
54497
54569
  }
54498
- static void *_p_FXImageViewTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54499
- return (void *)((FXComposite *) (FXScrollArea *) ((FXImageView *) x));
54570
+ static void *_p_FXTabBookTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54571
+ return (void *)((FXComposite *) (FXPacker *)(FXTabBar *) ((FXTabBook *) x));
54500
54572
  }
54501
- static void *_p_FXSpringTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54502
- return (void *)((FXComposite *) (FXPacker *) ((FXSpring *) x));
54573
+ static void *_p_FXToolBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54574
+ return (void *)((FXComposite *) (FXPacker *)(FXDockBar *) ((FXToolBar *) x));
54503
54575
  }
54504
54576
  static void *_p_FXToolBarShellTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54505
54577
  return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
54506
54578
  }
54507
- static void *_p_FXPopupTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54508
- return (void *)((FXShell *) ((FXPopup *) x));
54509
- }
54510
- static void *_p_FXTopWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54511
- return (void *)((FXShell *) ((FXTopWindow *) x));
54579
+ static void *_p_FXToolTipTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54580
+ return (void *)((FXComposite *) (FXShell *) ((FXToolTip *) x));
54512
54581
  }
54513
- static void *_p_FXMainWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54514
- return (void *)((FXShell *) (FXTopWindow *) ((FXMainWindow *) x));
54582
+ static void *_p_FXTopWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54583
+ return (void *)((FXComposite *) (FXShell *) ((FXTopWindow *) x));
54515
54584
  }
54516
- static void *_p_FXSplashWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54517
- return (void *)((FXShell *) (FXTopWindow *) ((FXSplashWindow *) x));
54585
+ static void *_p_FXTreeListBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54586
+ return (void *)((FXComposite *) (FXPacker *) ((FXTreeListBox *) x));
54518
54587
  }
54519
- static void *_p_FXToolTipTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54520
- return (void *)((FXShell *) ((FXToolTip *) x));
54588
+ static void *_p_FXVerticalFrameTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54589
+ return (void *)((FXComposite *) (FXPacker *) ((FXVerticalFrame *) x));
54521
54590
  }
54522
- static void *_p_FXToolBarShellTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54523
- return (void *)((FXShell *) (FXTopWindow *) ((FXToolBarShell *) x));
54591
+ static void *_p_FXToolBarTo_p_FXDockBar(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54592
+ return (void *)((FXDockBar *) ((FXToolBar *) x));
54524
54593
  }
54525
- static void *_p_FXScrollWindowTo_p_FXScrollArea(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54526
- return (void *)((FXScrollArea *) ((FXScrollWindow *) x));
54594
+ static void *_p_FXDockTitleTo_p_FXDockHandler(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54595
+ return (void *)((FXDockHandler *) ((FXDockTitle *) x));
54527
54596
  }
54528
- static void *_p_FXImageViewTo_p_FXScrollArea(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54529
- return (void *)((FXScrollArea *) ((FXImageView *) x));
54597
+ static void *_p_FXToolBarGripTo_p_FXDockHandler(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54598
+ return (void *)((FXDockHandler *) ((FXToolBarGrip *) x));
54530
54599
  }
54531
- static void *_p_FXRulerViewTo_p_FXScrollArea(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54532
- return (void *)((FXScrollArea *) ((FXRulerView *) x));
54600
+ static void *_p_FX4SplitterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54601
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FX4Splitter *) x));
54533
54602
  }
54534
- static void *_p_FXMainWindowTo_p_FXTopWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54535
- return (void *)((FXTopWindow *) ((FXMainWindow *) x));
54603
+ static void *_p_FX7SegmentTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54604
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FX7Segment *) x));
54536
54605
  }
54537
- static void *_p_FXSplashWindowTo_p_FXTopWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54538
- return (void *)((FXTopWindow *) ((FXSplashWindow *) x));
54606
+ static void *_p_FXArrowButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54607
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXArrowButton *) x));
54539
54608
  }
54540
- static void *_p_FXToolBarShellTo_p_FXTopWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54541
- return (void *)((FXTopWindow *) ((FXToolBarShell *) x));
54609
+ static void *_p_FXBitmapFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54610
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
54542
54611
  }
54543
- static void *_p_FXDriveBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54544
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
54612
+ static void *_p_FXCanvasTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54613
+ return (void *)((FXDrawable *) (FXWindow *) ((FXCanvas *) x));
54545
54614
  }
54546
- static void *_p_FXToolBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54547
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
54615
+ static void *_p_FXColorBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54616
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorBar *) x));
54548
54617
  }
54549
- static void *_p_FXCompositeTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54550
- return (void *)((FXWindow *) ((FXComposite *) x));
54618
+ static void *_p_FXColorRingTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54619
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorRing *) x));
54551
54620
  }
54552
- static void *_p_FXToolTipTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54553
- return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXToolTip *) x));
54621
+ static void *_p_FXColorSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54622
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
54554
54623
  }
54555
- static void *_p_FXTextFieldTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54556
- return (void *)((FXWindow *) (FXFrame *) ((FXTextField *) x));
54624
+ static void *_p_FXColorWellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54625
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWell *) x));
54557
54626
  }
54558
- static void *_p_FXTabBookTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54559
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
54627
+ static void *_p_FXColorWheelTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54628
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWheel *) x));
54560
54629
  }
54561
- static void *_p_FXArrowButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54562
- return (void *)((FXWindow *) (FXFrame *) ((FXArrowButton *) x));
54630
+ static void *_p_FXComboBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54631
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
54563
54632
  }
54564
- static void *_p_FXGroupBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54565
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXGroupBox *) x));
54633
+ static void *_p_FXCompositeTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54634
+ return (void *)((FXDrawable *) (FXWindow *) ((FXComposite *) x));
54566
54635
  }
54567
- static void *_p_FXShellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54568
- return (void *)((FXWindow *) (FXComposite *) ((FXShell *) x));
54636
+ static void *_p_FXDialTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54637
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDial *) x));
54569
54638
  }
54570
- static void *_p_FXStatusBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54571
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
54639
+ static void *_p_FXDirBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54640
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
54572
54641
  }
54573
- static void *_p_FXScrollAreaTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54574
- return (void *)((FXWindow *) (FXComposite *) ((FXScrollArea *) x));
54642
+ static void *_p_FXDirSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54643
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
54575
54644
  }
54576
- static void *_p_FXPopupTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54577
- return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXPopup *) x));
54645
+ static void *_p_FXDockBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54646
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
54578
54647
  }
54579
- static void *_p_FXScrollWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54580
- return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
54648
+ static void *_p_FXDockHandlerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54649
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDockHandler *) x));
54581
54650
  }
54582
- static void *_p_FXRootWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54583
- return (void *)((FXWindow *) (FXComposite *) ((FXRootWindow *) x));
54651
+ static void *_p_FXDockSiteTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54652
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
54584
54653
  }
54585
- static void *_p_FXTopWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54586
- return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXTopWindow *) x));
54654
+ static void *_p_FXDockTitleTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54655
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
54587
54656
  }
54588
- static void *_p_FXMainWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54589
- return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
54657
+ static void *_p_FXDragCornerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54658
+ return (void *)((FXDrawable *) (FXWindow *) ((FXDragCorner *) x));
54590
54659
  }
54591
- static void *_p_FXSplashWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54592
- return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
54660
+ static void *_p_FXDriveBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54661
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
54593
54662
  }
54594
- static void *_p_FXRulerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54595
- return (void *)((FXWindow *) (FXFrame *) ((FXRuler *) x));
54663
+ static void *_p_FXFileSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54664
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
54596
54665
  }
54597
- static void *_p_FXCanvasTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54598
- return (void *)((FXWindow *) ((FXCanvas *) x));
54666
+ static void *_p_FXFontSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54667
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
54599
54668
  }
54600
- static void *_p_FXScrollCornerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54601
- return (void *)((FXWindow *) ((FXScrollCorner *) x));
54669
+ static void *_p_FXFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54670
+ return (void *)((FXDrawable *) (FXWindow *) ((FXFrame *) x));
54602
54671
  }
54603
- static void *_p_FXSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54604
- return (void *)((FXWindow *) (FXFrame *) ((FXSeparator *) x));
54672
+ static void *_p_FXGradientBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54673
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXGradientBar *) x));
54605
54674
  }
54606
- static void *_p_FXHorizontalSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54607
- return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
54675
+ static void *_p_FXGroupBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54676
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
54608
54677
  }
54609
- static void *_p_FXVerticalSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54610
- return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
54678
+ static void *_p_FXHeaderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54679
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXHeader *) x));
54611
54680
  }
54612
- static void *_p_FXStatusLineTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54613
- return (void *)((FXWindow *) (FXFrame *) ((FXStatusLine *) x));
54681
+ static void *_p_FXHorizontalFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54682
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
54614
54683
  }
54615
- static void *_p_FXComboBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54616
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXComboBox *) x));
54684
+ static void *_p_FXHorizontalSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54685
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
54617
54686
  }
54618
- static void *_p_FXKnobTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54619
- return (void *)((FXWindow *) (FXFrame *) ((FXKnob *) x));
54687
+ static void *_p_FXImageFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54688
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXImageFrame *) x));
54620
54689
  }
54621
- static void *_p_FXHorizontalFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54622
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
54690
+ static void *_p_FXImageViewTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54691
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
54623
54692
  }
54624
- static void *_p_FXVerticalFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54625
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
54693
+ static void *_p_FXKnobTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54694
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXKnob *) x));
54626
54695
  }
54627
- static void *_p_FX4SplitterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54628
- return (void *)((FXWindow *) (FXComposite *) ((FX4Splitter *) x));
54696
+ static void *_p_FXListBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54697
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
54629
54698
  }
54630
- static void *_p_FXSplitterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54631
- return (void *)((FXWindow *) (FXComposite *) ((FXSplitter *) x));
54699
+ static void *_p_FXMainWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54700
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
54632
54701
  }
54633
- static void *_p_FXPackerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54634
- return (void *)((FXWindow *) (FXComposite *) ((FXPacker *) x));
54702
+ static void *_p_FXMatrixTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54703
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
54635
54704
  }
54636
- static void *_p_FXSpinnerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54637
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpinner *) x));
54705
+ static void *_p_FXPackerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54706
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXPacker *) x));
54638
54707
  }
54639
- static void *_p_FXRealSpinnerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54640
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
54708
+ static void *_p_FXPopupTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54709
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
54641
54710
  }
54642
- static void *_p_FXScrollBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54643
- return (void *)((FXWindow *) ((FXScrollBar *) x));
54711
+ static void *_p_FXProgressBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54712
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXProgressBar *) x));
54644
54713
  }
54645
- static void *_p_FXColorWheelTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54646
- return (void *)((FXWindow *) (FXFrame *) ((FXColorWheel *) x));
54714
+ static void *_p_FXRealSliderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54715
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRealSlider *) x));
54647
54716
  }
54648
- static void *_p_FXBitmapFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54649
- return (void *)((FXWindow *) (FXFrame *) ((FXBitmapFrame *) x));
54717
+ static void *_p_FXRealSpinnerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54718
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
54650
54719
  }
54651
- static void *_p_FXGradientBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54652
- return (void *)((FXWindow *) (FXFrame *) ((FXGradientBar *) x));
54720
+ static void *_p_FXRootWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54721
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXRootWindow *) x));
54653
54722
  }
54654
- static void *_p_FXDirBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54655
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
54723
+ static void *_p_FXRulerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54724
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRuler *) x));
54656
54725
  }
54657
- static void *_p_FXDockHandlerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54658
- return (void *)((FXWindow *) (FXFrame *) ((FXDockHandler *) x));
54726
+ static void *_p_FXRulerViewTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54727
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
54659
54728
  }
54660
- static void *_p_FXToolBarGripTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54661
- return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
54729
+ static void *_p_FXScrollAreaTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54730
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXScrollArea *) x));
54662
54731
  }
54663
- static void *_p_FXImageFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54664
- return (void *)((FXWindow *) (FXFrame *) ((FXImageFrame *) x));
54732
+ static void *_p_FXScrollBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54733
+ return (void *)((FXDrawable *) (FXWindow *) ((FXScrollBar *) x));
54665
54734
  }
54666
- static void *_p_FXDragCornerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54667
- return (void *)((FXWindow *) ((FXDragCorner *) x));
54735
+ static void *_p_FXScrollCornerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54736
+ return (void *)((FXDrawable *) (FXWindow *) ((FXScrollCorner *) x));
54668
54737
  }
54669
- static void *_p_FXSwitcherTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54670
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSwitcher *) x));
54738
+ static void *_p_FXScrollWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54739
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
54671
54740
  }
54672
- static void *_p_FXDirSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54673
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDirSelector *) x));
54741
+ static void *_p_FXSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54742
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSeparator *) x));
54674
54743
  }
54675
- static void *_p_FXFileSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54676
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFileSelector *) x));
54744
+ static void *_p_FXShellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54745
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXShell *) x));
54677
54746
  }
54678
- static void *_p_FXColorSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54679
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXColorSelector *) x));
54747
+ static void *_p_FXShutterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54748
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
54680
54749
  }
54681
- static void *_p_FXFontSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54682
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFontSelector *) x));
54750
+ static void *_p_FXShutterItemTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54751
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
54683
54752
  }
54684
- static void *_p_FXShutterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54685
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
54753
+ static void *_p_FXSliderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54754
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSlider *) x));
54686
54755
  }
54687
- static void *_p_FXProgressBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54688
- return (void *)((FXWindow *) (FXFrame *) ((FXProgressBar *) x));
54756
+ static void *_p_FXSpinnerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54757
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
54689
54758
  }
54690
- static void *_p_FXDockSiteTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54691
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockSite *) x));
54759
+ static void *_p_FXSplashWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54760
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
54692
54761
  }
54693
- static void *_p_FXDockTitleTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54694
- return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
54762
+ static void *_p_FXSplitterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54763
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXSplitter *) x));
54695
54764
  }
54696
- static void *_p_FXRulerViewTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54697
- return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
54765
+ static void *_p_FXSpringTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54766
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
54698
54767
  }
54699
- static void *_p_FXListBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54700
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXListBox *) x));
54768
+ static void *_p_FXStatusBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54769
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
54701
54770
  }
54702
- static void *_p_FXTreeListBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54703
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
54771
+ static void *_p_FXStatusLineTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54772
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXStatusLine *) x));
54704
54773
  }
54705
- static void *_p_FXHeaderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54706
- return (void *)((FXWindow *) (FXFrame *) ((FXHeader *) x));
54774
+ static void *_p_FXSwitcherTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54775
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
54707
54776
  }
54708
- static void *_p_FXMatrixTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54709
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXMatrix *) x));
54777
+ static void *_p_FXTabBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54778
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
54710
54779
  }
54711
- static void *_p_FXColorWellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54712
- return (void *)((FXWindow *) (FXFrame *) ((FXColorWell *) x));
54780
+ static void *_p_FXTabBookTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54781
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
54713
54782
  }
54714
- static void *_p_FXShutterItemTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54715
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
54783
+ static void *_p_FXTextFieldTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54784
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXTextField *) x));
54716
54785
  }
54717
- static void *_p_FXDialTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54718
- return (void *)((FXWindow *) (FXFrame *) ((FXDial *) x));
54786
+ static void *_p_FXToolBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54787
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
54719
54788
  }
54720
- static void *_p_FXToolBarTabTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54721
- return (void *)((FXWindow *) (FXFrame *) ((FXToolBarTab *) x));
54789
+ static void *_p_FXToolBarGripTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54790
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
54722
54791
  }
54723
- static void *_p_FXDockBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54724
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockBar *) x));
54792
+ static void *_p_FXToolBarShellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54793
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
54725
54794
  }
54726
- static void *_p_FXFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54727
- return (void *)((FXWindow *) ((FXFrame *) x));
54795
+ static void *_p_FXToolBarTabTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54796
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
54728
54797
  }
54729
- static void *_p_FXTabBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54730
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTabBar *) x));
54798
+ static void *_p_FXToolTipTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54799
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
54731
54800
  }
54732
- static void *_p_FX7SegmentTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54733
- return (void *)((FXWindow *) (FXFrame *) ((FX7Segment *) x));
54801
+ static void *_p_FXTopWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54802
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
54734
54803
  }
54735
- static void *_p_FXImageViewTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54736
- return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXImageView *) x));
54804
+ static void *_p_FXTreeListBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54805
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
54737
54806
  }
54738
- static void *_p_FXSliderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54739
- return (void *)((FXWindow *) (FXFrame *) ((FXSlider *) x));
54807
+ static void *_p_FXVerticalFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54808
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
54740
54809
  }
54741
- static void *_p_FXRealSliderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54742
- return (void *)((FXWindow *) (FXFrame *) ((FXRealSlider *) x));
54810
+ static void *_p_FXVerticalSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54811
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
54743
54812
  }
54744
- static void *_p_FXSpringTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54745
- return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpring *) x));
54813
+ static void *_p_FXWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54814
+ return (void *)((FXDrawable *) ((FXWindow *) x));
54746
54815
  }
54747
- static void *_p_FXColorRingTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54748
- return (void *)((FXWindow *) (FXFrame *) ((FXColorRing *) x));
54816
+ static void *_p_FX7SegmentTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54817
+ return (void *)((FXFrame *) ((FX7Segment *) x));
54749
54818
  }
54750
- static void *_p_FXColorBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54751
- return (void *)((FXWindow *) (FXFrame *) ((FXColorBar *) x));
54819
+ static void *_p_FXArrowButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54820
+ return (void *)((FXFrame *) ((FXArrowButton *) x));
54752
54821
  }
54753
- static void *_p_FXToolBarShellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54754
- return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
54822
+ static void *_p_FXBitmapFrameTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54823
+ return (void *)((FXFrame *) ((FXBitmapFrame *) x));
54755
54824
  }
54756
- static void *_p_FXDocumentTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54757
- return (void *)((FXObject *) ((FXDocument *) x));
54825
+ static void *_p_FXColorBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54826
+ return (void *)((FXFrame *) ((FXColorBar *) x));
54758
54827
  }
54759
- static void *_p_FXGradientBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54760
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
54828
+ static void *_p_FXColorRingTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54829
+ return (void *)((FXFrame *) ((FXColorRing *) x));
54761
54830
  }
54762
- static void *_p_FXRegistryTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54763
- return (void *)((FXObject *) (FXDict *)(FXSettings *) ((FXRegistry *) x));
54831
+ static void *_p_FXColorWellTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54832
+ return (void *)((FXFrame *) ((FXColorWell *) x));
54764
54833
  }
54765
- static void *_p_FXHeaderItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54766
- return (void *)((FXObject *) ((FXHeaderItem *) x));
54834
+ static void *_p_FXColorWheelTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54835
+ return (void *)((FXFrame *) ((FXColorWheel *) x));
54767
54836
  }
54768
- static void *_p_FXShutterItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54769
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
54837
+ static void *_p_FXDialTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54838
+ return (void *)((FXFrame *) ((FXDial *) x));
54770
54839
  }
54771
- static void *_p_FXColorBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54772
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
54840
+ static void *_p_FXDockHandlerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54841
+ return (void *)((FXFrame *) ((FXDockHandler *) x));
54773
54842
  }
54774
- static void *_p_FXTabBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54775
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
54843
+ static void *_p_FXDockTitleTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54844
+ return (void *)((FXFrame *) (FXDockHandler *) ((FXDockTitle *) x));
54776
54845
  }
54777
- static void *_p_FXSwitcherTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54778
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
54846
+ static void *_p_FXGradientBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54847
+ return (void *)((FXFrame *) ((FXGradientBar *) x));
54779
54848
  }
54780
- static void *_p_FXTextFieldTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54781
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
54849
+ static void *_p_FXHeaderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54850
+ return (void *)((FXFrame *) ((FXHeader *) x));
54782
54851
  }
54783
- static void *_p_FXToolBarTabTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54784
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
54852
+ static void *_p_FXHorizontalSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54853
+ return (void *)((FXFrame *) (FXSeparator *) ((FXHorizontalSeparator *) x));
54785
54854
  }
54786
- static void *_p_FXDriveBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54787
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
54855
+ static void *_p_FXImageFrameTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54856
+ return (void *)((FXFrame *) ((FXImageFrame *) x));
54788
54857
  }
54789
- static void *_p_FXIconDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54790
- return (void *)((FXObject *) (FXDict *) ((FXIconDict *) x));
54858
+ static void *_p_FXKnobTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54859
+ return (void *)((FXFrame *) ((FXKnob *) x));
54791
54860
  }
54792
- static void *_p_FXMatrixTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54793
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
54861
+ static void *_p_FXProgressBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54862
+ return (void *)((FXFrame *) ((FXProgressBar *) x));
54794
54863
  }
54795
- static void *_p_FXFileDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54796
- return (void *)((FXObject *) (FXDict *) ((FXFileDict *) x));
54864
+ static void *_p_FXRealSliderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54865
+ return (void *)((FXFrame *) ((FXRealSlider *) x));
54797
54866
  }
54798
- static void *_p_FXRecentFilesTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54799
- return (void *)((FXObject *) ((FXRecentFiles *) x));
54867
+ static void *_p_FXRulerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54868
+ return (void *)((FXFrame *) ((FXRuler *) x));
54800
54869
  }
54801
- static void *_p_FXScrollCornerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54802
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
54870
+ static void *_p_FXSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54871
+ return (void *)((FXFrame *) ((FXSeparator *) x));
54803
54872
  }
54804
- static void *_p_FXArrowButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54805
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
54873
+ static void *_p_FXSliderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54874
+ return (void *)((FXFrame *) ((FXSlider *) x));
54806
54875
  }
54807
- static void *_p_FXPopupTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54808
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
54876
+ static void *_p_FXStatusLineTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54877
+ return (void *)((FXFrame *) ((FXStatusLine *) x));
54809
54878
  }
54810
- static void *_p_FXDrawableTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54811
- return (void *)((FXObject *) (FXId *) ((FXDrawable *) x));
54879
+ static void *_p_FXTextFieldTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54880
+ return (void *)((FXFrame *) ((FXTextField *) x));
54812
54881
  }
54813
- static void *_p_FXAppTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54814
- return (void *)((FXObject *) ((FXApp *) x));
54882
+ static void *_p_FXToolBarGripTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54883
+ return (void *)((FXFrame *) (FXDockHandler *) ((FXToolBarGrip *) x));
54815
54884
  }
54816
- static void *_p_FXHeaderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54817
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
54885
+ static void *_p_FXToolBarTabTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54886
+ return (void *)((FXFrame *) ((FXToolBarTab *) x));
54818
54887
  }
54819
- static void *_p_FXTranslatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54820
- return (void *)((FXObject *) ((FXTranslator *) x));
54888
+ static void *_p_FXVerticalSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54889
+ return (void *)((FXFrame *) (FXSeparator *) ((FXVerticalSeparator *) x));
54821
54890
  }
54822
- static void *_p_FX4SplitterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54823
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
54891
+ static void *_p_FX4SplitterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54892
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
54824
54893
  }
54825
- static void *_p_FXSplitterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54826
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
54894
+ static void *_p_FX7SegmentTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54895
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
54827
54896
  }
54828
- static void *_p_FXSpringTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54829
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
54897
+ static void *_p_FXArrowButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54898
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
54830
54899
  }
54831
- static void *_p_FXPackerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54832
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
54900
+ static void *_p_FXBitmapFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54901
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
54833
54902
  }
54834
- static void *_p_FXTabBookTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54835
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
54903
+ static void *_p_FXCURCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54904
+ return (void *)((FXId *) (FXCursor *) ((FXCURCursor *) x));
54836
54905
  }
54837
- static void *_p_FXImageFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54838
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
54906
+ static void *_p_FXCanvasTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54907
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXCanvas *) x));
54839
54908
  }
54840
- static void *_p_FXVerticalSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54841
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
54909
+ static void *_p_FXColorBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54910
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
54842
54911
  }
54843
- static void *_p_FXHorizontalSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54844
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
54912
+ static void *_p_FXColorRingTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54913
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
54845
54914
  }
54846
- static void *_p_FXSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54847
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
54915
+ static void *_p_FXColorSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54916
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
54848
54917
  }
54849
- static void *_p_FXIdTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54850
- return (void *)((FXObject *) ((FXId *) x));
54918
+ static void *_p_FXColorWellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54919
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
54851
54920
  }
54852
- static void *_p_FXProgressBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54853
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
54921
+ static void *_p_FXColorWheelTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54922
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
54854
54923
  }
54855
- static void *_p_FXShutterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54856
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
54924
+ static void *_p_FXComboBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54925
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
54857
54926
  }
54858
- static void *_p_FXToolTipTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54859
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
54927
+ static void *_p_FXCompositeTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54928
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXComposite *) x));
54860
54929
  }
54861
- static void *_p_FXCompositeTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54862
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXComposite *) x));
54930
+ static void *_p_FXCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54931
+ return (void *)((FXId *) ((FXCursor *) x));
54863
54932
  }
54864
- static void *_p_FXBitmapFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54865
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
54933
+ static void *_p_FXDialTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54934
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
54866
54935
  }
54867
- static void *_p_FXRealSliderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54868
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
54936
+ static void *_p_FXDirBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54937
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
54869
54938
  }
54870
- static void *_p_FXSliderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54871
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
54939
+ static void *_p_FXDirSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54940
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
54872
54941
  }
54873
- static void *_p_FXSettingsTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54874
- return (void *)((FXObject *) (FXDict *) ((FXSettings *) x));
54942
+ static void *_p_FXDockBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54943
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
54875
54944
  }
54876
- static void *_p_FXDockSiteTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54877
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
54945
+ static void *_p_FXDockHandlerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54946
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
54878
54947
  }
54879
- static void *_p_FXGroupBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54880
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
54948
+ static void *_p_FXDockSiteTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54949
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
54881
54950
  }
54882
- static void *_p_FXColorRingTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54883
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
54951
+ static void *_p_FXDockTitleTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54952
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
54884
54953
  }
54885
- static void *_p_FXDebugTargetTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54886
- return (void *)((FXObject *) ((FXDebugTarget *) x));
54954
+ static void *_p_FXDragCornerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54955
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
54887
54956
  }
54888
- static void *_p_FXDataTargetTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54889
- return (void *)((FXObject *) ((FXDataTarget *) x));
54957
+ static void *_p_FXDrawableTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54958
+ return (void *)((FXId *) ((FXDrawable *) x));
54890
54959
  }
54891
- static void *_p_FXDockHandlerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54892
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
54960
+ static void *_p_FXDriveBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54961
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
54893
54962
  }
54894
- static void *_p_FXCanvasTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54895
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXCanvas *) x));
54963
+ static void *_p_FXFileSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54964
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
54896
54965
  }
54897
- static void *_p_FXListBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54898
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
54966
+ static void *_p_FXFontTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54967
+ return (void *)((FXId *) ((FXFont *) x));
54899
54968
  }
54900
- static void *_p_FXTreeListBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54901
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
54969
+ static void *_p_FXFontSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54970
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
54902
54971
  }
54903
- static void *_p_FXColorWheelTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54904
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
54972
+ static void *_p_FXFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54973
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXFrame *) x));
54905
54974
  }
54906
- static void *_p_FXVisualTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54907
- return (void *)((FXObject *) (FXId *) ((FXVisual *) x));
54975
+ static void *_p_FXGIFCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54976
+ return (void *)((FXId *) (FXCursor *) ((FXGIFCursor *) x));
54908
54977
  }
54909
- static void *_p_FXScrollBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54910
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
54978
+ static void *_p_FXGradientBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54979
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
54911
54980
  }
54912
- static void *_p_FXToolBarGripTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54913
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
54981
+ static void *_p_FXGroupBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54982
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
54914
54983
  }
54915
- static void *_p_FXFontTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54916
- return (void *)((FXObject *) (FXId *) ((FXFont *) x));
54984
+ static void *_p_FXHeaderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54985
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
54917
54986
  }
54918
- static void *_p_FXComboBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54919
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
54987
+ static void *_p_FXHorizontalFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54988
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
54920
54989
  }
54921
- static void *_p_FXFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54922
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXFrame *) x));
54990
+ static void *_p_FXHorizontalSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54991
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
54923
54992
  }
54924
- static void *_p_FX7SegmentTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54925
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
54993
+ static void *_p_FXImageFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54994
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
54926
54995
  }
54927
- static void *_p_FXDockTitleTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54928
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
54996
+ static void *_p_FXImageViewTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54997
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
54929
54998
  }
54930
- static void *_p_FXStringDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54931
- return (void *)((FXObject *) (FXDict *) ((FXStringDict *) x));
54999
+ static void *_p_FXKnobTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55000
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
54932
55001
  }
54933
- static void *_p_FXStatusBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54934
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
55002
+ static void *_p_FXListBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55003
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
54935
55004
  }
54936
- static void *_p_FXDelegatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54937
- return (void *)((FXObject *) ((FXDelegator *) x));
55005
+ static void *_p_FXMainWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55006
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
54938
55007
  }
54939
- static void *_p_FXAccelTableTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54940
- return (void *)((FXObject *) ((FXAccelTable *) x));
55008
+ static void *_p_FXMatrixTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55009
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
54941
55010
  }
54942
- static void *_p_FXCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54943
- return (void *)((FXObject *) (FXId *) ((FXCursor *) x));
55011
+ static void *_p_FXPackerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55012
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
54944
55013
  }
54945
- static void *_p_FXCURCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54946
- return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXCURCursor *) x));
55014
+ static void *_p_FXPopupTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55015
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
54947
55016
  }
54948
- static void *_p_FXGIFCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54949
- return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXGIFCursor *) x));
55017
+ static void *_p_FXProgressBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55018
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
54950
55019
  }
54951
- static void *_p_FXKnobTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54952
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
55020
+ static void *_p_FXRealSliderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55021
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
54953
55022
  }
54954
- static void *_p_FXRealSpinnerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54955
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
55023
+ static void *_p_FXRealSpinnerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55024
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
54956
55025
  }
54957
- static void *_p_FXSpinnerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54958
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
55026
+ static void *_p_FXRootWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55027
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
54959
55028
  }
54960
- static void *_p_FXRulerViewTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54961
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
55029
+ static void *_p_FXRulerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55030
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
54962
55031
  }
54963
- static void *_p_FXStatusLineTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54964
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
55032
+ static void *_p_FXRulerViewTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55033
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
54965
55034
  }
54966
- static void *_p_FXScrollWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54967
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
55035
+ static void *_p_FXScrollAreaTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55036
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
54968
55037
  }
54969
- static void *_p_FXWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54970
- return (void *)((FXObject *) (FXId *)(FXDrawable *) ((FXWindow *) x));
55038
+ static void *_p_FXScrollBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55039
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
54971
55040
  }
54972
- static void *_p_FXRootWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54973
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
55041
+ static void *_p_FXScrollCornerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55042
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
54974
55043
  }
54975
- static void *_p_FXTopWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54976
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
55044
+ static void *_p_FXScrollWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55045
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
54977
55046
  }
54978
- static void *_p_FXMainWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54979
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
55047
+ static void *_p_FXSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55048
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
54980
55049
  }
54981
- static void *_p_FXSplashWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54982
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
55050
+ static void *_p_FXShellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55051
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
54983
55052
  }
54984
- static void *_p_FXDockBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54985
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
55053
+ static void *_p_FXShutterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55054
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
54986
55055
  }
54987
- static void *_p_FXDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54988
- return (void *)((FXObject *) ((FXDict *) x));
55056
+ static void *_p_FXShutterItemTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55057
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
54989
55058
  }
54990
- static void *_p_FXShellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54991
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
55059
+ static void *_p_FXSliderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55060
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
54992
55061
  }
54993
- static void *_p_FXScrollAreaTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54994
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
55062
+ static void *_p_FXSpinnerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55063
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
54995
55064
  }
54996
- static void *_p_FXColorWellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
54997
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
55065
+ static void *_p_FXSplashWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55066
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
54998
55067
  }
54999
- static void *_p_FXDragCornerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55000
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
55068
+ static void *_p_FXSplitterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55069
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
55001
55070
  }
55002
- static void *_p_FXRulerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55003
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
55071
+ static void *_p_FXSpringTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55072
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
55004
55073
  }
55005
- static void *_p_FXDialTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55006
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
55074
+ static void *_p_FXStatusBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55075
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
55007
55076
  }
55008
- static void *_p_FXVerticalFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55009
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
55077
+ static void *_p_FXStatusLineTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55078
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
55010
55079
  }
55011
- static void *_p_FXHorizontalFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55012
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
55080
+ static void *_p_FXSwitcherTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55081
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
55013
55082
  }
55014
- static void *_p_FXImageViewTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55015
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
55083
+ static void *_p_FXTabBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55084
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
55016
55085
  }
55017
- static void *_p_FXDirSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55018
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
55086
+ static void *_p_FXTabBookTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55087
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
55019
55088
  }
55020
- static void *_p_FXFileSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55021
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
55089
+ static void *_p_FXTextFieldTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55090
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
55022
55091
  }
55023
- static void *_p_FXColorSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55024
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
55092
+ static void *_p_FXToolBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55093
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
55025
55094
  }
55026
- static void *_p_FXFontSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55027
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
55095
+ static void *_p_FXToolBarGripTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55096
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
55028
55097
  }
55029
- static void *_p_FXToolBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55030
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
55098
+ static void *_p_FXToolBarShellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55099
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
55031
55100
  }
55032
- static void *_p_FXToolBarShellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55033
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
55101
+ static void *_p_FXToolBarTabTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55102
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
55034
55103
  }
55035
- static void *_p_FXDirBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55036
- return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
55104
+ static void *_p_FXToolTipTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55105
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
55037
55106
  }
55038
- static void *_p_FXToolBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55039
- return (void *)((FXPacker *) (FXDockBar *) ((FXToolBar *) x));
55107
+ static void *_p_FXTopWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55108
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
55040
55109
  }
55041
- static void *_p_FXDockSiteTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55042
- return (void *)((FXPacker *) ((FXDockSite *) x));
55110
+ static void *_p_FXTreeListBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55111
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
55043
55112
  }
55044
- static void *_p_FXListBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55045
- return (void *)((FXPacker *) ((FXListBox *) x));
55113
+ static void *_p_FXVerticalFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55114
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
55046
55115
  }
55047
- static void *_p_FXTreeListBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55048
- return (void *)((FXPacker *) ((FXTreeListBox *) x));
55116
+ static void *_p_FXVerticalSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55117
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
55049
55118
  }
55050
- static void *_p_FXComboBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55051
- return (void *)((FXPacker *) ((FXComboBox *) x));
55119
+ static void *_p_FXVisualTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55120
+ return (void *)((FXId *) ((FXVisual *) x));
55052
55121
  }
55053
- static void *_p_FXShutterItemTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55054
- return (void *)((FXPacker *) (FXVerticalFrame *) ((FXShutterItem *) x));
55122
+ static void *_p_FXWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55123
+ return (void *)((FXId *) (FXDrawable *) ((FXWindow *) x));
55055
55124
  }
55056
- static void *_p_FXDockBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55057
- return (void *)((FXPacker *) ((FXDockBar *) x));
55125
+ static void *_p_FXDriveBoxTo_p_FXListBox(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55126
+ return (void *)((FXListBox *) ((FXDriveBox *) x));
55058
55127
  }
55059
- static void *_p_FXStatusBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55060
- return (void *)((FXPacker *) (FXHorizontalFrame *) ((FXStatusBar *) x));
55128
+ static void *_p_FX4SplitterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55129
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
55061
55130
  }
55062
- static void *_p_FXDirBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55063
- return (void *)((FXPacker *) (FXTreeListBox *) ((FXDirBox *) x));
55131
+ static void *_p_FX7SegmentTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55132
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
55064
55133
  }
55065
- static void *_p_FXTabBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55066
- return (void *)((FXPacker *) ((FXTabBar *) x));
55134
+ static void *_p_FXAccelTableTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55135
+ return (void *)((FXObject *) ((FXAccelTable *) x));
55067
55136
  }
55068
- static void *_p_FXTabBookTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55069
- return (void *)((FXPacker *) (FXTabBar *) ((FXTabBook *) x));
55137
+ static void *_p_FXAppTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55138
+ return (void *)((FXObject *) ((FXApp *) x));
55070
55139
  }
55071
- static void *_p_FXGroupBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55072
- return (void *)((FXPacker *) ((FXGroupBox *) x));
55140
+ static void *_p_FXArrowButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55141
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
55073
55142
  }
55074
- static void *_p_FXShutterTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55075
- return (void *)((FXPacker *) (FXVerticalFrame *) ((FXShutter *) x));
55143
+ static void *_p_FXBitmapFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55144
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
55076
55145
  }
55077
- static void *_p_FXVerticalFrameTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55078
- return (void *)((FXPacker *) ((FXVerticalFrame *) x));
55146
+ static void *_p_FXCURCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55147
+ return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXCURCursor *) x));
55079
55148
  }
55080
- static void *_p_FXHorizontalFrameTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55081
- return (void *)((FXPacker *) ((FXHorizontalFrame *) x));
55149
+ static void *_p_FXCanvasTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55150
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXCanvas *) x));
55082
55151
  }
55083
- static void *_p_FXRealSpinnerTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55084
- return (void *)((FXPacker *) ((FXRealSpinner *) x));
55152
+ static void *_p_FXColorBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55153
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
55085
55154
  }
55086
- static void *_p_FXSpinnerTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55087
- return (void *)((FXPacker *) ((FXSpinner *) x));
55155
+ static void *_p_FXColorRingTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55156
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
55088
55157
  }
55089
- static void *_p_FXMatrixTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55090
- return (void *)((FXPacker *) ((FXMatrix *) x));
55158
+ static void *_p_FXColorSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55159
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
55091
55160
  }
55092
- static void *_p_FXSpringTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55093
- return (void *)((FXPacker *) ((FXSpring *) x));
55161
+ static void *_p_FXColorWellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55162
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
55094
55163
  }
55095
- static void *_p_FXDirSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55096
- return (void *)((FXPacker *) ((FXDirSelector *) x));
55164
+ static void *_p_FXColorWheelTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55165
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
55097
55166
  }
55098
- static void *_p_FXFileSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55099
- return (void *)((FXPacker *) ((FXFileSelector *) x));
55167
+ static void *_p_FXComboBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55168
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
55100
55169
  }
55101
- static void *_p_FXColorSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55102
- return (void *)((FXPacker *) ((FXColorSelector *) x));
55170
+ static void *_p_FXCompositeTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55171
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXComposite *) x));
55103
55172
  }
55104
- static void *_p_FXFontSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55105
- return (void *)((FXPacker *) ((FXFontSelector *) x));
55173
+ static void *_p_FXCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55174
+ return (void *)((FXObject *) (FXId *) ((FXCursor *) x));
55106
55175
  }
55107
- static void *_p_FXDriveBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55108
- return (void *)((FXPacker *) (FXListBox *) ((FXDriveBox *) x));
55176
+ static void *_p_FXDataTargetTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55177
+ return (void *)((FXObject *) ((FXDataTarget *) x));
55109
55178
  }
55110
- static void *_p_FXSwitcherTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55111
- return (void *)((FXPacker *) ((FXSwitcher *) x));
55179
+ static void *_p_FXDebugTargetTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55180
+ return (void *)((FXObject *) ((FXDebugTarget *) x));
55112
55181
  }
55113
- static void *_p_FXToolBarGripTo_p_FXDockHandler(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55114
- return (void *)((FXDockHandler *) ((FXToolBarGrip *) x));
55182
+ static void *_p_FXDelegatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55183
+ return (void *)((FXObject *) ((FXDelegator *) x));
55115
55184
  }
55116
- static void *_p_FXDockTitleTo_p_FXDockHandler(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55117
- return (void *)((FXDockHandler *) ((FXDockTitle *) x));
55185
+ static void *_p_FXDialTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55186
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
55118
55187
  }
55119
- static void *_p_FXDriveBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55120
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
55188
+ static void *_p_FXDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55189
+ return (void *)((FXObject *) ((FXDict *) x));
55121
55190
  }
55122
- static void *_p_FXToolBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55123
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
55191
+ static void *_p_FXDirBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55192
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
55124
55193
  }
55125
- static void *_p_FXCompositeTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55126
- return (void *)((FXDrawable *) (FXWindow *) ((FXComposite *) x));
55194
+ static void *_p_FXDirSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55195
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
55127
55196
  }
55128
- static void *_p_FXToolTipTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55129
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
55197
+ static void *_p_FXDockBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55198
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
55130
55199
  }
55131
- static void *_p_FXTextFieldTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55132
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXTextField *) x));
55200
+ static void *_p_FXDockHandlerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55201
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
55133
55202
  }
55134
- static void *_p_FXTabBookTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55135
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
55203
+ static void *_p_FXDockSiteTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55204
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
55136
55205
  }
55137
- static void *_p_FXArrowButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55138
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXArrowButton *) x));
55206
+ static void *_p_FXDockTitleTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55207
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
55139
55208
  }
55140
- static void *_p_FXGroupBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55141
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
55209
+ static void *_p_FXDocumentTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55210
+ return (void *)((FXObject *) ((FXDocument *) x));
55142
55211
  }
55143
- static void *_p_FXShellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55144
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXShell *) x));
55212
+ static void *_p_FXDragCornerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55213
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
55145
55214
  }
55146
- static void *_p_FXStatusBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55147
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
55215
+ static void *_p_FXDrawableTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55216
+ return (void *)((FXObject *) (FXId *) ((FXDrawable *) x));
55148
55217
  }
55149
- static void *_p_FXScrollAreaTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55150
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXScrollArea *) x));
55218
+ static void *_p_FXDriveBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55219
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
55151
55220
  }
55152
- static void *_p_FXPopupTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55153
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
55221
+ static void *_p_FXFileDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55222
+ return (void *)((FXObject *) (FXDict *) ((FXFileDict *) x));
55154
55223
  }
55155
- static void *_p_FXScrollWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55156
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
55224
+ static void *_p_FXFileSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55225
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
55157
55226
  }
55158
- static void *_p_FXWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55159
- return (void *)((FXDrawable *) ((FXWindow *) x));
55227
+ static void *_p_FXFontTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55228
+ return (void *)((FXObject *) (FXId *) ((FXFont *) x));
55160
55229
  }
55161
- static void *_p_FXRootWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55162
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXRootWindow *) x));
55230
+ static void *_p_FXFontSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55231
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
55163
55232
  }
55164
- static void *_p_FXTopWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55165
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
55233
+ static void *_p_FXFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55234
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXFrame *) x));
55166
55235
  }
55167
- static void *_p_FXMainWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55168
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
55236
+ static void *_p_FXGIFCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55237
+ return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXGIFCursor *) x));
55169
55238
  }
55170
- static void *_p_FXSplashWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55171
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
55239
+ static void *_p_FXGradientBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55240
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
55172
55241
  }
55173
- static void *_p_FXRulerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55174
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRuler *) x));
55242
+ static void *_p_FXGroupBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55243
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
55175
55244
  }
55176
- static void *_p_FXCanvasTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55177
- return (void *)((FXDrawable *) (FXWindow *) ((FXCanvas *) x));
55245
+ static void *_p_FXHeaderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55246
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
55178
55247
  }
55179
- static void *_p_FXScrollCornerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55180
- return (void *)((FXDrawable *) (FXWindow *) ((FXScrollCorner *) x));
55248
+ static void *_p_FXHeaderItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55249
+ return (void *)((FXObject *) ((FXHeaderItem *) x));
55181
55250
  }
55182
- static void *_p_FXSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55183
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSeparator *) x));
55251
+ static void *_p_FXHorizontalFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55252
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
55184
55253
  }
55185
- static void *_p_FXHorizontalSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55186
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
55254
+ static void *_p_FXHorizontalSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55255
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
55187
55256
  }
55188
- static void *_p_FXVerticalSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55189
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
55257
+ static void *_p_FXIconDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55258
+ return (void *)((FXObject *) (FXDict *) ((FXIconDict *) x));
55190
55259
  }
55191
- static void *_p_FXStatusLineTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55192
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXStatusLine *) x));
55260
+ static void *_p_FXIdTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55261
+ return (void *)((FXObject *) ((FXId *) x));
55193
55262
  }
55194
- static void *_p_FXComboBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55195
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
55263
+ static void *_p_FXImageFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55264
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
55196
55265
  }
55197
- static void *_p_FXKnobTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55198
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXKnob *) x));
55266
+ static void *_p_FXImageViewTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55267
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
55199
55268
  }
55200
- static void *_p_FXHorizontalFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55201
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
55269
+ static void *_p_FXKnobTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55270
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
55202
55271
  }
55203
- static void *_p_FXVerticalFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55204
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
55272
+ static void *_p_FXListBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55273
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
55205
55274
  }
55206
- static void *_p_FX4SplitterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55207
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FX4Splitter *) x));
55275
+ static void *_p_FXMainWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55276
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
55208
55277
  }
55209
- static void *_p_FXSplitterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55210
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXSplitter *) x));
55278
+ static void *_p_FXMatrixTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55279
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
55211
55280
  }
55212
- static void *_p_FXPackerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55213
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXPacker *) x));
55281
+ static void *_p_FXPackerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55282
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
55214
55283
  }
55215
- static void *_p_FXSpinnerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55216
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
55284
+ static void *_p_FXPopupTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55285
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
55217
55286
  }
55218
- static void *_p_FXRealSpinnerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55219
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
55287
+ static void *_p_FXProgressBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55288
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
55220
55289
  }
55221
- static void *_p_FXScrollBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55222
- return (void *)((FXDrawable *) (FXWindow *) ((FXScrollBar *) x));
55290
+ static void *_p_FXRealSliderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55291
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
55223
55292
  }
55224
- static void *_p_FXColorWheelTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55225
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWheel *) x));
55293
+ static void *_p_FXRealSpinnerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55294
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
55226
55295
  }
55227
- static void *_p_FXBitmapFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55228
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
55296
+ static void *_p_FXRecentFilesTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55297
+ return (void *)((FXObject *) ((FXRecentFiles *) x));
55229
55298
  }
55230
- static void *_p_FXGradientBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55231
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXGradientBar *) x));
55299
+ static void *_p_FXRegistryTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55300
+ return (void *)((FXObject *) (FXDict *)(FXSettings *) ((FXRegistry *) x));
55232
55301
  }
55233
- static void *_p_FXDirBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55234
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
55302
+ static void *_p_FXRootWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55303
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
55235
55304
  }
55236
- static void *_p_FXDockHandlerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55237
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDockHandler *) x));
55305
+ static void *_p_FXRulerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55306
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
55238
55307
  }
55239
- static void *_p_FXToolBarGripTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55240
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
55308
+ static void *_p_FXRulerViewTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55309
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
55241
55310
  }
55242
- static void *_p_FXImageFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55243
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXImageFrame *) x));
55311
+ static void *_p_FXScrollAreaTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55312
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
55244
55313
  }
55245
- static void *_p_FXDragCornerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55246
- return (void *)((FXDrawable *) (FXWindow *) ((FXDragCorner *) x));
55314
+ static void *_p_FXScrollBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55315
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
55247
55316
  }
55248
- static void *_p_FXSwitcherTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55249
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
55317
+ static void *_p_FXScrollCornerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55318
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
55250
55319
  }
55251
- static void *_p_FXDirSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55252
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
55320
+ static void *_p_FXScrollWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55321
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
55253
55322
  }
55254
- static void *_p_FXFileSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55255
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
55323
+ static void *_p_FXSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55324
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
55256
55325
  }
55257
- static void *_p_FXColorSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55258
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
55326
+ static void *_p_FXSettingsTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55327
+ return (void *)((FXObject *) (FXDict *) ((FXSettings *) x));
55259
55328
  }
55260
- static void *_p_FXFontSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55261
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
55329
+ static void *_p_FXShellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55330
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
55262
55331
  }
55263
- static void *_p_FXShutterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55264
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
55332
+ static void *_p_FXShutterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55333
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
55265
55334
  }
55266
- static void *_p_FXProgressBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55267
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXProgressBar *) x));
55335
+ static void *_p_FXShutterItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55336
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
55268
55337
  }
55269
- static void *_p_FXDockSiteTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55270
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
55338
+ static void *_p_FXSliderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55339
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
55271
55340
  }
55272
- static void *_p_FXDockTitleTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55273
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
55341
+ static void *_p_FXSpinnerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55342
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
55274
55343
  }
55275
- static void *_p_FXRulerViewTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55276
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
55344
+ static void *_p_FXSplashWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55345
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
55277
55346
  }
55278
- static void *_p_FXListBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55279
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
55347
+ static void *_p_FXSplitterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55348
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
55280
55349
  }
55281
- static void *_p_FXTreeListBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55282
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
55350
+ static void *_p_FXSpringTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55351
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
55283
55352
  }
55284
- static void *_p_FXHeaderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55285
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXHeader *) x));
55353
+ static void *_p_FXStatusBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55354
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
55286
55355
  }
55287
- static void *_p_FXMatrixTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55288
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
55356
+ static void *_p_FXStatusLineTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55357
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
55289
55358
  }
55290
- static void *_p_FXColorWellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55291
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWell *) x));
55359
+ static void *_p_FXStringDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55360
+ return (void *)((FXObject *) (FXDict *) ((FXStringDict *) x));
55292
55361
  }
55293
- static void *_p_FXShutterItemTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55294
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
55362
+ static void *_p_FXSwitcherTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55363
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
55295
55364
  }
55296
- static void *_p_FXDialTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55297
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDial *) x));
55365
+ static void *_p_FXTabBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55366
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
55298
55367
  }
55299
- static void *_p_FXToolBarTabTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55300
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
55368
+ static void *_p_FXTabBookTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55369
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
55301
55370
  }
55302
- static void *_p_FXDockBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55303
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
55371
+ static void *_p_FXTextFieldTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55372
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
55304
55373
  }
55305
- static void *_p_FXFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55306
- return (void *)((FXDrawable *) (FXWindow *) ((FXFrame *) x));
55374
+ static void *_p_FXToolBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55375
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
55307
55376
  }
55308
- static void *_p_FXTabBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55309
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
55377
+ static void *_p_FXToolBarGripTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55378
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
55310
55379
  }
55311
- static void *_p_FX7SegmentTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55312
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FX7Segment *) x));
55380
+ static void *_p_FXToolBarShellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55381
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
55313
55382
  }
55314
- static void *_p_FXImageViewTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55315
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
55383
+ static void *_p_FXToolBarTabTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55384
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
55316
55385
  }
55317
- static void *_p_FXSliderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55318
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSlider *) x));
55386
+ static void *_p_FXToolTipTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55387
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
55319
55388
  }
55320
- static void *_p_FXRealSliderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55321
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRealSlider *) x));
55389
+ static void *_p_FXTopWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55390
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
55322
55391
  }
55323
- static void *_p_FXSpringTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55324
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
55392
+ static void *_p_FXTranslatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55393
+ return (void *)((FXObject *) ((FXTranslator *) x));
55325
55394
  }
55326
- static void *_p_FXColorRingTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55327
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorRing *) x));
55395
+ static void *_p_FXTreeListBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55396
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
55328
55397
  }
55329
- static void *_p_FXColorBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55330
- return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorBar *) x));
55398
+ static void *_p_FXVerticalFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55399
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
55331
55400
  }
55332
- static void *_p_FXToolBarShellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55333
- return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
55401
+ static void *_p_FXVerticalSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55402
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
55334
55403
  }
55335
- static void *_p_FXFileStreamTo_p_FXStream(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55336
- return (void *)((FXStream *) ((FXFileStream *) x));
55404
+ static void *_p_FXVisualTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55405
+ return (void *)((FXObject *) (FXId *) ((FXVisual *) x));
55337
55406
  }
55338
- static void *_p_FXMemoryStreamTo_p_FXStream(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55339
- return (void *)((FXStream *) ((FXMemoryStream *) x));
55407
+ static void *_p_FXWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55408
+ return (void *)((FXObject *) (FXId *)(FXDrawable *) ((FXWindow *) x));
55340
55409
  }
55341
- static void *_p_FXDirBoxTo_p_FXTreeListBox(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55342
- return (void *)((FXTreeListBox *) ((FXDirBox *) x));
55410
+ static void *_p_FXColorSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55411
+ return (void *)((FXPacker *) ((FXColorSelector *) x));
55343
55412
  }
55344
- static void *_p_FXDriveBoxTo_p_FXListBox(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55345
- return (void *)((FXListBox *) ((FXDriveBox *) x));
55413
+ static void *_p_FXComboBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55414
+ return (void *)((FXPacker *) ((FXComboBox *) x));
55346
55415
  }
55347
- static void *_p_FXToolBarTo_p_FXDockBar(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55348
- return (void *)((FXDockBar *) ((FXToolBar *) x));
55416
+ static void *_p_FXDirBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55417
+ return (void *)((FXPacker *) (FXTreeListBox *) ((FXDirBox *) x));
55349
55418
  }
55350
- static void *_p_FXGradientBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55351
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
55419
+ static void *_p_FXDirSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55420
+ return (void *)((FXPacker *) ((FXDirSelector *) x));
55352
55421
  }
55353
- static void *_p_FXShutterItemTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55354
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
55422
+ static void *_p_FXDockBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55423
+ return (void *)((FXPacker *) ((FXDockBar *) x));
55355
55424
  }
55356
- static void *_p_FXColorBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55357
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
55425
+ static void *_p_FXDockSiteTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55426
+ return (void *)((FXPacker *) ((FXDockSite *) x));
55358
55427
  }
55359
- static void *_p_FXTabBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55360
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
55428
+ static void *_p_FXDriveBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55429
+ return (void *)((FXPacker *) (FXListBox *) ((FXDriveBox *) x));
55361
55430
  }
55362
- static void *_p_FXSwitcherTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55363
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
55431
+ static void *_p_FXFileSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55432
+ return (void *)((FXPacker *) ((FXFileSelector *) x));
55364
55433
  }
55365
- static void *_p_FXTextFieldTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55366
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
55434
+ static void *_p_FXFontSelectorTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55435
+ return (void *)((FXPacker *) ((FXFontSelector *) x));
55367
55436
  }
55368
- static void *_p_FXToolBarTabTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55369
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
55437
+ static void *_p_FXGroupBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55438
+ return (void *)((FXPacker *) ((FXGroupBox *) x));
55370
55439
  }
55371
- static void *_p_FXDriveBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55372
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
55440
+ static void *_p_FXHorizontalFrameTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55441
+ return (void *)((FXPacker *) ((FXHorizontalFrame *) x));
55442
+ }
55443
+ static void *_p_FXListBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55444
+ return (void *)((FXPacker *) ((FXListBox *) x));
55445
+ }
55446
+ static void *_p_FXMatrixTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55447
+ return (void *)((FXPacker *) ((FXMatrix *) x));
55448
+ }
55449
+ static void *_p_FXRealSpinnerTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55450
+ return (void *)((FXPacker *) ((FXRealSpinner *) x));
55451
+ }
55452
+ static void *_p_FXShutterTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55453
+ return (void *)((FXPacker *) (FXVerticalFrame *) ((FXShutter *) x));
55373
55454
  }
55374
- static void *_p_FXMatrixTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55375
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
55455
+ static void *_p_FXShutterItemTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55456
+ return (void *)((FXPacker *) (FXVerticalFrame *) ((FXShutterItem *) x));
55376
55457
  }
55377
- static void *_p_FXScrollCornerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55378
- return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
55458
+ static void *_p_FXSpinnerTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55459
+ return (void *)((FXPacker *) ((FXSpinner *) x));
55379
55460
  }
55380
- static void *_p_FXArrowButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55381
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
55461
+ static void *_p_FXSpringTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55462
+ return (void *)((FXPacker *) ((FXSpring *) x));
55382
55463
  }
55383
- static void *_p_FXPopupTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55384
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
55464
+ static void *_p_FXStatusBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55465
+ return (void *)((FXPacker *) (FXHorizontalFrame *) ((FXStatusBar *) x));
55385
55466
  }
55386
- static void *_p_FXDrawableTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55387
- return (void *)((FXId *) ((FXDrawable *) x));
55467
+ static void *_p_FXSwitcherTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55468
+ return (void *)((FXPacker *) ((FXSwitcher *) x));
55388
55469
  }
55389
- static void *_p_FXHeaderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55390
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
55470
+ static void *_p_FXTabBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55471
+ return (void *)((FXPacker *) ((FXTabBar *) x));
55391
55472
  }
55392
- static void *_p_FXSplitterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55393
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
55473
+ static void *_p_FXTabBookTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55474
+ return (void *)((FXPacker *) (FXTabBar *) ((FXTabBook *) x));
55394
55475
  }
55395
- static void *_p_FX4SplitterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55396
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
55476
+ static void *_p_FXToolBarTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55477
+ return (void *)((FXPacker *) (FXDockBar *) ((FXToolBar *) x));
55397
55478
  }
55398
- static void *_p_FXSpringTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55399
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
55479
+ static void *_p_FXTreeListBoxTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55480
+ return (void *)((FXPacker *) ((FXTreeListBox *) x));
55400
55481
  }
55401
- static void *_p_FXPackerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55402
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
55482
+ static void *_p_FXVerticalFrameTo_p_FXPacker(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55483
+ return (void *)((FXPacker *) ((FXVerticalFrame *) x));
55403
55484
  }
55404
- static void *_p_FXTabBookTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55405
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
55485
+ static void *_p_FXImageViewTo_p_FXScrollArea(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55486
+ return (void *)((FXScrollArea *) ((FXImageView *) x));
55406
55487
  }
55407
- static void *_p_FXImageFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55408
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
55488
+ static void *_p_FXRulerViewTo_p_FXScrollArea(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55489
+ return (void *)((FXScrollArea *) ((FXRulerView *) x));
55409
55490
  }
55410
- static void *_p_FXVerticalSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55411
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
55491
+ static void *_p_FXScrollWindowTo_p_FXScrollArea(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55492
+ return (void *)((FXScrollArea *) ((FXScrollWindow *) x));
55412
55493
  }
55413
- static void *_p_FXHorizontalSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55414
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
55494
+ static void *_p_FXMainWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55495
+ return (void *)((FXShell *) (FXTopWindow *) ((FXMainWindow *) x));
55415
55496
  }
55416
- static void *_p_FXSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55417
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
55497
+ static void *_p_FXPopupTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55498
+ return (void *)((FXShell *) ((FXPopup *) x));
55418
55499
  }
55419
- static void *_p_FXProgressBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55420
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
55500
+ static void *_p_FXSplashWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55501
+ return (void *)((FXShell *) (FXTopWindow *) ((FXSplashWindow *) x));
55421
55502
  }
55422
- static void *_p_FXShutterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55423
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
55503
+ static void *_p_FXToolBarShellTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55504
+ return (void *)((FXShell *) (FXTopWindow *) ((FXToolBarShell *) x));
55424
55505
  }
55425
- static void *_p_FXToolTipTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55426
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
55506
+ static void *_p_FXToolTipTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55507
+ return (void *)((FXShell *) ((FXToolTip *) x));
55427
55508
  }
55428
- static void *_p_FXCompositeTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55429
- return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXComposite *) x));
55509
+ static void *_p_FXTopWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55510
+ return (void *)((FXShell *) ((FXTopWindow *) x));
55430
55511
  }
55431
- static void *_p_FXBitmapFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55432
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
55512
+ static void *_p_FXFileStreamTo_p_FXStream(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55513
+ return (void *)((FXStream *) ((FXFileStream *) x));
55433
55514
  }
55434
- static void *_p_FXRealSliderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55435
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
55515
+ static void *_p_FXMemoryStreamTo_p_FXStream(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55516
+ return (void *)((FXStream *) ((FXMemoryStream *) x));
55436
55517
  }
55437
- static void *_p_FXSliderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55438
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
55518
+ static void *_p_FXTabBookTo_p_FXTabBar(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55519
+ return (void *)((FXTabBar *) ((FXTabBook *) x));
55439
55520
  }
55440
- static void *_p_FXDockSiteTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55441
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
55521
+ static void *_p_FXMainWindowTo_p_FXTopWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55522
+ return (void *)((FXTopWindow *) ((FXMainWindow *) x));
55442
55523
  }
55443
- static void *_p_FXGroupBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55444
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
55524
+ static void *_p_FXSplashWindowTo_p_FXTopWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55525
+ return (void *)((FXTopWindow *) ((FXSplashWindow *) x));
55445
55526
  }
55446
- static void *_p_FXColorRingTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55447
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
55527
+ static void *_p_FXToolBarShellTo_p_FXTopWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55528
+ return (void *)((FXTopWindow *) ((FXToolBarShell *) x));
55448
55529
  }
55449
- static void *_p_FXDockHandlerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55450
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
55530
+ static void *_p_FXDirBoxTo_p_FXTreeListBox(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55531
+ return (void *)((FXTreeListBox *) ((FXDirBox *) x));
55451
55532
  }
55452
- static void *_p_FXTreeListBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55453
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
55533
+ static void *_p_FX4SplitterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55534
+ return (void *)((FXWindow *) (FXComposite *) ((FX4Splitter *) x));
55454
55535
  }
55455
- static void *_p_FXListBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55456
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
55536
+ static void *_p_FX7SegmentTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55537
+ return (void *)((FXWindow *) (FXFrame *) ((FX7Segment *) x));
55457
55538
  }
55458
- static void *_p_FXCanvasTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55459
- return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXCanvas *) x));
55539
+ static void *_p_FXArrowButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55540
+ return (void *)((FXWindow *) (FXFrame *) ((FXArrowButton *) x));
55460
55541
  }
55461
- static void *_p_FXColorWheelTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55462
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
55542
+ static void *_p_FXBitmapFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55543
+ return (void *)((FXWindow *) (FXFrame *) ((FXBitmapFrame *) x));
55463
55544
  }
55464
- static void *_p_FXVisualTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55465
- return (void *)((FXId *) ((FXVisual *) x));
55545
+ static void *_p_FXCanvasTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55546
+ return (void *)((FXWindow *) ((FXCanvas *) x));
55466
55547
  }
55467
- static void *_p_FXScrollBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55468
- return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
55548
+ static void *_p_FXColorBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55549
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorBar *) x));
55469
55550
  }
55470
- static void *_p_FXToolBarGripTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55471
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
55551
+ static void *_p_FXColorRingTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55552
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorRing *) x));
55472
55553
  }
55473
- static void *_p_FXFontTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55474
- return (void *)((FXId *) ((FXFont *) x));
55554
+ static void *_p_FXColorSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55555
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXColorSelector *) x));
55475
55556
  }
55476
- static void *_p_FXComboBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55477
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
55557
+ static void *_p_FXColorWellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55558
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorWell *) x));
55478
55559
  }
55479
- static void *_p_FXFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55480
- return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXFrame *) x));
55560
+ static void *_p_FXColorWheelTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55561
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorWheel *) x));
55481
55562
  }
55482
- static void *_p_FX7SegmentTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55483
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
55563
+ static void *_p_FXComboBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55564
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXComboBox *) x));
55484
55565
  }
55485
- static void *_p_FXDockTitleTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55486
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
55566
+ static void *_p_FXCompositeTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55567
+ return (void *)((FXWindow *) ((FXComposite *) x));
55487
55568
  }
55488
- static void *_p_FXStatusBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55489
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
55569
+ static void *_p_FXDialTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55570
+ return (void *)((FXWindow *) (FXFrame *) ((FXDial *) x));
55490
55571
  }
55491
- static void *_p_FXGIFCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55492
- return (void *)((FXId *) (FXCursor *) ((FXGIFCursor *) x));
55572
+ static void *_p_FXDirBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55573
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
55493
55574
  }
55494
- static void *_p_FXCURCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55495
- return (void *)((FXId *) (FXCursor *) ((FXCURCursor *) x));
55575
+ static void *_p_FXDirSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55576
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDirSelector *) x));
55496
55577
  }
55497
- static void *_p_FXCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55498
- return (void *)((FXId *) ((FXCursor *) x));
55578
+ static void *_p_FXDockBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55579
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockBar *) x));
55499
55580
  }
55500
- static void *_p_FXKnobTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55501
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
55581
+ static void *_p_FXDockHandlerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55582
+ return (void *)((FXWindow *) (FXFrame *) ((FXDockHandler *) x));
55502
55583
  }
55503
- static void *_p_FXRealSpinnerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55504
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
55584
+ static void *_p_FXDockSiteTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55585
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockSite *) x));
55505
55586
  }
55506
- static void *_p_FXSpinnerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55507
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
55587
+ static void *_p_FXDockTitleTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55588
+ return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
55508
55589
  }
55509
- static void *_p_FXRulerViewTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55510
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
55590
+ static void *_p_FXDragCornerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55591
+ return (void *)((FXWindow *) ((FXDragCorner *) x));
55511
55592
  }
55512
- static void *_p_FXStatusLineTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55513
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
55593
+ static void *_p_FXDriveBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55594
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
55514
55595
  }
55515
- static void *_p_FXMainWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55516
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
55596
+ static void *_p_FXFileSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55597
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFileSelector *) x));
55517
55598
  }
55518
- static void *_p_FXTopWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55519
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
55599
+ static void *_p_FXFontSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55600
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFontSelector *) x));
55520
55601
  }
55521
- static void *_p_FXRootWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55522
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
55602
+ static void *_p_FXFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55603
+ return (void *)((FXWindow *) ((FXFrame *) x));
55523
55604
  }
55524
- static void *_p_FXWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55525
- return (void *)((FXId *) (FXDrawable *) ((FXWindow *) x));
55605
+ static void *_p_FXGradientBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55606
+ return (void *)((FXWindow *) (FXFrame *) ((FXGradientBar *) x));
55526
55607
  }
55527
- static void *_p_FXSplashWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55528
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
55608
+ static void *_p_FXGroupBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55609
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXGroupBox *) x));
55529
55610
  }
55530
- static void *_p_FXScrollWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55531
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
55611
+ static void *_p_FXHeaderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55612
+ return (void *)((FXWindow *) (FXFrame *) ((FXHeader *) x));
55532
55613
  }
55533
- static void *_p_FXDockBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55534
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
55614
+ static void *_p_FXHorizontalFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55615
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
55535
55616
  }
55536
- static void *_p_FXShellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55537
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
55617
+ static void *_p_FXHorizontalSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55618
+ return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
55538
55619
  }
55539
- static void *_p_FXScrollAreaTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55540
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
55620
+ static void *_p_FXImageFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55621
+ return (void *)((FXWindow *) (FXFrame *) ((FXImageFrame *) x));
55541
55622
  }
55542
- static void *_p_FXColorWellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55543
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
55623
+ static void *_p_FXImageViewTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55624
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXImageView *) x));
55544
55625
  }
55545
- static void *_p_FXDragCornerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55546
- return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
55626
+ static void *_p_FXKnobTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55627
+ return (void *)((FXWindow *) (FXFrame *) ((FXKnob *) x));
55547
55628
  }
55548
- static void *_p_FXRulerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55549
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
55629
+ static void *_p_FXListBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55630
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXListBox *) x));
55550
55631
  }
55551
- static void *_p_FXDialTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55552
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
55632
+ static void *_p_FXMainWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55633
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
55553
55634
  }
55554
- static void *_p_FXHorizontalFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55555
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
55635
+ static void *_p_FXMatrixTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55636
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXMatrix *) x));
55556
55637
  }
55557
- static void *_p_FXVerticalFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55558
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
55638
+ static void *_p_FXPackerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55639
+ return (void *)((FXWindow *) (FXComposite *) ((FXPacker *) x));
55559
55640
  }
55560
- static void *_p_FXImageViewTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55561
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
55641
+ static void *_p_FXPopupTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55642
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXPopup *) x));
55562
55643
  }
55563
- static void *_p_FXFontSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55564
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
55644
+ static void *_p_FXProgressBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55645
+ return (void *)((FXWindow *) (FXFrame *) ((FXProgressBar *) x));
55565
55646
  }
55566
- static void *_p_FXColorSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55567
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
55647
+ static void *_p_FXRealSliderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55648
+ return (void *)((FXWindow *) (FXFrame *) ((FXRealSlider *) x));
55568
55649
  }
55569
- static void *_p_FXFileSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55570
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
55650
+ static void *_p_FXRealSpinnerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55651
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
55571
55652
  }
55572
- static void *_p_FXDirSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55573
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
55653
+ static void *_p_FXRootWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55654
+ return (void *)((FXWindow *) (FXComposite *) ((FXRootWindow *) x));
55574
55655
  }
55575
- static void *_p_FXToolBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55576
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
55656
+ static void *_p_FXRulerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55657
+ return (void *)((FXWindow *) (FXFrame *) ((FXRuler *) x));
55577
55658
  }
55578
- static void *_p_FXToolBarShellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55579
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
55659
+ static void *_p_FXRulerViewTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55660
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
55580
55661
  }
55581
- static void *_p_FXDirBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55582
- return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
55662
+ static void *_p_FXScrollAreaTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55663
+ return (void *)((FXWindow *) (FXComposite *) ((FXScrollArea *) x));
55583
55664
  }
55584
- static void *_p_FXTabBookTo_p_FXTabBar(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55585
- return (void *)((FXTabBar *) ((FXTabBook *) x));
55665
+ static void *_p_FXScrollBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55666
+ return (void *)((FXWindow *) ((FXScrollBar *) x));
55586
55667
  }
55587
- static void *_p_FXToolBarTabTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55588
- return (void *)((FXFrame *) ((FXToolBarTab *) x));
55668
+ static void *_p_FXScrollCornerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55669
+ return (void *)((FXWindow *) ((FXScrollCorner *) x));
55589
55670
  }
55590
- static void *_p_FXColorRingTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55591
- return (void *)((FXFrame *) ((FXColorRing *) x));
55671
+ static void *_p_FXScrollWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55672
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
55592
55673
  }
55593
- static void *_p_FXColorBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55594
- return (void *)((FXFrame *) ((FXColorBar *) x));
55674
+ static void *_p_FXSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55675
+ return (void *)((FXWindow *) (FXFrame *) ((FXSeparator *) x));
55595
55676
  }
55596
- static void *_p_FXBitmapFrameTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55597
- return (void *)((FXFrame *) ((FXBitmapFrame *) x));
55677
+ static void *_p_FXShellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55678
+ return (void *)((FXWindow *) (FXComposite *) ((FXShell *) x));
55598
55679
  }
55599
- static void *_p_FXDialTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55600
- return (void *)((FXFrame *) ((FXDial *) x));
55680
+ static void *_p_FXShutterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55681
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
55601
55682
  }
55602
- static void *_p_FXRulerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55603
- return (void *)((FXFrame *) ((FXRuler *) x));
55683
+ static void *_p_FXShutterItemTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55684
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
55604
55685
  }
55605
- static void *_p_FXArrowButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55606
- return (void *)((FXFrame *) ((FXArrowButton *) x));
55686
+ static void *_p_FXSliderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55687
+ return (void *)((FXWindow *) (FXFrame *) ((FXSlider *) x));
55607
55688
  }
55608
- static void *_p_FXColorWheelTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55609
- return (void *)((FXFrame *) ((FXColorWheel *) x));
55689
+ static void *_p_FXSpinnerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55690
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpinner *) x));
55610
55691
  }
55611
- static void *_p_FXProgressBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55612
- return (void *)((FXFrame *) ((FXProgressBar *) x));
55692
+ static void *_p_FXSplashWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55693
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
55613
55694
  }
55614
- static void *_p_FXColorWellTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55615
- return (void *)((FXFrame *) ((FXColorWell *) x));
55695
+ static void *_p_FXSplitterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55696
+ return (void *)((FXWindow *) (FXComposite *) ((FXSplitter *) x));
55616
55697
  }
55617
- static void *_p_FXGradientBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55618
- return (void *)((FXFrame *) ((FXGradientBar *) x));
55698
+ static void *_p_FXSpringTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55699
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpring *) x));
55619
55700
  }
55620
- static void *_p_FXStatusLineTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55621
- return (void *)((FXFrame *) ((FXStatusLine *) x));
55701
+ static void *_p_FXStatusBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55702
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
55622
55703
  }
55623
- static void *_p_FXHorizontalSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55624
- return (void *)((FXFrame *) (FXSeparator *) ((FXHorizontalSeparator *) x));
55704
+ static void *_p_FXStatusLineTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55705
+ return (void *)((FXWindow *) (FXFrame *) ((FXStatusLine *) x));
55625
55706
  }
55626
- static void *_p_FXSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55627
- return (void *)((FXFrame *) ((FXSeparator *) x));
55707
+ static void *_p_FXSwitcherTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55708
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSwitcher *) x));
55628
55709
  }
55629
- static void *_p_FXVerticalSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55630
- return (void *)((FXFrame *) (FXSeparator *) ((FXVerticalSeparator *) x));
55710
+ static void *_p_FXTabBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55711
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTabBar *) x));
55631
55712
  }
55632
- static void *_p_FXDockTitleTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55633
- return (void *)((FXFrame *) (FXDockHandler *) ((FXDockTitle *) x));
55713
+ static void *_p_FXTabBookTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55714
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
55634
55715
  }
55635
- static void *_p_FXTextFieldTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55636
- return (void *)((FXFrame *) ((FXTextField *) x));
55716
+ static void *_p_FXTextFieldTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55717
+ return (void *)((FXWindow *) (FXFrame *) ((FXTextField *) x));
55637
55718
  }
55638
- static void *_p_FXDockHandlerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55639
- return (void *)((FXFrame *) ((FXDockHandler *) x));
55719
+ static void *_p_FXToolBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55720
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
55640
55721
  }
55641
- static void *_p_FXHeaderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55642
- return (void *)((FXFrame *) ((FXHeader *) x));
55722
+ static void *_p_FXToolBarGripTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55723
+ return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
55643
55724
  }
55644
- static void *_p_FXImageFrameTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55645
- return (void *)((FXFrame *) ((FXImageFrame *) x));
55725
+ static void *_p_FXToolBarShellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55726
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
55646
55727
  }
55647
- static void *_p_FXKnobTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55648
- return (void *)((FXFrame *) ((FXKnob *) x));
55728
+ static void *_p_FXToolBarTabTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55729
+ return (void *)((FXWindow *) (FXFrame *) ((FXToolBarTab *) x));
55649
55730
  }
55650
- static void *_p_FXSliderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55651
- return (void *)((FXFrame *) ((FXSlider *) x));
55731
+ static void *_p_FXToolTipTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55732
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXToolTip *) x));
55652
55733
  }
55653
- static void *_p_FXRealSliderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55654
- return (void *)((FXFrame *) ((FXRealSlider *) x));
55734
+ static void *_p_FXTopWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55735
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXTopWindow *) x));
55655
55736
  }
55656
- static void *_p_FXToolBarGripTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55657
- return (void *)((FXFrame *) (FXDockHandler *) ((FXToolBarGrip *) x));
55737
+ static void *_p_FXTreeListBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55738
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
55658
55739
  }
55659
- static void *_p_FX7SegmentTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55660
- return (void *)((FXFrame *) ((FX7Segment *) x));
55740
+ static void *_p_FXVerticalFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55741
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
55742
+ }
55743
+ static void *_p_FXVerticalSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
55744
+ return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
55661
55745
  }
55662
55746
  static swig_type_info _swigt__p_FX7Segment = {"_p_FX7Segment", "FX7Segment *", 0, 0, (void*)0, 0};
55663
55747
  static swig_type_info _swigt__p_FXApp = {"_p_FXApp", "FXApp *", 0, 0, (void*)0, 0};
@@ -55667,22 +55751,22 @@ static swig_type_info _swigt__p_FXCanvas = {"_p_FXCanvas", "FXCanvas *", 0, 0, (
55667
55751
  static swig_type_info _swigt__p_FXColorSelector = {"_p_FXColorSelector", "FXColorSelector *", 0, 0, (void*)0, 0};
55668
55752
  static swig_type_info _swigt__p_FXComboBox = {"_p_FXComboBox", "FXComboBox *", 0, 0, (void*)0, 0};
55669
55753
  static swig_type_info _swigt__p_FXComposite = {"_p_FXComposite", "FXComposite *", 0, 0, (void*)0, 0};
55754
+ static swig_type_info _swigt__p_FX4Splitter = {"_p_FX4Splitter", 0, 0, 0, 0, 0};
55670
55755
  static swig_type_info _swigt__p_FXGroupBox = {"_p_FXGroupBox", 0, 0, 0, 0, 0};
55671
- static swig_type_info _swigt__p_FXStatusBar = {"_p_FXStatusBar", 0, 0, 0, 0, 0};
55756
+ static swig_type_info _swigt__p_FXHorizontalFrame = {"_p_FXHorizontalFrame", 0, 0, 0, 0, 0};
55757
+ static swig_type_info _swigt__p_FXMainWindow = {"_p_FXMainWindow", 0, 0, 0, 0, 0};
55758
+ static swig_type_info _swigt__p_FXMatrix = {"_p_FXMatrix", 0, 0, 0, 0, 0};
55672
55759
  static swig_type_info _swigt__p_FXPopup = {"_p_FXPopup", 0, 0, 0, 0, 0};
55673
55760
  static swig_type_info _swigt__p_FXRootWindow = {"_p_FXRootWindow", 0, 0, 0, 0, 0};
55674
55761
  static swig_type_info _swigt__p_FXScrollWindow = {"_p_FXScrollWindow", 0, 0, 0, 0, 0};
55675
- static swig_type_info _swigt__p_FXMainWindow = {"_p_FXMainWindow", 0, 0, 0, 0, 0};
55676
- static swig_type_info _swigt__p_FXSplashWindow = {"_p_FXSplashWindow", 0, 0, 0, 0, 0};
55677
- static swig_type_info _swigt__p_FXHorizontalFrame = {"_p_FXHorizontalFrame", 0, 0, 0, 0, 0};
55678
- static swig_type_info _swigt__p_FXVerticalFrame = {"_p_FXVerticalFrame", 0, 0, 0, 0, 0};
55679
- static swig_type_info _swigt__p_FX4Splitter = {"_p_FX4Splitter", 0, 0, 0, 0, 0};
55680
- static swig_type_info _swigt__p_FXSplitter = {"_p_FXSplitter", 0, 0, 0, 0, 0};
55681
- static swig_type_info _swigt__p_FXSwitcher = {"_p_FXSwitcher", 0, 0, 0, 0, 0};
55682
55762
  static swig_type_info _swigt__p_FXShutter = {"_p_FXShutter", 0, 0, 0, 0, 0};
55683
55763
  static swig_type_info _swigt__p_FXShutterItem = {"_p_FXShutterItem", 0, 0, 0, 0, 0};
55684
- static swig_type_info _swigt__p_FXMatrix = {"_p_FXMatrix", 0, 0, 0, 0, 0};
55764
+ static swig_type_info _swigt__p_FXSplashWindow = {"_p_FXSplashWindow", 0, 0, 0, 0, 0};
55765
+ static swig_type_info _swigt__p_FXSplitter = {"_p_FXSplitter", 0, 0, 0, 0, 0};
55685
55766
  static swig_type_info _swigt__p_FXSpring = {"_p_FXSpring", 0, 0, 0, 0, 0};
55767
+ static swig_type_info _swigt__p_FXStatusBar = {"_p_FXStatusBar", 0, 0, 0, 0, 0};
55768
+ static swig_type_info _swigt__p_FXSwitcher = {"_p_FXSwitcher", 0, 0, 0, 0, 0};
55769
+ static swig_type_info _swigt__p_FXVerticalFrame = {"_p_FXVerticalFrame", 0, 0, 0, 0, 0};
55686
55770
  static swig_type_info _swigt__p_FXDirBox = {"_p_FXDirBox", "FXDirBox *", 0, 0, (void*)0, 0};
55687
55771
  static swig_type_info _swigt__p_FXDirSelector = {"_p_FXDirSelector", "FXDirSelector *", 0, 0, (void*)0, 0};
55688
55772
  static swig_type_info _swigt__p_FXDockBar = {"_p_FXDockBar", "FXDockBar *", 0, 0, (void*)0, 0};
@@ -55691,26 +55775,26 @@ static swig_type_info _swigt__p_FXDockSite = {"_p_FXDockSite", "FXDockSite *", 0
55691
55775
  static swig_type_info _swigt__p_FXDockTitle = {"_p_FXDockTitle", "FXDockTitle *", 0, 0, (void*)0, 0};
55692
55776
  static swig_type_info _swigt__p_FXDragCorner = {"_p_FXDragCorner", "FXDragCorner *", 0, 0, (void*)0, 0};
55693
55777
  static swig_type_info _swigt__p_FXDrawable = {"_p_FXDrawable", "FXDrawable *", 0, 0, (void*)0, 0};
55694
- static swig_type_info _swigt__p_FXDial = {"_p_FXDial", 0, 0, 0, 0, 0};
55695
- static swig_type_info _swigt__p_FXTextField = {"_p_FXTextField", 0, 0, 0, 0, 0};
55696
55778
  static swig_type_info _swigt__p_FXArrowButton = {"_p_FXArrowButton", 0, 0, 0, 0, 0};
55697
- static swig_type_info _swigt__p_FXVerticalSeparator = {"_p_FXVerticalSeparator", 0, 0, 0, 0, 0};
55698
- static swig_type_info _swigt__p_FXHorizontalSeparator = {"_p_FXHorizontalSeparator", 0, 0, 0, 0, 0};
55699
- static swig_type_info _swigt__p_FXSeparator = {"_p_FXSeparator", 0, 0, 0, 0, 0};
55700
- static swig_type_info _swigt__p_FXStatusLine = {"_p_FXStatusLine", 0, 0, 0, 0, 0};
55701
- static swig_type_info _swigt__p_FXColorWheel = {"_p_FXColorWheel", 0, 0, 0, 0, 0};
55702
55779
  static swig_type_info _swigt__p_FXBitmapFrame = {"_p_FXBitmapFrame", 0, 0, 0, 0, 0};
55780
+ static swig_type_info _swigt__p_FXColorBar = {"_p_FXColorBar", 0, 0, 0, 0, 0};
55781
+ static swig_type_info _swigt__p_FXColorRing = {"_p_FXColorRing", 0, 0, 0, 0, 0};
55782
+ static swig_type_info _swigt__p_FXColorWell = {"_p_FXColorWell", 0, 0, 0, 0, 0};
55783
+ static swig_type_info _swigt__p_FXColorWheel = {"_p_FXColorWheel", 0, 0, 0, 0, 0};
55784
+ static swig_type_info _swigt__p_FXDial = {"_p_FXDial", 0, 0, 0, 0, 0};
55703
55785
  static swig_type_info _swigt__p_FXGradientBar = {"_p_FXGradientBar", 0, 0, 0, 0, 0};
55786
+ static swig_type_info _swigt__p_FXHeader = {"_p_FXHeader", 0, 0, 0, 0, 0};
55787
+ static swig_type_info _swigt__p_FXHorizontalSeparator = {"_p_FXHorizontalSeparator", 0, 0, 0, 0, 0};
55704
55788
  static swig_type_info _swigt__p_FXImageFrame = {"_p_FXImageFrame", 0, 0, 0, 0, 0};
55705
55789
  static swig_type_info _swigt__p_FXKnob = {"_p_FXKnob", 0, 0, 0, 0, 0};
55706
55790
  static swig_type_info _swigt__p_FXProgressBar = {"_p_FXProgressBar", 0, 0, 0, 0, 0};
55707
- static swig_type_info _swigt__p_FXHeader = {"_p_FXHeader", 0, 0, 0, 0, 0};
55708
- static swig_type_info _swigt__p_FXColorWell = {"_p_FXColorWell", 0, 0, 0, 0, 0};
55709
- static swig_type_info _swigt__p_FXToolBarTab = {"_p_FXToolBarTab", 0, 0, 0, 0, 0};
55710
- static swig_type_info _swigt__p_FXSlider = {"_p_FXSlider", 0, 0, 0, 0, 0};
55711
55791
  static swig_type_info _swigt__p_FXRealSlider = {"_p_FXRealSlider", 0, 0, 0, 0, 0};
55712
- static swig_type_info _swigt__p_FXColorRing = {"_p_FXColorRing", 0, 0, 0, 0, 0};
55713
- static swig_type_info _swigt__p_FXColorBar = {"_p_FXColorBar", 0, 0, 0, 0, 0};
55792
+ static swig_type_info _swigt__p_FXSeparator = {"_p_FXSeparator", 0, 0, 0, 0, 0};
55793
+ static swig_type_info _swigt__p_FXSlider = {"_p_FXSlider", 0, 0, 0, 0, 0};
55794
+ static swig_type_info _swigt__p_FXStatusLine = {"_p_FXStatusLine", 0, 0, 0, 0, 0};
55795
+ static swig_type_info _swigt__p_FXTextField = {"_p_FXTextField", 0, 0, 0, 0, 0};
55796
+ static swig_type_info _swigt__p_FXToolBarTab = {"_p_FXToolBarTab", 0, 0, 0, 0, 0};
55797
+ static swig_type_info _swigt__p_FXVerticalSeparator = {"_p_FXVerticalSeparator", 0, 0, 0, 0, 0};
55714
55798
  static swig_type_info _swigt__p_FXDriveBox = {"_p_FXDriveBox", "FXDriveBox *", 0, 0, (void*)0, 0};
55715
55799
  static swig_type_info _swigt__p_FXFileDict = {"_p_FXFileDict", "FXFileDict *", 0, 0, (void*)0, 0};
55716
55800
  static swig_type_info _swigt__p_FXFileSelector = {"_p_FXFileSelector", "FXFileSelector *", 0, 0, (void*)0, 0};
@@ -55720,28 +55804,28 @@ static swig_type_info _swigt__p_FXFontSelector = {"_p_FXFontSelector", "FXFontSe
55720
55804
  static swig_type_info _swigt__p_FXFrame = {"_p_FXFrame", "FXFrame *", 0, 0, (void*)0, 0};
55721
55805
  static swig_type_info _swigt__p_FXIcon = {"_p_FXIcon", "FXIcon *", 0, 0, (void*)0, 0};
55722
55806
  static swig_type_info _swigt__p_FXId = {"_p_FXId", "FXId *", 0, 0, (void*)0, 0};
55723
- static swig_type_info _swigt__p_FXVisual = {"_p_FXVisual", 0, 0, 0, 0, 0};
55724
- static swig_type_info _swigt__p_FXCursor = {"_p_FXCursor", 0, 0, 0, 0, 0};
55725
55807
  static swig_type_info _swigt__p_FXCURCursor = {"_p_FXCURCursor", 0, 0, 0, 0, 0};
55808
+ static swig_type_info _swigt__p_FXCursor = {"_p_FXCursor", 0, 0, 0, 0, 0};
55726
55809
  static swig_type_info _swigt__p_FXGIFCursor = {"_p_FXGIFCursor", 0, 0, 0, 0, 0};
55810
+ static swig_type_info _swigt__p_FXVisual = {"_p_FXVisual", 0, 0, 0, 0, 0};
55727
55811
  static swig_type_info _swigt__p_FXImage = {"_p_FXImage", "FXImage *", 0, 0, (void*)0, 0};
55728
55812
  static swig_type_info _swigt__p_FXImageView = {"_p_FXImageView", "FXImageView *", 0, 0, (void*)0, 0};
55729
55813
  static swig_type_info _swigt__p_FXListBox = {"_p_FXListBox", "FXListBox *", 0, 0, (void*)0, 0};
55730
55814
  static swig_type_info _swigt__p_FXListItem = {"_p_FXListItem", "FXListItem *", 0, 0, (void*)0, 0};
55731
55815
  static swig_type_info _swigt__p_FXObject = {"_p_FXObject", "FXObject *", 0, 0, (void*)0, 0};
55816
+ static swig_type_info _swigt__p_FXAccelTable = {"_p_FXAccelTable", 0, 0, 0, 0, 0};
55817
+ static swig_type_info _swigt__p_FXDataTarget = {"_p_FXDataTarget", 0, 0, 0, 0, 0};
55818
+ static swig_type_info _swigt__p_FXDebugTarget = {"_p_FXDebugTarget", 0, 0, 0, 0, 0};
55819
+ static swig_type_info _swigt__p_FXDelegator = {"_p_FXDelegator", 0, 0, 0, 0, 0};
55820
+ static swig_type_info _swigt__p_FXDict = {"_p_FXDict", 0, 0, 0, 0, 0};
55732
55821
  static swig_type_info _swigt__p_FXDocument = {"_p_FXDocument", 0, 0, 0, 0, 0};
55733
- static swig_type_info _swigt__p_FXRegistry = {"_p_FXRegistry", 0, 0, 0, 0, 0};
55734
55822
  static swig_type_info _swigt__p_FXHeaderItem = {"_p_FXHeaderItem", 0, 0, 0, 0, 0};
55735
55823
  static swig_type_info _swigt__p_FXIconDict = {"_p_FXIconDict", 0, 0, 0, 0, 0};
55736
55824
  static swig_type_info _swigt__p_FXRecentFiles = {"_p_FXRecentFiles", 0, 0, 0, 0, 0};
55737
- static swig_type_info _swigt__p_FXTranslator = {"_p_FXTranslator", 0, 0, 0, 0, 0};
55738
- static swig_type_info _swigt__p_FXDict = {"_p_FXDict", 0, 0, 0, 0, 0};
55825
+ static swig_type_info _swigt__p_FXRegistry = {"_p_FXRegistry", 0, 0, 0, 0, 0};
55739
55826
  static swig_type_info _swigt__p_FXSettings = {"_p_FXSettings", 0, 0, 0, 0, 0};
55740
- static swig_type_info _swigt__p_FXDataTarget = {"_p_FXDataTarget", 0, 0, 0, 0, 0};
55741
- static swig_type_info _swigt__p_FXDebugTarget = {"_p_FXDebugTarget", 0, 0, 0, 0, 0};
55742
55827
  static swig_type_info _swigt__p_FXStringDict = {"_p_FXStringDict", 0, 0, 0, 0, 0};
55743
- static swig_type_info _swigt__p_FXDelegator = {"_p_FXDelegator", 0, 0, 0, 0, 0};
55744
- static swig_type_info _swigt__p_FXAccelTable = {"_p_FXAccelTable", 0, 0, 0, 0, 0};
55828
+ static swig_type_info _swigt__p_FXTranslator = {"_p_FXTranslator", 0, 0, 0, 0, 0};
55745
55829
  static swig_type_info _swigt__p_FXPacker = {"_p_FXPacker", "FXPacker *", 0, 0, (void*)0, 0};
55746
55830
  static swig_type_info _swigt__p_FXRealSpinner = {"_p_FXRealSpinner", "FXRealSpinner *", 0, 0, (void*)0, 0};
55747
55831
  static swig_type_info _swigt__p_FXRegion = {"_p_FXRegion", "FXRegion *", 0, 0, (void*)0, 0};
@@ -55765,16 +55849,16 @@ static swig_type_info _swigt__p_FXTopWindow = {"_p_FXTopWindow", "FXTopWindow *"
55765
55849
  static swig_type_info _swigt__p_FXTreeItem = {"_p_FXTreeItem", "FXTreeItem *", 0, 0, (void*)0, 0};
55766
55850
  static swig_type_info _swigt__p_FXTreeListBox = {"_p_FXTreeListBox", "FXTreeListBox *", 0, 0, (void*)0, 0};
55767
55851
  static swig_type_info _swigt__p_FXWindow = {"_p_FXWindow", "FXWindow *", 0, 0, (void*)0, 0};
55768
- static swig_type_info _swigt__p_char = {"_p_char", "char *|FXchar *", 0, 0, (void*)0, 0};
55769
- static swig_type_info _swigt__p_double = {"_p_double", "double *|FXdouble *", 0, 0, (void*)0, 0};
55770
- static swig_type_info _swigt__p_float = {"_p_float", "float *|FXfloat *", 0, 0, (void*)0, 0};
55771
- static swig_type_info _swigt__p_int = {"_p_int", "FXint *|int *|FXInputHandle *", 0, 0, (void*)0, 0};
55772
- static swig_type_info _swigt__p_long = {"_p_long", "long *|FXTime *", 0, 0, (void*)0, 0};
55773
- static swig_type_info _swigt__p_short = {"_p_short", "short *|FXshort *", 0, 0, (void*)0, 0};
55774
- static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "FXuchar *|unsigned char *|FXbool *", 0, 0, (void*)0, 0};
55775
- static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "FXwchar *|FXDragType *|unsigned int *|FXuint *|FXColor *|FXSelector *|FXHotKey *", 0, 0, (void*)0, 0};
55776
- static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "unsigned long *|FXuval *|FXPixel *", 0, 0, (void*)0, 0};
55777
- static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|FXushort *", 0, 0, (void*)0, 0};
55852
+ static swig_type_info _swigt__p_char = {"_p_char", "FXchar *|char *", 0, 0, (void*)0, 0};
55853
+ static swig_type_info _swigt__p_double = {"_p_double", "FXdouble *|double *", 0, 0, (void*)0, 0};
55854
+ static swig_type_info _swigt__p_float = {"_p_float", "FXfloat *|float *", 0, 0, (void*)0, 0};
55855
+ static swig_type_info _swigt__p_int = {"_p_int", "FXInputHandle *|FXint *|int *", 0, 0, (void*)0, 0};
55856
+ static swig_type_info _swigt__p_long = {"_p_long", "FXTime *|long *", 0, 0, (void*)0, 0};
55857
+ static swig_type_info _swigt__p_short = {"_p_short", "FXshort *|short *", 0, 0, (void*)0, 0};
55858
+ static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "FXbool *|FXuchar *|unsigned char *", 0, 0, (void*)0, 0};
55859
+ static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "FXColor *|FXDragType *|FXHotKey *|FXSelector *|FXuint *|FXwchar *|unsigned int *", 0, 0, (void*)0, 0};
55860
+ static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "FXPixel *|FXuval *|unsigned long *", 0, 0, (void*)0, 0};
55861
+ static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "FXushort *|unsigned short *", 0, 0, (void*)0, 0};
55778
55862
 
55779
55863
  static swig_type_info *swig_type_initial[] = {
55780
55864
  &_swigt__p_FX4Splitter,
@@ -55902,96 +55986,96 @@ static swig_cast_info _swigc__p_FXButton[] = { {&_swigt__p_FXButton, 0, 0, 0},{
55902
55986
  static swig_cast_info _swigc__p_FXCanvas[] = { {&_swigt__p_FXCanvas, 0, 0, 0},{0, 0, 0, 0}};
55903
55987
  static swig_cast_info _swigc__p_FXColorSelector[] = { {&_swigt__p_FXColorSelector, 0, 0, 0},{0, 0, 0, 0}};
55904
55988
  static swig_cast_info _swigc__p_FXComboBox[] = { {&_swigt__p_FXComboBox, 0, 0, 0},{0, 0, 0, 0}};
55989
+ static swig_cast_info _swigc__p_FX4Splitter[] = {{&_swigt__p_FX4Splitter, 0, 0, 0},{0, 0, 0, 0}};
55905
55990
  static swig_cast_info _swigc__p_FXGroupBox[] = {{&_swigt__p_FXGroupBox, 0, 0, 0},{0, 0, 0, 0}};
55906
- static swig_cast_info _swigc__p_FXStatusBar[] = {{&_swigt__p_FXStatusBar, 0, 0, 0},{0, 0, 0, 0}};
55991
+ static swig_cast_info _swigc__p_FXHorizontalFrame[] = {{&_swigt__p_FXHorizontalFrame, 0, 0, 0},{0, 0, 0, 0}};
55992
+ static swig_cast_info _swigc__p_FXMainWindow[] = {{&_swigt__p_FXMainWindow, 0, 0, 0},{0, 0, 0, 0}};
55993
+ static swig_cast_info _swigc__p_FXMatrix[] = {{&_swigt__p_FXMatrix, 0, 0, 0},{0, 0, 0, 0}};
55907
55994
  static swig_cast_info _swigc__p_FXPopup[] = {{&_swigt__p_FXPopup, 0, 0, 0},{0, 0, 0, 0}};
55908
55995
  static swig_cast_info _swigc__p_FXRootWindow[] = {{&_swigt__p_FXRootWindow, 0, 0, 0},{0, 0, 0, 0}};
55909
55996
  static swig_cast_info _swigc__p_FXScrollWindow[] = {{&_swigt__p_FXScrollWindow, 0, 0, 0},{0, 0, 0, 0}};
55910
- static swig_cast_info _swigc__p_FXMainWindow[] = {{&_swigt__p_FXMainWindow, 0, 0, 0},{0, 0, 0, 0}};
55911
- static swig_cast_info _swigc__p_FXSplashWindow[] = {{&_swigt__p_FXSplashWindow, 0, 0, 0},{0, 0, 0, 0}};
55912
- static swig_cast_info _swigc__p_FXHorizontalFrame[] = {{&_swigt__p_FXHorizontalFrame, 0, 0, 0},{0, 0, 0, 0}};
55913
- static swig_cast_info _swigc__p_FXVerticalFrame[] = {{&_swigt__p_FXVerticalFrame, 0, 0, 0},{0, 0, 0, 0}};
55914
- static swig_cast_info _swigc__p_FX4Splitter[] = {{&_swigt__p_FX4Splitter, 0, 0, 0},{0, 0, 0, 0}};
55915
- static swig_cast_info _swigc__p_FXSplitter[] = {{&_swigt__p_FXSplitter, 0, 0, 0},{0, 0, 0, 0}};
55916
- static swig_cast_info _swigc__p_FXSwitcher[] = {{&_swigt__p_FXSwitcher, 0, 0, 0},{0, 0, 0, 0}};
55917
55997
  static swig_cast_info _swigc__p_FXShutter[] = {{&_swigt__p_FXShutter, 0, 0, 0},{0, 0, 0, 0}};
55918
55998
  static swig_cast_info _swigc__p_FXShutterItem[] = {{&_swigt__p_FXShutterItem, 0, 0, 0},{0, 0, 0, 0}};
55919
- static swig_cast_info _swigc__p_FXMatrix[] = {{&_swigt__p_FXMatrix, 0, 0, 0},{0, 0, 0, 0}};
55999
+ static swig_cast_info _swigc__p_FXSplashWindow[] = {{&_swigt__p_FXSplashWindow, 0, 0, 0},{0, 0, 0, 0}};
56000
+ static swig_cast_info _swigc__p_FXSplitter[] = {{&_swigt__p_FXSplitter, 0, 0, 0},{0, 0, 0, 0}};
55920
56001
  static swig_cast_info _swigc__p_FXSpring[] = {{&_swigt__p_FXSpring, 0, 0, 0},{0, 0, 0, 0}};
55921
- static swig_cast_info _swigc__p_FXComposite[] = { {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXComposite, 0, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXComposite, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXComposite, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXComposite, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXComposite, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXComposite, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXComposite, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXComposite, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXComposite, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXComposite, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXComposite, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXComposite, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXComposite, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXComposite, 0, 0},{0, 0, 0, 0}};
56002
+ static swig_cast_info _swigc__p_FXStatusBar[] = {{&_swigt__p_FXStatusBar, 0, 0, 0},{0, 0, 0, 0}};
56003
+ static swig_cast_info _swigc__p_FXSwitcher[] = {{&_swigt__p_FXSwitcher, 0, 0, 0},{0, 0, 0, 0}};
56004
+ static swig_cast_info _swigc__p_FXVerticalFrame[] = {{&_swigt__p_FXVerticalFrame, 0, 0, 0},{0, 0, 0, 0}};
56005
+ static swig_cast_info _swigc__p_FXComposite[] = { {&_swigt__p_FXComposite, 0, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXComposite, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXComposite, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXComposite, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXComposite, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXComposite, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXComposite, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXComposite, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXComposite, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXComposite, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXComposite, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXComposite, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXComposite, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXComposite, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXComposite, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXComposite, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXComposite, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXComposite, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXComposite, 0, 0},{0, 0, 0, 0}};
55922
56006
  static swig_cast_info _swigc__p_FXDirBox[] = { {&_swigt__p_FXDirBox, 0, 0, 0},{0, 0, 0, 0}};
55923
56007
  static swig_cast_info _swigc__p_FXDirSelector[] = { {&_swigt__p_FXDirSelector, 0, 0, 0},{0, 0, 0, 0}};
55924
56008
  static swig_cast_info _swigc__p_FXDockBar[] = { {&_swigt__p_FXDockBar, 0, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXDockBar, 0, 0},{0, 0, 0, 0}};
55925
- static swig_cast_info _swigc__p_FXDockHandler[] = { {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXDockHandler, 0, 0}, {&_swigt__p_FXDockHandler, 0, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXDockHandler, 0, 0},{0, 0, 0, 0}};
56009
+ static swig_cast_info _swigc__p_FXDockHandler[] = { {&_swigt__p_FXDockHandler, 0, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXDockHandler, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXDockHandler, 0, 0},{0, 0, 0, 0}};
55926
56010
  static swig_cast_info _swigc__p_FXDockSite[] = { {&_swigt__p_FXDockSite, 0, 0, 0},{0, 0, 0, 0}};
55927
56011
  static swig_cast_info _swigc__p_FXDockTitle[] = { {&_swigt__p_FXDockTitle, 0, 0, 0},{0, 0, 0, 0}};
55928
56012
  static swig_cast_info _swigc__p_FXDragCorner[] = { {&_swigt__p_FXDragCorner, 0, 0, 0},{0, 0, 0, 0}};
55929
- static swig_cast_info _swigc__p_FXDial[] = {{&_swigt__p_FXDial, 0, 0, 0},{0, 0, 0, 0}};
55930
- static swig_cast_info _swigc__p_FXTextField[] = {{&_swigt__p_FXTextField, 0, 0, 0},{0, 0, 0, 0}};
55931
56013
  static swig_cast_info _swigc__p_FXArrowButton[] = {{&_swigt__p_FXArrowButton, 0, 0, 0},{0, 0, 0, 0}};
55932
- static swig_cast_info _swigc__p_FXVerticalSeparator[] = {{&_swigt__p_FXVerticalSeparator, 0, 0, 0},{0, 0, 0, 0}};
55933
- static swig_cast_info _swigc__p_FXHorizontalSeparator[] = {{&_swigt__p_FXHorizontalSeparator, 0, 0, 0},{0, 0, 0, 0}};
55934
- static swig_cast_info _swigc__p_FXSeparator[] = {{&_swigt__p_FXSeparator, 0, 0, 0},{0, 0, 0, 0}};
55935
- static swig_cast_info _swigc__p_FXStatusLine[] = {{&_swigt__p_FXStatusLine, 0, 0, 0},{0, 0, 0, 0}};
55936
- static swig_cast_info _swigc__p_FXColorWheel[] = {{&_swigt__p_FXColorWheel, 0, 0, 0},{0, 0, 0, 0}};
55937
56014
  static swig_cast_info _swigc__p_FXBitmapFrame[] = {{&_swigt__p_FXBitmapFrame, 0, 0, 0},{0, 0, 0, 0}};
56015
+ static swig_cast_info _swigc__p_FXColorBar[] = {{&_swigt__p_FXColorBar, 0, 0, 0},{0, 0, 0, 0}};
56016
+ static swig_cast_info _swigc__p_FXColorRing[] = {{&_swigt__p_FXColorRing, 0, 0, 0},{0, 0, 0, 0}};
56017
+ static swig_cast_info _swigc__p_FXColorWell[] = {{&_swigt__p_FXColorWell, 0, 0, 0},{0, 0, 0, 0}};
56018
+ static swig_cast_info _swigc__p_FXColorWheel[] = {{&_swigt__p_FXColorWheel, 0, 0, 0},{0, 0, 0, 0}};
56019
+ static swig_cast_info _swigc__p_FXDial[] = {{&_swigt__p_FXDial, 0, 0, 0},{0, 0, 0, 0}};
55938
56020
  static swig_cast_info _swigc__p_FXGradientBar[] = {{&_swigt__p_FXGradientBar, 0, 0, 0},{0, 0, 0, 0}};
56021
+ static swig_cast_info _swigc__p_FXHeader[] = {{&_swigt__p_FXHeader, 0, 0, 0},{0, 0, 0, 0}};
56022
+ static swig_cast_info _swigc__p_FXHorizontalSeparator[] = {{&_swigt__p_FXHorizontalSeparator, 0, 0, 0},{0, 0, 0, 0}};
55939
56023
  static swig_cast_info _swigc__p_FXImageFrame[] = {{&_swigt__p_FXImageFrame, 0, 0, 0},{0, 0, 0, 0}};
55940
56024
  static swig_cast_info _swigc__p_FXKnob[] = {{&_swigt__p_FXKnob, 0, 0, 0},{0, 0, 0, 0}};
55941
56025
  static swig_cast_info _swigc__p_FXProgressBar[] = {{&_swigt__p_FXProgressBar, 0, 0, 0},{0, 0, 0, 0}};
55942
- static swig_cast_info _swigc__p_FXHeader[] = {{&_swigt__p_FXHeader, 0, 0, 0},{0, 0, 0, 0}};
55943
- static swig_cast_info _swigc__p_FXColorWell[] = {{&_swigt__p_FXColorWell, 0, 0, 0},{0, 0, 0, 0}};
55944
- static swig_cast_info _swigc__p_FXToolBarTab[] = {{&_swigt__p_FXToolBarTab, 0, 0, 0},{0, 0, 0, 0}};
55945
- static swig_cast_info _swigc__p_FXSlider[] = {{&_swigt__p_FXSlider, 0, 0, 0},{0, 0, 0, 0}};
55946
56026
  static swig_cast_info _swigc__p_FXRealSlider[] = {{&_swigt__p_FXRealSlider, 0, 0, 0},{0, 0, 0, 0}};
55947
- static swig_cast_info _swigc__p_FXColorRing[] = {{&_swigt__p_FXColorRing, 0, 0, 0},{0, 0, 0, 0}};
55948
- static swig_cast_info _swigc__p_FXColorBar[] = {{&_swigt__p_FXColorBar, 0, 0, 0},{0, 0, 0, 0}};
55949
- static swig_cast_info _swigc__p_FXDrawable[] = { {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXWindow, _p_FXWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDrawable, 0, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXDrawable, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXDrawable, 0, 0},{0, 0, 0, 0}};
56027
+ static swig_cast_info _swigc__p_FXSeparator[] = {{&_swigt__p_FXSeparator, 0, 0, 0},{0, 0, 0, 0}};
56028
+ static swig_cast_info _swigc__p_FXSlider[] = {{&_swigt__p_FXSlider, 0, 0, 0},{0, 0, 0, 0}};
56029
+ static swig_cast_info _swigc__p_FXStatusLine[] = {{&_swigt__p_FXStatusLine, 0, 0, 0},{0, 0, 0, 0}};
56030
+ static swig_cast_info _swigc__p_FXTextField[] = {{&_swigt__p_FXTextField, 0, 0, 0},{0, 0, 0, 0}};
56031
+ static swig_cast_info _swigc__p_FXToolBarTab[] = {{&_swigt__p_FXToolBarTab, 0, 0, 0},{0, 0, 0, 0}};
56032
+ static swig_cast_info _swigc__p_FXVerticalSeparator[] = {{&_swigt__p_FXVerticalSeparator, 0, 0, 0},{0, 0, 0, 0}};
56033
+ static swig_cast_info _swigc__p_FXDrawable[] = { {&_swigt__p_FXDrawable, 0, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXDrawable, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXWindow, _p_FXWindowTo_p_FXDrawable, 0, 0},{0, 0, 0, 0}};
55950
56034
  static swig_cast_info _swigc__p_FXDriveBox[] = { {&_swigt__p_FXDriveBox, 0, 0, 0},{0, 0, 0, 0}};
55951
56035
  static swig_cast_info _swigc__p_FXFileDict[] = { {&_swigt__p_FXFileDict, 0, 0, 0},{0, 0, 0, 0}};
55952
56036
  static swig_cast_info _swigc__p_FXFileSelector[] = { {&_swigt__p_FXFileSelector, 0, 0, 0},{0, 0, 0, 0}};
55953
56037
  static swig_cast_info _swigc__p_FXFont[] = { {&_swigt__p_FXFont, 0, 0, 0},{0, 0, 0, 0}};
55954
56038
  static swig_cast_info _swigc__p_FXFontDesc[] = { {&_swigt__p_FXFontDesc, 0, 0, 0},{0, 0, 0, 0}};
55955
56039
  static swig_cast_info _swigc__p_FXFontSelector[] = { {&_swigt__p_FXFontSelector, 0, 0, 0},{0, 0, 0, 0}};
55956
- static swig_cast_info _swigc__p_FXFrame[] = { {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXFrame, 0, 0}, {&_swigt__p_FXFrame, 0, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXFrame, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXFrame, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXFrame, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXFrame, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXFrame, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXFrame, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXFrame, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXFrame, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXFrame, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXFrame, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXFrame, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXFrame, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXFrame, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXFrame, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXFrame, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXFrame, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXFrame, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXFrame, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXFrame, 0, 0},{0, 0, 0, 0}};
56040
+ static swig_cast_info _swigc__p_FXFrame[] = { {&_swigt__p_FXFrame, 0, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXFrame, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXFrame, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXFrame, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXFrame, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXFrame, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXFrame, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXFrame, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXFrame, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXFrame, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXFrame, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXFrame, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXFrame, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXFrame, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXFrame, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXFrame, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXFrame, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXFrame, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXFrame, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXFrame, 0, 0},{0, 0, 0, 0}};
55957
56041
  static swig_cast_info _swigc__p_FXIcon[] = { {&_swigt__p_FXIcon, 0, 0, 0},{0, 0, 0, 0}};
55958
- static swig_cast_info _swigc__p_FXVisual[] = {{&_swigt__p_FXVisual, 0, 0, 0},{0, 0, 0, 0}};
55959
- static swig_cast_info _swigc__p_FXCursor[] = {{&_swigt__p_FXCursor, 0, 0, 0},{0, 0, 0, 0}};
55960
56042
  static swig_cast_info _swigc__p_FXCURCursor[] = {{&_swigt__p_FXCURCursor, 0, 0, 0},{0, 0, 0, 0}};
56043
+ static swig_cast_info _swigc__p_FXCursor[] = {{&_swigt__p_FXCursor, 0, 0, 0},{0, 0, 0, 0}};
55961
56044
  static swig_cast_info _swigc__p_FXGIFCursor[] = {{&_swigt__p_FXGIFCursor, 0, 0, 0},{0, 0, 0, 0}};
55962
- static swig_cast_info _swigc__p_FXId[] = { {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXId, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXId, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXId, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXId, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXId, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXId, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXId, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXId, 0, 0}, {&_swigt__p_FXDrawable, _p_FXDrawableTo_p_FXId, 0, 0}, {&_swigt__p_FXFont, _p_FXFontTo_p_FXId, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXId, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXId, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXId, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXId, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXId, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXId, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXId, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXId, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXId, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXId, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXId, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXId, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXId, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXId, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXId, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXId, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXId, 0, 0}, {&_swigt__p_FXId, 0, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXId, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXId, 0, 0}, {&_swigt__p_FXVisual, _p_FXVisualTo_p_FXId, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXId, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXId, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXId, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXId, 0, 0}, {&_swigt__p_FXCursor, _p_FXCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXCURCursor, _p_FXCURCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXGIFCursor, _p_FXGIFCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXId, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXId, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXId, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXId, 0, 0}, {&_swigt__p_FXWindow, _p_FXWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXId, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXId, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXId, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXId, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXId, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXId, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXId, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXId, 0, 0},{0, 0, 0, 0}};
56045
+ static swig_cast_info _swigc__p_FXVisual[] = {{&_swigt__p_FXVisual, 0, 0, 0},{0, 0, 0, 0}};
56046
+ static swig_cast_info _swigc__p_FXId[] = { {&_swigt__p_FXId, 0, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXId, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXId, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXCURCursor, _p_FXCURCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXId, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXId, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXId, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXId, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXId, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXId, 0, 0}, {&_swigt__p_FXCursor, _p_FXCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXId, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXId, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXId, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXId, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXId, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXId, 0, 0}, {&_swigt__p_FXDrawable, _p_FXDrawableTo_p_FXId, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXFont, _p_FXFontTo_p_FXId, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXId, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXGIFCursor, _p_FXGIFCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXId, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXId, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXId, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXId, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXId, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXId, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXId, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXId, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXId, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXId, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXId, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXId, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXId, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXId, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXId, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXId, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXId, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXId, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXId, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXId, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXId, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXId, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXId, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXId, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXId, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXId, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXId, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXId, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXVisual, _p_FXVisualTo_p_FXId, 0, 0}, {&_swigt__p_FXWindow, _p_FXWindowTo_p_FXId, 0, 0},{0, 0, 0, 0}};
55963
56047
  static swig_cast_info _swigc__p_FXImage[] = { {&_swigt__p_FXImage, 0, 0, 0},{0, 0, 0, 0}};
55964
56048
  static swig_cast_info _swigc__p_FXImageView[] = { {&_swigt__p_FXImageView, 0, 0, 0},{0, 0, 0, 0}};
55965
- static swig_cast_info _swigc__p_FXListBox[] = { {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXListBox, 0, 0}, {&_swigt__p_FXListBox, 0, 0, 0},{0, 0, 0, 0}};
56049
+ static swig_cast_info _swigc__p_FXListBox[] = { {&_swigt__p_FXListBox, 0, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXListBox, 0, 0},{0, 0, 0, 0}};
55966
56050
  static swig_cast_info _swigc__p_FXListItem[] = { {&_swigt__p_FXListItem, 0, 0, 0},{0, 0, 0, 0}};
56051
+ static swig_cast_info _swigc__p_FXAccelTable[] = {{&_swigt__p_FXAccelTable, 0, 0, 0},{0, 0, 0, 0}};
56052
+ static swig_cast_info _swigc__p_FXDataTarget[] = {{&_swigt__p_FXDataTarget, 0, 0, 0},{0, 0, 0, 0}};
56053
+ static swig_cast_info _swigc__p_FXDebugTarget[] = {{&_swigt__p_FXDebugTarget, 0, 0, 0},{0, 0, 0, 0}};
56054
+ static swig_cast_info _swigc__p_FXDelegator[] = {{&_swigt__p_FXDelegator, 0, 0, 0},{0, 0, 0, 0}};
56055
+ static swig_cast_info _swigc__p_FXDict[] = {{&_swigt__p_FXDict, 0, 0, 0},{0, 0, 0, 0}};
55967
56056
  static swig_cast_info _swigc__p_FXDocument[] = {{&_swigt__p_FXDocument, 0, 0, 0},{0, 0, 0, 0}};
55968
- static swig_cast_info _swigc__p_FXRegistry[] = {{&_swigt__p_FXRegistry, 0, 0, 0},{0, 0, 0, 0}};
55969
56057
  static swig_cast_info _swigc__p_FXHeaderItem[] = {{&_swigt__p_FXHeaderItem, 0, 0, 0},{0, 0, 0, 0}};
55970
56058
  static swig_cast_info _swigc__p_FXIconDict[] = {{&_swigt__p_FXIconDict, 0, 0, 0},{0, 0, 0, 0}};
55971
56059
  static swig_cast_info _swigc__p_FXRecentFiles[] = {{&_swigt__p_FXRecentFiles, 0, 0, 0},{0, 0, 0, 0}};
55972
- static swig_cast_info _swigc__p_FXTranslator[] = {{&_swigt__p_FXTranslator, 0, 0, 0},{0, 0, 0, 0}};
55973
- static swig_cast_info _swigc__p_FXDict[] = {{&_swigt__p_FXDict, 0, 0, 0},{0, 0, 0, 0}};
56060
+ static swig_cast_info _swigc__p_FXRegistry[] = {{&_swigt__p_FXRegistry, 0, 0, 0},{0, 0, 0, 0}};
55974
56061
  static swig_cast_info _swigc__p_FXSettings[] = {{&_swigt__p_FXSettings, 0, 0, 0},{0, 0, 0, 0}};
55975
- static swig_cast_info _swigc__p_FXDataTarget[] = {{&_swigt__p_FXDataTarget, 0, 0, 0},{0, 0, 0, 0}};
55976
- static swig_cast_info _swigc__p_FXDebugTarget[] = {{&_swigt__p_FXDebugTarget, 0, 0, 0},{0, 0, 0, 0}};
55977
56062
  static swig_cast_info _swigc__p_FXStringDict[] = {{&_swigt__p_FXStringDict, 0, 0, 0},{0, 0, 0, 0}};
55978
- static swig_cast_info _swigc__p_FXDelegator[] = {{&_swigt__p_FXDelegator, 0, 0, 0},{0, 0, 0, 0}};
55979
- static swig_cast_info _swigc__p_FXAccelTable[] = {{&_swigt__p_FXAccelTable, 0, 0, 0},{0, 0, 0, 0}};
55980
- static swig_cast_info _swigc__p_FXObject[] = { {&_swigt__p_FXDocument, _p_FXDocumentTo_p_FXObject, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXRegistry, _p_FXRegistryTo_p_FXObject, 0, 0}, {&_swigt__p_FXHeaderItem, _p_FXHeaderItemTo_p_FXObject, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXObject, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXObject, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXIconDict, _p_FXIconDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXObject, 0, 0}, {&_swigt__p_FXFileDict, _p_FXFileDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXRecentFiles, _p_FXRecentFilesTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXObject, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXObject, 0, 0}, {&_swigt__p_FXDrawable, _p_FXDrawableTo_p_FXObject, 0, 0}, {&_swigt__p_FXFont, _p_FXFontTo_p_FXObject, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXObject, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXObject, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXObject, 0, 0}, {&_swigt__p_FXTranslator, _p_FXTranslatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXObject, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXObject, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXObject, 0, 0}, {&_swigt__p_FXApp, _p_FXAppTo_p_FXObject, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXObject, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXObject, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXObject, 0, 0}, {&_swigt__p_FXDict, _p_FXDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXObject, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXObject, 0, 0}, {&_swigt__p_FXSettings, _p_FXSettingsTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXObject, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXObject, 0, 0}, {&_swigt__p_FXDataTarget, _p_FXDataTargetTo_p_FXObject, 0, 0}, {&_swigt__p_FXDebugTarget, _p_FXDebugTargetTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXObject, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXObject, 0, 0}, {&_swigt__p_FXId, _p_FXIdTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXObject, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXVisual, _p_FXVisualTo_p_FXObject, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXObject, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXObject, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXStringDict, _p_FXStringDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXDelegator, _p_FXDelegatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXAccelTable, _p_FXAccelTableTo_p_FXObject, 0, 0}, {&_swigt__p_FXObject, 0, 0, 0}, {&_swigt__p_FXCursor, _p_FXCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXCURCursor, _p_FXCURCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXGIFCursor, _p_FXGIFCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXObject, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXObject, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXObject, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXObject, 0, 0}, {&_swigt__p_FXWindow, _p_FXWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXObject, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXObject, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXObject, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXObject, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXObject, 0, 0},{0, 0, 0, 0}};
55981
- static swig_cast_info _swigc__p_FXPacker[] = { {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXPacker, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXPacker, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXPacker, 0, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXPacker, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXPacker, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXPacker, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXPacker, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXPacker, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXPacker, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXPacker, 0, 0},{0, 0, 0, 0}};
56063
+ static swig_cast_info _swigc__p_FXTranslator[] = {{&_swigt__p_FXTranslator, 0, 0, 0},{0, 0, 0, 0}};
56064
+ static swig_cast_info _swigc__p_FXObject[] = { {&_swigt__p_FXObject, 0, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXObject, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXObject, 0, 0}, {&_swigt__p_FXAccelTable, _p_FXAccelTableTo_p_FXObject, 0, 0}, {&_swigt__p_FXApp, _p_FXAppTo_p_FXObject, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXCURCursor, _p_FXCURCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXObject, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXObject, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXObject, 0, 0}, {&_swigt__p_FXCursor, _p_FXCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXDataTarget, _p_FXDataTargetTo_p_FXObject, 0, 0}, {&_swigt__p_FXDebugTarget, _p_FXDebugTargetTo_p_FXObject, 0, 0}, {&_swigt__p_FXDelegator, _p_FXDelegatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXObject, 0, 0}, {&_swigt__p_FXDict, _p_FXDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXObject, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXObject, 0, 0}, {&_swigt__p_FXDocument, _p_FXDocumentTo_p_FXObject, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXObject, 0, 0}, {&_swigt__p_FXDrawable, _p_FXDrawableTo_p_FXObject, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXFileDict, _p_FXFileDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXFont, _p_FXFontTo_p_FXObject, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXObject, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXGIFCursor, _p_FXGIFCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXObject, 0, 0}, {&_swigt__p_FXHeaderItem, _p_FXHeaderItemTo_p_FXObject, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXIconDict, _p_FXIconDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXId, _p_FXIdTo_p_FXObject, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXObject, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXObject, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXObject, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXObject, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXObject, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXObject, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXObject, 0, 0}, {&_swigt__p_FXRecentFiles, _p_FXRecentFilesTo_p_FXObject, 0, 0}, {&_swigt__p_FXRegistry, _p_FXRegistryTo_p_FXObject, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXObject, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXObject, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXSettings, _p_FXSettingsTo_p_FXObject, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXObject, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXObject, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXObject, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXObject, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXObject, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXObject, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXObject, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXObject, 0, 0}, {&_swigt__p_FXStringDict, _p_FXStringDictTo_p_FXObject, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXObject, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXObject, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXObject, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXObject, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXTranslator, _p_FXTranslatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXObject, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXVisual, _p_FXVisualTo_p_FXObject, 0, 0}, {&_swigt__p_FXWindow, _p_FXWindowTo_p_FXObject, 0, 0},{0, 0, 0, 0}};
56065
+ static swig_cast_info _swigc__p_FXPacker[] = { {&_swigt__p_FXPacker, 0, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXPacker, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXPacker, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXPacker, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXPacker, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXPacker, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXPacker, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXPacker, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXPacker, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXPacker, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXPacker, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXPacker, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXPacker, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXPacker, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXPacker, 0, 0},{0, 0, 0, 0}};
55982
56066
  static swig_cast_info _swigc__p_FXRealSpinner[] = { {&_swigt__p_FXRealSpinner, 0, 0, 0},{0, 0, 0, 0}};
55983
56067
  static swig_cast_info _swigc__p_FXRegion[] = { {&_swigt__p_FXRegion, 0, 0, 0},{0, 0, 0, 0}};
55984
56068
  static swig_cast_info _swigc__p_FXRuler[] = { {&_swigt__p_FXRuler, 0, 0, 0},{0, 0, 0, 0}};
55985
56069
  static swig_cast_info _swigc__p_FXRulerView[] = { {&_swigt__p_FXRulerView, 0, 0, 0},{0, 0, 0, 0}};
55986
- static swig_cast_info _swigc__p_FXScrollArea[] = { {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXScrollArea, 0, 0}, {&_swigt__p_FXScrollArea, 0, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXScrollArea, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXScrollArea, 0, 0},{0, 0, 0, 0}};
56070
+ static swig_cast_info _swigc__p_FXScrollArea[] = { {&_swigt__p_FXScrollArea, 0, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXScrollArea, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXScrollArea, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXScrollArea, 0, 0},{0, 0, 0, 0}};
55987
56071
  static swig_cast_info _swigc__p_FXScrollBar[] = { {&_swigt__p_FXScrollBar, 0, 0, 0},{0, 0, 0, 0}};
55988
56072
  static swig_cast_info _swigc__p_FXScrollCorner[] = { {&_swigt__p_FXScrollCorner, 0, 0, 0},{0, 0, 0, 0}};
55989
- static swig_cast_info _swigc__p_FXShell[] = { {&_swigt__p_FXShell, 0, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXShell, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXShell, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXShell, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXShell, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXShell, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXShell, 0, 0},{0, 0, 0, 0}};
56073
+ static swig_cast_info _swigc__p_FXShell[] = { {&_swigt__p_FXShell, 0, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXShell, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXShell, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXShell, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXShell, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXShell, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXShell, 0, 0},{0, 0, 0, 0}};
55990
56074
  static swig_cast_info _swigc__p_FXSpinner[] = { {&_swigt__p_FXSpinner, 0, 0, 0},{0, 0, 0, 0}};
55991
56075
  static swig_cast_info _swigc__p_FXFileStream[] = {{&_swigt__p_FXFileStream, 0, 0, 0},{0, 0, 0, 0}};
55992
56076
  static swig_cast_info _swigc__p_FXMemoryStream[] = {{&_swigt__p_FXMemoryStream, 0, 0, 0},{0, 0, 0, 0}};
55993
- static swig_cast_info _swigc__p_FXStream[] = { {&_swigt__p_FXFileStream, _p_FXFileStreamTo_p_FXStream, 0, 0}, {&_swigt__p_FXMemoryStream, _p_FXMemoryStreamTo_p_FXStream, 0, 0}, {&_swigt__p_FXStream, 0, 0, 0},{0, 0, 0, 0}};
55994
- static swig_cast_info _swigc__p_FXTabBar[] = { {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXTabBar, 0, 0}, {&_swigt__p_FXTabBar, 0, 0, 0},{0, 0, 0, 0}};
56077
+ static swig_cast_info _swigc__p_FXStream[] = { {&_swigt__p_FXStream, 0, 0, 0}, {&_swigt__p_FXFileStream, _p_FXFileStreamTo_p_FXStream, 0, 0}, {&_swigt__p_FXMemoryStream, _p_FXMemoryStreamTo_p_FXStream, 0, 0},{0, 0, 0, 0}};
56078
+ static swig_cast_info _swigc__p_FXTabBar[] = { {&_swigt__p_FXTabBar, 0, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXTabBar, 0, 0},{0, 0, 0, 0}};
55995
56079
  static swig_cast_info _swigc__p_FXTabBook[] = { {&_swigt__p_FXTabBook, 0, 0, 0},{0, 0, 0, 0}};
55996
56080
  static swig_cast_info _swigc__p_FXToolBar[] = { {&_swigt__p_FXToolBar, 0, 0, 0},{0, 0, 0, 0}};
55997
56081
  static swig_cast_info _swigc__p_FXToolBarGrip[] = { {&_swigt__p_FXToolBarGrip, 0, 0, 0},{0, 0, 0, 0}};
@@ -56000,7 +56084,7 @@ static swig_cast_info _swigc__p_FXToolTip[] = { {&_swigt__p_FXToolTip, 0, 0, 0}
56000
56084
  static swig_cast_info _swigc__p_FXTopWindow[] = { {&_swigt__p_FXTopWindow, 0, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXTopWindow, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXTopWindow, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXTopWindow, 0, 0},{0, 0, 0, 0}};
56001
56085
  static swig_cast_info _swigc__p_FXTreeItem[] = { {&_swigt__p_FXTreeItem, 0, 0, 0},{0, 0, 0, 0}};
56002
56086
  static swig_cast_info _swigc__p_FXTreeListBox[] = { {&_swigt__p_FXTreeListBox, 0, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXTreeListBox, 0, 0},{0, 0, 0, 0}};
56003
- static swig_cast_info _swigc__p_FXWindow[] = { {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXWindow, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXWindow, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXWindow, 0, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXWindow, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXWindow, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXWindow, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXWindow, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXWindow, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXWindow, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXWindow, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXWindow, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXWindow, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXWindow, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXWindow, 0, 0},{0, 0, 0, 0}};
56087
+ static swig_cast_info _swigc__p_FXWindow[] = { {&_swigt__p_FXWindow, 0, 0, 0}, {&_swigt__p_FX4Splitter, _p_FX4SplitterTo_p_FXWindow, 0, 0}, {&_swigt__p_FX7Segment, _p_FX7SegmentTo_p_FXWindow, 0, 0}, {&_swigt__p_FXArrowButton, _p_FXArrowButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXBitmapFrame, _p_FXBitmapFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorBar, _p_FXColorBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorRing, _p_FXColorRingTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorSelector, _p_FXColorSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorWell, _p_FXColorWellTo_p_FXWindow, 0, 0}, {&_swigt__p_FXColorWheel, _p_FXColorWheelTo_p_FXWindow, 0, 0}, {&_swigt__p_FXComboBox, _p_FXComboBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXComposite, _p_FXCompositeTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDial, _p_FXDialTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDirBox, _p_FXDirBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDirSelector, _p_FXDirSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockBar, _p_FXDockBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockHandler, _p_FXDockHandlerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockSite, _p_FXDockSiteTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDockTitle, _p_FXDockTitleTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDragCorner, _p_FXDragCornerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXDriveBox, _p_FXDriveBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXFileSelector, _p_FXFileSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXFontSelector, _p_FXFontSelectorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXFrame, _p_FXFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXGradientBar, _p_FXGradientBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXGroupBox, _p_FXGroupBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXHeader, _p_FXHeaderTo_p_FXWindow, 0, 0}, {&_swigt__p_FXHorizontalFrame, _p_FXHorizontalFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXHorizontalSeparator, _p_FXHorizontalSeparatorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXImageFrame, _p_FXImageFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXImageView, _p_FXImageViewTo_p_FXWindow, 0, 0}, {&_swigt__p_FXKnob, _p_FXKnobTo_p_FXWindow, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXWindow, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRealSlider, _p_FXRealSliderTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRealSpinner, _p_FXRealSpinnerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRootWindow, _p_FXRootWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRuler, _p_FXRulerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRulerView, _p_FXRulerViewTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollArea, _p_FXScrollAreaTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollBar, _p_FXScrollBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollCorner, _p_FXScrollCornerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXScrollWindow, _p_FXScrollWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSeparator, _p_FXSeparatorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXShell, _p_FXShellTo_p_FXWindow, 0, 0}, {&_swigt__p_FXShutter, _p_FXShutterTo_p_FXWindow, 0, 0}, {&_swigt__p_FXShutterItem, _p_FXShutterItemTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSlider, _p_FXSliderTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSpinner, _p_FXSpinnerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSplashWindow, _p_FXSplashWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSplitter, _p_FXSplitterTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSpring, _p_FXSpringTo_p_FXWindow, 0, 0}, {&_swigt__p_FXStatusBar, _p_FXStatusBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXStatusLine, _p_FXStatusLineTo_p_FXWindow, 0, 0}, {&_swigt__p_FXSwitcher, _p_FXSwitcherTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTabBar, _p_FXTabBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTabBook, _p_FXTabBookTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBar, _p_FXToolBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBarShell, _p_FXToolBarShellTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToolTip, _p_FXToolTipTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTopWindow, _p_FXTopWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTreeListBox, _p_FXTreeListBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXVerticalFrame, _p_FXVerticalFrameTo_p_FXWindow, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXWindow, 0, 0},{0, 0, 0, 0}};
56004
56088
  static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
56005
56089
  static swig_cast_info _swigc__p_double[] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}};
56006
56090
  static swig_cast_info _swigc__p_float[] = { {&_swigt__p_float, 0, 0, 0},{0, 0, 0, 0}};
@@ -56186,9 +56270,12 @@ extern "C" {
56186
56270
  #define SWIGRUNTIME_DEBUG
56187
56271
  #endif
56188
56272
 
56273
+ #ifndef SWIG_INIT_CLIENT_DATA_TYPE
56274
+ #define SWIG_INIT_CLIENT_DATA_TYPE void *
56275
+ #endif
56189
56276
 
56190
56277
  SWIGRUNTIME void
56191
- SWIG_InitializeModule(void *clientdata) {
56278
+ SWIG_InitializeModule(SWIG_INIT_CLIENT_DATA_TYPE clientdata) {
56192
56279
  size_t i;
56193
56280
  swig_module_info *module_head, *iter;
56194
56281
  int init;