fxruby 1.6.47-x64-mingw32 → 1.6.48-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/History.md +6 -1
- data/doap.rdf +1 -1
- data/ext/fox16_c/FXRuby.cpp +2 -2
- data/ext/fox16_c/core_wrap.cpp +497 -412
- data/ext/fox16_c/dc_wrap.cpp +215 -128
- data/ext/fox16_c/dialogs_wrap.cpp +1333 -1246
- data/ext/fox16_c/extconf.rb +3 -3
- data/ext/fox16_c/frames_wrap.cpp +633 -550
- data/ext/fox16_c/fx3d_wrap.cpp +1556 -1471
- data/ext/fox16_c/iconlist_wrap.cpp +555 -468
- data/ext/fox16_c/icons_wrap.cpp +1062 -975
- data/ext/fox16_c/image_wrap.cpp +912 -825
- data/ext/fox16_c/label_wrap.cpp +744 -657
- data/ext/fox16_c/layout_wrap.cpp +564 -477
- data/ext/fox16_c/list_wrap.cpp +556 -469
- data/ext/fox16_c/markfuncs.cpp +1 -1
- data/ext/fox16_c/mdi_wrap.cpp +1453 -1366
- data/ext/fox16_c/menu_wrap.cpp +1216 -1129
- data/ext/fox16_c/scintilla_wrap.cpp +1034 -943
- data/ext/fox16_c/swigruby.h +88 -28
- data/ext/fox16_c/table_wrap.cpp +1034 -945
- data/ext/fox16_c/text_wrap.cpp +1029 -942
- data/ext/fox16_c/treelist_wrap.cpp +1083 -996
- data/ext/fox16_c/ui_wrap.cpp +1210 -1123
- data/lib/2.6/fox16_c.so +0 -0
- data/lib/2.7/fox16_c.so +0 -0
- data/lib/3.0/fox16_c.so +0 -0
- data/lib/fox16/version.rb +1 -1
- data/ports/x64-mingw32/bin/libFOX-1.6-0.dll +0 -0
- data/ports/x64-mingw32/bin/libfxscintilla-20.dll +0 -0
- data/ports/x64-mingw32/bin/libjpeg-62.dll +0 -0
- data/ports/x64-mingw32/bin/libpng16-16.dll +0 -0
- data/ports/x64-mingw32/bin/libtiff-6.dll +0 -0
- data/ports/x64-mingw32/bin/zlib1.dll +0 -0
- data/swig-interfaces/FXFileDialog.i +2 -2
- data/swig-interfaces/FXFileSelector.i +1 -1
- data/swig-interfaces/FXGLViewer.i +1 -1
- data/swig-interfaces/ruby-typemaps.i +1 -1
- metadata +2 -2
data/ext/fox16_c/mdi_wrap.cpp
CHANGED
@@ -1,42 +1,14 @@
|
|
1
1
|
/* ----------------------------------------------------------------------------
|
2
|
-
* This file was automatically generated by SWIG (
|
3
|
-
* Version 4.0
|
2
|
+
* This file was automatically generated by SWIG (https://www.swig.org).
|
3
|
+
* Version 4.2.0
|
4
4
|
*
|
5
|
-
*
|
6
|
-
*
|
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
|
-
#
|
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
|
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
|
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.
|
642
|
-
|
643
|
-
|
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
|
-
/*
|
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
|
-
*
|
996
|
-
*
|
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) &&
|
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
|
-
|
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
|
-
}
|
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
|
-
|
1545
|
-
|
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
|
-
|
1602
|
-
|
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 =
|
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; }
|
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
|
|
@@ -2012,12 +2052,56 @@ static swig_module_info swig_module = {swig_types, 140, 0, 0, 0, 0};
|
|
2012
2052
|
|
2013
2053
|
|
2014
2054
|
|
2015
|
-
#
|
2016
|
-
#
|
2055
|
+
#ifdef __cplusplus
|
2056
|
+
#include <utility>
|
2057
|
+
/* SwigValueWrapper is described in swig.swg */
|
2058
|
+
template<typename T> class SwigValueWrapper {
|
2059
|
+
struct SwigSmartPointer {
|
2060
|
+
T *ptr;
|
2061
|
+
SwigSmartPointer(T *p) : ptr(p) { }
|
2062
|
+
~SwigSmartPointer() { delete ptr; }
|
2063
|
+
SwigSmartPointer& operator=(SwigSmartPointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
|
2064
|
+
void reset(T *p) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = p; }
|
2065
|
+
} pointer;
|
2066
|
+
SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
|
2067
|
+
SwigValueWrapper(const SwigValueWrapper<T>& rhs);
|
2068
|
+
public:
|
2069
|
+
SwigValueWrapper() : pointer(0) { }
|
2070
|
+
SwigValueWrapper& operator=(const T& t) { SwigSmartPointer tmp(new T(t)); pointer = tmp; return *this; }
|
2071
|
+
#if __cplusplus >=201103L
|
2072
|
+
SwigValueWrapper& operator=(T&& t) { SwigSmartPointer tmp(new T(std::move(t))); pointer = tmp; return *this; }
|
2073
|
+
operator T&&() const { return std::move(*pointer.ptr); }
|
2074
|
+
#else
|
2075
|
+
operator T&() const { return *pointer.ptr; }
|
2076
|
+
#endif
|
2077
|
+
T *operator&() const { return pointer.ptr; }
|
2078
|
+
static void reset(SwigValueWrapper& t, T *p) { t.pointer.reset(p); }
|
2079
|
+
};
|
2080
|
+
|
2081
|
+
/*
|
2082
|
+
* SwigValueInit() is a generic initialisation solution as the following approach:
|
2083
|
+
*
|
2084
|
+
* T c_result = T();
|
2085
|
+
*
|
2086
|
+
* doesn't compile for all types for example:
|
2087
|
+
*
|
2088
|
+
* unsigned int c_result = unsigned int();
|
2089
|
+
*/
|
2090
|
+
template <typename T> T SwigValueInit() {
|
2091
|
+
return T();
|
2092
|
+
}
|
2017
2093
|
|
2094
|
+
#if __cplusplus >=201103L
|
2095
|
+
# define SWIG_STD_MOVE(OBJ) std::move(OBJ)
|
2096
|
+
#else
|
2097
|
+
# define SWIG_STD_MOVE(OBJ) OBJ
|
2098
|
+
#endif
|
2099
|
+
|
2100
|
+
#endif
|
2018
2101
|
|
2019
|
-
|
2020
|
-
#define
|
2102
|
+
|
2103
|
+
#define SWIG_RUBY_THREAD_BEGIN_BLOCK
|
2104
|
+
#define SWIG_RUBY_THREAD_END_BLOCK
|
2021
2105
|
|
2022
2106
|
|
2023
2107
|
#define SWIG_as_voidptr(a) const_cast< void * >(static_cast< const void * >(a))
|
@@ -3143,7 +3227,7 @@ _wrap_FXMDIDeleteButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
3143
3227
|
FXRegion *arg2 = 0 ;
|
3144
3228
|
void *argp1 = 0 ;
|
3145
3229
|
int res1 = 0 ;
|
3146
|
-
void *argp2 ;
|
3230
|
+
void *argp2 = 0 ;
|
3147
3231
|
int res2 = 0 ;
|
3148
3232
|
|
3149
3233
|
if ((argc < 1) || (argc > 1)) {
|
@@ -3239,7 +3323,7 @@ SWIGINTERN VALUE _wrap_FXMDIDeleteButton_setShape(int nargs, VALUE *args, VALUE
|
|
3239
3323
|
argv[ii] = args[ii-1];
|
3240
3324
|
}
|
3241
3325
|
if (argc == 2) {
|
3242
|
-
int _v;
|
3326
|
+
int _v = 0;
|
3243
3327
|
void *vptr = 0;
|
3244
3328
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIDeleteButton, 0);
|
3245
3329
|
_v = SWIG_CheckState(res);
|
@@ -3253,7 +3337,7 @@ SWIGINTERN VALUE _wrap_FXMDIDeleteButton_setShape(int nargs, VALUE *args, VALUE
|
|
3253
3337
|
}
|
3254
3338
|
}
|
3255
3339
|
if (argc == 2) {
|
3256
|
-
int _v;
|
3340
|
+
int _v = 0;
|
3257
3341
|
void *vptr = 0;
|
3258
3342
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIDeleteButton, 0);
|
3259
3343
|
_v = SWIG_CheckState(res);
|
@@ -3267,7 +3351,7 @@ SWIGINTERN VALUE _wrap_FXMDIDeleteButton_setShape(int nargs, VALUE *args, VALUE
|
|
3267
3351
|
}
|
3268
3352
|
}
|
3269
3353
|
if (argc == 2) {
|
3270
|
-
int _v;
|
3354
|
+
int _v = 0;
|
3271
3355
|
void *vptr = 0;
|
3272
3356
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIDeleteButton, 0);
|
3273
3357
|
_v = SWIG_CheckState(res);
|
@@ -4240,7 +4324,7 @@ _wrap_FXMDIRestoreButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
4240
4324
|
FXRegion *arg2 = 0 ;
|
4241
4325
|
void *argp1 = 0 ;
|
4242
4326
|
int res1 = 0 ;
|
4243
|
-
void *argp2 ;
|
4327
|
+
void *argp2 = 0 ;
|
4244
4328
|
int res2 = 0 ;
|
4245
4329
|
|
4246
4330
|
if ((argc < 1) || (argc > 1)) {
|
@@ -4336,7 +4420,7 @@ SWIGINTERN VALUE _wrap_FXMDIRestoreButton_setShape(int nargs, VALUE *args, VALUE
|
|
4336
4420
|
argv[ii] = args[ii-1];
|
4337
4421
|
}
|
4338
4422
|
if (argc == 2) {
|
4339
|
-
int _v;
|
4423
|
+
int _v = 0;
|
4340
4424
|
void *vptr = 0;
|
4341
4425
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIRestoreButton, 0);
|
4342
4426
|
_v = SWIG_CheckState(res);
|
@@ -4350,7 +4434,7 @@ SWIGINTERN VALUE _wrap_FXMDIRestoreButton_setShape(int nargs, VALUE *args, VALUE
|
|
4350
4434
|
}
|
4351
4435
|
}
|
4352
4436
|
if (argc == 2) {
|
4353
|
-
int _v;
|
4437
|
+
int _v = 0;
|
4354
4438
|
void *vptr = 0;
|
4355
4439
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIRestoreButton, 0);
|
4356
4440
|
_v = SWIG_CheckState(res);
|
@@ -4364,7 +4448,7 @@ SWIGINTERN VALUE _wrap_FXMDIRestoreButton_setShape(int nargs, VALUE *args, VALUE
|
|
4364
4448
|
}
|
4365
4449
|
}
|
4366
4450
|
if (argc == 2) {
|
4367
|
-
int _v;
|
4451
|
+
int _v = 0;
|
4368
4452
|
void *vptr = 0;
|
4369
4453
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIRestoreButton, 0);
|
4370
4454
|
_v = SWIG_CheckState(res);
|
@@ -5337,7 +5421,7 @@ _wrap_FXMDIMaximizeButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
5337
5421
|
FXRegion *arg2 = 0 ;
|
5338
5422
|
void *argp1 = 0 ;
|
5339
5423
|
int res1 = 0 ;
|
5340
|
-
void *argp2 ;
|
5424
|
+
void *argp2 = 0 ;
|
5341
5425
|
int res2 = 0 ;
|
5342
5426
|
|
5343
5427
|
if ((argc < 1) || (argc > 1)) {
|
@@ -5433,7 +5517,7 @@ SWIGINTERN VALUE _wrap_FXMDIMaximizeButton_setShape(int nargs, VALUE *args, VALU
|
|
5433
5517
|
argv[ii] = args[ii-1];
|
5434
5518
|
}
|
5435
5519
|
if (argc == 2) {
|
5436
|
-
int _v;
|
5520
|
+
int _v = 0;
|
5437
5521
|
void *vptr = 0;
|
5438
5522
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMaximizeButton, 0);
|
5439
5523
|
_v = SWIG_CheckState(res);
|
@@ -5447,7 +5531,7 @@ SWIGINTERN VALUE _wrap_FXMDIMaximizeButton_setShape(int nargs, VALUE *args, VALU
|
|
5447
5531
|
}
|
5448
5532
|
}
|
5449
5533
|
if (argc == 2) {
|
5450
|
-
int _v;
|
5534
|
+
int _v = 0;
|
5451
5535
|
void *vptr = 0;
|
5452
5536
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMaximizeButton, 0);
|
5453
5537
|
_v = SWIG_CheckState(res);
|
@@ -5461,7 +5545,7 @@ SWIGINTERN VALUE _wrap_FXMDIMaximizeButton_setShape(int nargs, VALUE *args, VALU
|
|
5461
5545
|
}
|
5462
5546
|
}
|
5463
5547
|
if (argc == 2) {
|
5464
|
-
int _v;
|
5548
|
+
int _v = 0;
|
5465
5549
|
void *vptr = 0;
|
5466
5550
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMaximizeButton, 0);
|
5467
5551
|
_v = SWIG_CheckState(res);
|
@@ -6434,7 +6518,7 @@ _wrap_FXMDIMinimizeButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
6434
6518
|
FXRegion *arg2 = 0 ;
|
6435
6519
|
void *argp1 = 0 ;
|
6436
6520
|
int res1 = 0 ;
|
6437
|
-
void *argp2 ;
|
6521
|
+
void *argp2 = 0 ;
|
6438
6522
|
int res2 = 0 ;
|
6439
6523
|
|
6440
6524
|
if ((argc < 1) || (argc > 1)) {
|
@@ -6530,7 +6614,7 @@ SWIGINTERN VALUE _wrap_FXMDIMinimizeButton_setShape(int nargs, VALUE *args, VALU
|
|
6530
6614
|
argv[ii] = args[ii-1];
|
6531
6615
|
}
|
6532
6616
|
if (argc == 2) {
|
6533
|
-
int _v;
|
6617
|
+
int _v = 0;
|
6534
6618
|
void *vptr = 0;
|
6535
6619
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMinimizeButton, 0);
|
6536
6620
|
_v = SWIG_CheckState(res);
|
@@ -6544,7 +6628,7 @@ SWIGINTERN VALUE _wrap_FXMDIMinimizeButton_setShape(int nargs, VALUE *args, VALU
|
|
6544
6628
|
}
|
6545
6629
|
}
|
6546
6630
|
if (argc == 2) {
|
6547
|
-
int _v;
|
6631
|
+
int _v = 0;
|
6548
6632
|
void *vptr = 0;
|
6549
6633
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMinimizeButton, 0);
|
6550
6634
|
_v = SWIG_CheckState(res);
|
@@ -6558,7 +6642,7 @@ SWIGINTERN VALUE _wrap_FXMDIMinimizeButton_setShape(int nargs, VALUE *args, VALU
|
|
6558
6642
|
}
|
6559
6643
|
}
|
6560
6644
|
if (argc == 2) {
|
6561
|
-
int _v;
|
6645
|
+
int _v = 0;
|
6562
6646
|
void *vptr = 0;
|
6563
6647
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMinimizeButton, 0);
|
6564
6648
|
_v = SWIG_CheckState(res);
|
@@ -7539,7 +7623,7 @@ _wrap_FXMDIWindowButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
7539
7623
|
FXRegion *arg2 = 0 ;
|
7540
7624
|
void *argp1 = 0 ;
|
7541
7625
|
int res1 = 0 ;
|
7542
|
-
void *argp2 ;
|
7626
|
+
void *argp2 = 0 ;
|
7543
7627
|
int res2 = 0 ;
|
7544
7628
|
|
7545
7629
|
if ((argc < 1) || (argc > 1)) {
|
@@ -7635,7 +7719,7 @@ SWIGINTERN VALUE _wrap_FXMDIWindowButton_setShape(int nargs, VALUE *args, VALUE
|
|
7635
7719
|
argv[ii] = args[ii-1];
|
7636
7720
|
}
|
7637
7721
|
if (argc == 2) {
|
7638
|
-
int _v;
|
7722
|
+
int _v = 0;
|
7639
7723
|
void *vptr = 0;
|
7640
7724
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIWindowButton, 0);
|
7641
7725
|
_v = SWIG_CheckState(res);
|
@@ -7649,7 +7733,7 @@ SWIGINTERN VALUE _wrap_FXMDIWindowButton_setShape(int nargs, VALUE *args, VALUE
|
|
7649
7733
|
}
|
7650
7734
|
}
|
7651
7735
|
if (argc == 2) {
|
7652
|
-
int _v;
|
7736
|
+
int _v = 0;
|
7653
7737
|
void *vptr = 0;
|
7654
7738
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIWindowButton, 0);
|
7655
7739
|
_v = SWIG_CheckState(res);
|
@@ -7663,7 +7747,7 @@ SWIGINTERN VALUE _wrap_FXMDIWindowButton_setShape(int nargs, VALUE *args, VALUE
|
|
7663
7747
|
}
|
7664
7748
|
}
|
7665
7749
|
if (argc == 2) {
|
7666
|
-
int _v;
|
7750
|
+
int _v = 0;
|
7667
7751
|
void *vptr = 0;
|
7668
7752
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIWindowButton, 0);
|
7669
7753
|
_v = SWIG_CheckState(res);
|
@@ -8576,7 +8660,7 @@ _wrap_FXMDIMenu_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
8576
8660
|
FXRegion *arg2 = 0 ;
|
8577
8661
|
void *argp1 = 0 ;
|
8578
8662
|
int res1 = 0 ;
|
8579
|
-
void *argp2 ;
|
8663
|
+
void *argp2 = 0 ;
|
8580
8664
|
int res2 = 0 ;
|
8581
8665
|
|
8582
8666
|
if ((argc < 1) || (argc > 1)) {
|
@@ -8672,7 +8756,7 @@ SWIGINTERN VALUE _wrap_FXMDIMenu_setShape(int nargs, VALUE *args, VALUE self) {
|
|
8672
8756
|
argv[ii] = args[ii-1];
|
8673
8757
|
}
|
8674
8758
|
if (argc == 2) {
|
8675
|
-
int _v;
|
8759
|
+
int _v = 0;
|
8676
8760
|
void *vptr = 0;
|
8677
8761
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMenu, 0);
|
8678
8762
|
_v = SWIG_CheckState(res);
|
@@ -8686,7 +8770,7 @@ SWIGINTERN VALUE _wrap_FXMDIMenu_setShape(int nargs, VALUE *args, VALUE self) {
|
|
8686
8770
|
}
|
8687
8771
|
}
|
8688
8772
|
if (argc == 2) {
|
8689
|
-
int _v;
|
8773
|
+
int _v = 0;
|
8690
8774
|
void *vptr = 0;
|
8691
8775
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMenu, 0);
|
8692
8776
|
_v = SWIG_CheckState(res);
|
@@ -8700,7 +8784,7 @@ SWIGINTERN VALUE _wrap_FXMDIMenu_setShape(int nargs, VALUE *args, VALUE self) {
|
|
8700
8784
|
}
|
8701
8785
|
}
|
8702
8786
|
if (argc == 2) {
|
8703
|
-
int _v;
|
8787
|
+
int _v = 0;
|
8704
8788
|
void *vptr = 0;
|
8705
8789
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIMenu, 0);
|
8706
8790
|
_v = SWIG_CheckState(res);
|
@@ -10750,7 +10834,7 @@ _wrap_FXMDIClient_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
10750
10834
|
FXRegion *arg2 = 0 ;
|
10751
10835
|
void *argp1 = 0 ;
|
10752
10836
|
int res1 = 0 ;
|
10753
|
-
void *argp2 ;
|
10837
|
+
void *argp2 = 0 ;
|
10754
10838
|
int res2 = 0 ;
|
10755
10839
|
|
10756
10840
|
if ((argc < 1) || (argc > 1)) {
|
@@ -10846,7 +10930,7 @@ SWIGINTERN VALUE _wrap_FXMDIClient_setShape(int nargs, VALUE *args, VALUE self)
|
|
10846
10930
|
argv[ii] = args[ii-1];
|
10847
10931
|
}
|
10848
10932
|
if (argc == 2) {
|
10849
|
-
int _v;
|
10933
|
+
int _v = 0;
|
10850
10934
|
void *vptr = 0;
|
10851
10935
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIClient, 0);
|
10852
10936
|
_v = SWIG_CheckState(res);
|
@@ -10860,7 +10944,7 @@ SWIGINTERN VALUE _wrap_FXMDIClient_setShape(int nargs, VALUE *args, VALUE self)
|
|
10860
10944
|
}
|
10861
10945
|
}
|
10862
10946
|
if (argc == 2) {
|
10863
|
-
int _v;
|
10947
|
+
int _v = 0;
|
10864
10948
|
void *vptr = 0;
|
10865
10949
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIClient, 0);
|
10866
10950
|
_v = SWIG_CheckState(res);
|
@@ -10874,7 +10958,7 @@ SWIGINTERN VALUE _wrap_FXMDIClient_setShape(int nargs, VALUE *args, VALUE self)
|
|
10874
10958
|
}
|
10875
10959
|
}
|
10876
10960
|
if (argc == 2) {
|
10877
|
-
int _v;
|
10961
|
+
int _v = 0;
|
10878
10962
|
void *vptr = 0;
|
10879
10963
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIClient, 0);
|
10880
10964
|
_v = SWIG_CheckState(res);
|
@@ -14030,7 +14114,7 @@ _wrap_FXMDIChild_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
14030
14114
|
FXRegion *arg2 = 0 ;
|
14031
14115
|
void *argp1 = 0 ;
|
14032
14116
|
int res1 = 0 ;
|
14033
|
-
void *argp2 ;
|
14117
|
+
void *argp2 = 0 ;
|
14034
14118
|
int res2 = 0 ;
|
14035
14119
|
|
14036
14120
|
if ((argc < 1) || (argc > 1)) {
|
@@ -14126,7 +14210,7 @@ SWIGINTERN VALUE _wrap_FXMDIChild_setShape(int nargs, VALUE *args, VALUE self) {
|
|
14126
14210
|
argv[ii] = args[ii-1];
|
14127
14211
|
}
|
14128
14212
|
if (argc == 2) {
|
14129
|
-
int _v;
|
14213
|
+
int _v = 0;
|
14130
14214
|
void *vptr = 0;
|
14131
14215
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIChild, 0);
|
14132
14216
|
_v = SWIG_CheckState(res);
|
@@ -14140,7 +14224,7 @@ SWIGINTERN VALUE _wrap_FXMDIChild_setShape(int nargs, VALUE *args, VALUE self) {
|
|
14140
14224
|
}
|
14141
14225
|
}
|
14142
14226
|
if (argc == 2) {
|
14143
|
-
int _v;
|
14227
|
+
int _v = 0;
|
14144
14228
|
void *vptr = 0;
|
14145
14229
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIChild, 0);
|
14146
14230
|
_v = SWIG_CheckState(res);
|
@@ -14154,7 +14238,7 @@ SWIGINTERN VALUE _wrap_FXMDIChild_setShape(int nargs, VALUE *args, VALUE self) {
|
|
14154
14238
|
}
|
14155
14239
|
}
|
14156
14240
|
if (argc == 2) {
|
14157
|
-
int _v;
|
14241
|
+
int _v = 0;
|
14158
14242
|
void *vptr = 0;
|
14159
14243
|
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMDIChild, 0);
|
14160
14244
|
_v = SWIG_CheckState(res);
|
@@ -14314,1767 +14398,1767 @@ fail:
|
|
14314
14398
|
|
14315
14399
|
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
|
14316
14400
|
|
14317
|
-
static void *
|
14318
|
-
return (void *)((
|
14319
|
-
}
|
14320
|
-
static void *_p_FXScrollPaneTo_p_FXMenuPane(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14321
|
-
return (void *)((FXMenuPane *) ((FXScrollPane *) x));
|
14322
|
-
}
|
14323
|
-
static void *_p_FXDriveBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14324
|
-
return (void *)((FXComposite *) (FXPacker *)(FXListBox *) ((FXDriveBox *) x));
|
14325
|
-
}
|
14326
|
-
static void *_p_FXMDIClientTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14327
|
-
return (void *)((FXComposite *) ((FXMDIClient *) x));
|
14328
|
-
}
|
14329
|
-
static void *_p_FXMenuPaneTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14330
|
-
return (void *)((FXComposite *) (FXShell *)(FXPopup *) ((FXMenuPane *) x));
|
14401
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14402
|
+
return (void *)((FXButton *) ((FXMDIDeleteButton *) x));
|
14331
14403
|
}
|
14332
|
-
static void *
|
14333
|
-
return (void *)((
|
14404
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14405
|
+
return (void *)((FXButton *) ((FXMDIMaximizeButton *) x));
|
14334
14406
|
}
|
14335
|
-
static void *
|
14336
|
-
return (void *)((
|
14407
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14408
|
+
return (void *)((FXButton *) ((FXMDIMinimizeButton *) x));
|
14337
14409
|
}
|
14338
|
-
static void *
|
14339
|
-
return (void *)((
|
14410
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14411
|
+
return (void *)((FXButton *) ((FXMDIRestoreButton *) x));
|
14340
14412
|
}
|
14341
|
-
static void *
|
14342
|
-
return (void *)((
|
14413
|
+
static void *_p_FXPickerTo_p_FXButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14414
|
+
return (void *)((FXButton *) ((FXPicker *) x));
|
14343
14415
|
}
|
14344
|
-
static void *
|
14345
|
-
return (void *)((FXComposite *)
|
14416
|
+
static void *_p_FX4SplitterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14417
|
+
return (void *)((FXComposite *) ((FX4Splitter *) x));
|
14346
14418
|
}
|
14347
|
-
static void *
|
14348
|
-
return (void *)((FXComposite *)
|
14419
|
+
static void *_p_FXColorSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14420
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXColorSelector *) x));
|
14349
14421
|
}
|
14350
|
-
static void *
|
14351
|
-
return (void *)((FXComposite *) (FXPacker *)
|
14422
|
+
static void *_p_FXComboBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14423
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXComboBox *) x));
|
14352
14424
|
}
|
14353
|
-
static void *
|
14354
|
-
return (void *)((FXComposite *)
|
14425
|
+
static void *_p_FXDirBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14426
|
+
return (void *)((FXComposite *) (FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
|
14355
14427
|
}
|
14356
|
-
static void *
|
14357
|
-
return (void *)((FXComposite *) (
|
14428
|
+
static void *_p_FXDirSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14429
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXDirSelector *) x));
|
14358
14430
|
}
|
14359
|
-
static void *
|
14360
|
-
return (void *)((FXComposite *) (
|
14431
|
+
static void *_p_FXDockBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14432
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXDockBar *) x));
|
14361
14433
|
}
|
14362
|
-
static void *
|
14363
|
-
return (void *)((FXComposite *)
|
14434
|
+
static void *_p_FXDockSiteTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14435
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXDockSite *) x));
|
14364
14436
|
}
|
14365
|
-
static void *
|
14366
|
-
return (void *)((FXComposite *) (
|
14437
|
+
static void *_p_FXDriveBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14438
|
+
return (void *)((FXComposite *) (FXPacker *)(FXListBox *) ((FXDriveBox *) x));
|
14367
14439
|
}
|
14368
|
-
static void *
|
14369
|
-
return (void *)((FXComposite *) (
|
14440
|
+
static void *_p_FXFileSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14441
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXFileSelector *) x));
|
14370
14442
|
}
|
14371
|
-
static void *
|
14372
|
-
return (void *)((FXComposite *) (
|
14443
|
+
static void *_p_FXFontSelectorTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14444
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXFontSelector *) x));
|
14373
14445
|
}
|
14374
|
-
static void *
|
14375
|
-
return (void *)((FXComposite *) (FXPacker *) ((
|
14446
|
+
static void *_p_FXGroupBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14447
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXGroupBox *) x));
|
14376
14448
|
}
|
14377
14449
|
static void *_p_FXHorizontalFrameTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14378
14450
|
return (void *)((FXComposite *) (FXPacker *) ((FXHorizontalFrame *) x));
|
14379
14451
|
}
|
14380
|
-
static void *
|
14381
|
-
return (void *)((FXComposite *) (
|
14452
|
+
static void *_p_FXImageViewTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14453
|
+
return (void *)((FXComposite *) (FXScrollArea *) ((FXImageView *) x));
|
14454
|
+
}
|
14455
|
+
static void *_p_FXListBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14456
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXListBox *) x));
|
14382
14457
|
}
|
14383
14458
|
static void *_p_FXMDIChildTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14384
14459
|
return (void *)((FXComposite *) ((FXMDIChild *) x));
|
14385
14460
|
}
|
14386
|
-
static void *
|
14387
|
-
return (void *)((FXComposite *) ((
|
14461
|
+
static void *_p_FXMDIClientTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14462
|
+
return (void *)((FXComposite *) ((FXMDIClient *) x));
|
14388
14463
|
}
|
14389
|
-
static void *
|
14390
|
-
return (void *)((FXComposite *)
|
14464
|
+
static void *_p_FXMDIMenuTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14465
|
+
return (void *)((FXComposite *) (FXShell *)(FXPopup *)(FXMenuPane *) ((FXMDIMenu *) x));
|
14391
14466
|
}
|
14392
|
-
static void *
|
14393
|
-
return (void *)((FXComposite *) (
|
14467
|
+
static void *_p_FXMainWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14468
|
+
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
14394
14469
|
}
|
14395
|
-
static void *
|
14396
|
-
return (void *)((FXComposite *) (FXPacker *) ((
|
14470
|
+
static void *_p_FXMatrixTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14471
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXMatrix *) x));
|
14472
|
+
}
|
14473
|
+
static void *_p_FXMenuBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14474
|
+
return (void *)((FXComposite *) (FXPacker *)(FXDockBar *)(FXToolBar *) ((FXMenuBar *) x));
|
14475
|
+
}
|
14476
|
+
static void *_p_FXMenuPaneTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14477
|
+
return (void *)((FXComposite *) (FXShell *)(FXPopup *) ((FXMenuPane *) x));
|
14397
14478
|
}
|
14398
14479
|
static void *_p_FXPackerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14399
14480
|
return (void *)((FXComposite *) ((FXPacker *) x));
|
14400
14481
|
}
|
14401
|
-
static void *
|
14402
|
-
return (void *)((FXComposite *) (
|
14482
|
+
static void *_p_FXPopupTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14483
|
+
return (void *)((FXComposite *) (FXShell *) ((FXPopup *) x));
|
14403
14484
|
}
|
14404
|
-
static void *
|
14405
|
-
return (void *)((FXComposite *) (FXPacker *) ((
|
14485
|
+
static void *_p_FXRealSpinnerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14486
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXRealSpinner *) x));
|
14406
14487
|
}
|
14407
|
-
static void *
|
14408
|
-
return (void *)((FXComposite *)
|
14488
|
+
static void *_p_FXRootWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14489
|
+
return (void *)((FXComposite *) ((FXRootWindow *) x));
|
14409
14490
|
}
|
14410
|
-
static void *
|
14411
|
-
return (void *)((FXComposite *) (
|
14491
|
+
static void *_p_FXRulerViewTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14492
|
+
return (void *)((FXComposite *) (FXScrollArea *) ((FXRulerView *) x));
|
14412
14493
|
}
|
14413
|
-
static void *
|
14414
|
-
return (void *)((FXComposite *)
|
14494
|
+
static void *_p_FXScrollAreaTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14495
|
+
return (void *)((FXComposite *) ((FXScrollArea *) x));
|
14415
14496
|
}
|
14416
|
-
static void *
|
14417
|
-
return (void *)((FXComposite *) (
|
14497
|
+
static void *_p_FXScrollPaneTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14498
|
+
return (void *)((FXComposite *) (FXShell *)(FXPopup *)(FXMenuPane *) ((FXScrollPane *) x));
|
14499
|
+
}
|
14500
|
+
static void *_p_FXScrollWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14501
|
+
return (void *)((FXComposite *) (FXScrollArea *) ((FXScrollWindow *) x));
|
14502
|
+
}
|
14503
|
+
static void *_p_FXShellTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14504
|
+
return (void *)((FXComposite *) ((FXShell *) x));
|
14418
14505
|
}
|
14419
14506
|
static void *_p_FXShutterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14420
14507
|
return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
|
14421
14508
|
}
|
14422
|
-
static void *
|
14423
|
-
return (void *)((FXComposite *) (FXPacker *) ((
|
14509
|
+
static void *_p_FXShutterItemTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14510
|
+
return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
|
14424
14511
|
}
|
14425
|
-
static void *
|
14426
|
-
return (void *)((FXComposite *) (
|
14512
|
+
static void *_p_FXSpinnerTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14513
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXSpinner *) x));
|
14427
14514
|
}
|
14428
|
-
static void *
|
14429
|
-
return (void *)((FXComposite *) (
|
14515
|
+
static void *_p_FXSplashWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14516
|
+
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
14430
14517
|
}
|
14431
|
-
static void *
|
14432
|
-
return (void *)((FXComposite *)
|
14518
|
+
static void *_p_FXSplitterTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14519
|
+
return (void *)((FXComposite *) ((FXSplitter *) x));
|
14433
14520
|
}
|
14434
|
-
static void *
|
14435
|
-
return (void *)((FXComposite *) (FXPacker *) ((
|
14521
|
+
static void *_p_FXSpringTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14522
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXSpring *) x));
|
14436
14523
|
}
|
14437
|
-
static void *
|
14438
|
-
return (void *)((FXComposite *) (FXPacker *)(
|
14524
|
+
static void *_p_FXStatusBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14525
|
+
return (void *)((FXComposite *) (FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
|
14439
14526
|
}
|
14440
|
-
static void *
|
14441
|
-
return (void *)((FXComposite *) (FXPacker *) ((
|
14527
|
+
static void *_p_FXSwitcherTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14528
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXSwitcher *) x));
|
14442
14529
|
}
|
14443
14530
|
static void *_p_FXTabBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14444
14531
|
return (void *)((FXComposite *) (FXPacker *) ((FXTabBar *) x));
|
14445
14532
|
}
|
14446
|
-
static void *
|
14447
|
-
return (void *)((FXComposite *) (
|
14448
|
-
}
|
14449
|
-
static void *_p_FXSpringTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14450
|
-
return (void *)((FXComposite *) (FXPacker *) ((FXSpring *) x));
|
14533
|
+
static void *_p_FXTabBookTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14534
|
+
return (void *)((FXComposite *) (FXPacker *)(FXTabBar *) ((FXTabBook *) x));
|
14451
14535
|
}
|
14452
|
-
static void *
|
14453
|
-
return (void *)((FXComposite *) (
|
14536
|
+
static void *_p_FXToolBarTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14537
|
+
return (void *)((FXComposite *) (FXPacker *)(FXDockBar *) ((FXToolBar *) x));
|
14454
14538
|
}
|
14455
14539
|
static void *_p_FXToolBarShellTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14456
14540
|
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
|
14457
14541
|
}
|
14458
|
-
static void *
|
14459
|
-
return (void *)((FXComposite *) (FXShell *)
|
14460
|
-
}
|
14461
|
-
static void *_p_FXMDIWindowButtonTo_p_FXMenuButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14462
|
-
return (void *)((FXMenuButton *) ((FXMDIWindowButton *) x));
|
14542
|
+
static void *_p_FXToolTipTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14543
|
+
return (void *)((FXComposite *) (FXShell *) ((FXToolTip *) x));
|
14463
14544
|
}
|
14464
|
-
static void *
|
14465
|
-
return (void *)((FXShell *)
|
14545
|
+
static void *_p_FXTopWindowTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14546
|
+
return (void *)((FXComposite *) (FXShell *) ((FXTopWindow *) x));
|
14466
14547
|
}
|
14467
|
-
static void *
|
14468
|
-
return (void *)((
|
14548
|
+
static void *_p_FXTreeListBoxTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14549
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXTreeListBox *) x));
|
14469
14550
|
}
|
14470
|
-
static void *
|
14471
|
-
return (void *)((
|
14551
|
+
static void *_p_FXVerticalFrameTo_p_FXComposite(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14552
|
+
return (void *)((FXComposite *) (FXPacker *) ((FXVerticalFrame *) x));
|
14472
14553
|
}
|
14473
|
-
static void *
|
14474
|
-
return (void *)((
|
14554
|
+
static void *_p_FX4SplitterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14555
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FX4Splitter *) x));
|
14475
14556
|
}
|
14476
|
-
static void *
|
14477
|
-
return (void *)((
|
14557
|
+
static void *_p_FX7SegmentTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14558
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FX7Segment *) x));
|
14478
14559
|
}
|
14479
|
-
static void *
|
14480
|
-
return (void *)((
|
14560
|
+
static void *_p_FXArrowButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14561
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXArrowButton *) x));
|
14481
14562
|
}
|
14482
|
-
static void *
|
14483
|
-
return (void *)((
|
14563
|
+
static void *_p_FXBitmapFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14564
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
|
14484
14565
|
}
|
14485
|
-
static void *
|
14486
|
-
return (void *)((
|
14566
|
+
static void *_p_FXButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14567
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXButton *) x));
|
14487
14568
|
}
|
14488
|
-
static void *
|
14489
|
-
return (void *)((
|
14569
|
+
static void *_p_FXCanvasTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14570
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXCanvas *) x));
|
14490
14571
|
}
|
14491
|
-
static void *
|
14492
|
-
return (void *)((
|
14572
|
+
static void *_p_FXCheckButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14573
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXCheckButton *) x));
|
14493
14574
|
}
|
14494
|
-
static void *
|
14495
|
-
return (void *)((
|
14575
|
+
static void *_p_FXColorBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14576
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorBar *) x));
|
14496
14577
|
}
|
14497
|
-
static void *
|
14498
|
-
return (void *)((
|
14578
|
+
static void *_p_FXColorRingTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14579
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorRing *) x));
|
14499
14580
|
}
|
14500
|
-
static void *
|
14501
|
-
return (void *)((FXWindow *) (
|
14581
|
+
static void *_p_FXColorSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14582
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
|
14502
14583
|
}
|
14503
|
-
static void *
|
14504
|
-
return (void *)((
|
14584
|
+
static void *_p_FXColorWellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14585
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWell *) x));
|
14505
14586
|
}
|
14506
|
-
static void *
|
14507
|
-
return (void *)((
|
14587
|
+
static void *_p_FXColorWheelTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14588
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWheel *) x));
|
14508
14589
|
}
|
14509
|
-
static void *
|
14510
|
-
return (void *)((
|
14590
|
+
static void *_p_FXComboBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14591
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
|
14511
14592
|
}
|
14512
|
-
static void *
|
14513
|
-
return (void *)((
|
14593
|
+
static void *_p_FXCompositeTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14594
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXComposite *) x));
|
14514
14595
|
}
|
14515
|
-
static void *
|
14516
|
-
return (void *)((
|
14596
|
+
static void *_p_FXDialTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14597
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDial *) x));
|
14517
14598
|
}
|
14518
|
-
static void *
|
14519
|
-
return (void *)((
|
14599
|
+
static void *_p_FXDirBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14600
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
|
14520
14601
|
}
|
14521
|
-
static void *
|
14522
|
-
return (void *)((FXWindow *) (
|
14602
|
+
static void *_p_FXDirSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14603
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
|
14523
14604
|
}
|
14524
|
-
static void *
|
14525
|
-
return (void *)((FXWindow *) (
|
14605
|
+
static void *_p_FXDockBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14606
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
|
14526
14607
|
}
|
14527
|
-
static void *
|
14528
|
-
return (void *)((
|
14608
|
+
static void *_p_FXDockHandlerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14609
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDockHandler *) x));
|
14529
14610
|
}
|
14530
|
-
static void *
|
14531
|
-
return (void *)((
|
14611
|
+
static void *_p_FXDockSiteTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14612
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
|
14532
14613
|
}
|
14533
|
-
static void *
|
14534
|
-
return (void *)((
|
14614
|
+
static void *_p_FXDockTitleTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14615
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
|
14535
14616
|
}
|
14536
|
-
static void *
|
14537
|
-
return (void *)((FXWindow *)
|
14617
|
+
static void *_p_FXDragCornerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14618
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXDragCorner *) x));
|
14538
14619
|
}
|
14539
|
-
static void *
|
14540
|
-
return (void *)((FXWindow *) (
|
14620
|
+
static void *_p_FXDriveBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14621
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
|
14541
14622
|
}
|
14542
|
-
static void *
|
14543
|
-
return (void *)((
|
14623
|
+
static void *_p_FXFileSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14624
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
|
14544
14625
|
}
|
14545
|
-
static void *
|
14546
|
-
return (void *)((
|
14626
|
+
static void *_p_FXFontSelectorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14627
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
|
14547
14628
|
}
|
14548
|
-
static void *
|
14549
|
-
return (void *)((
|
14629
|
+
static void *_p_FXFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14630
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXFrame *) x));
|
14550
14631
|
}
|
14551
|
-
static void *
|
14552
|
-
return (void *)((
|
14632
|
+
static void *_p_FXGradientBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14633
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXGradientBar *) x));
|
14553
14634
|
}
|
14554
|
-
static void *
|
14555
|
-
return (void *)((
|
14635
|
+
static void *_p_FXGroupBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14636
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
|
14556
14637
|
}
|
14557
|
-
static void *
|
14558
|
-
return (void *)((
|
14638
|
+
static void *_p_FXHeaderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14639
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXHeader *) x));
|
14559
14640
|
}
|
14560
|
-
static void *
|
14561
|
-
return (void *)((
|
14641
|
+
static void *_p_FXHorizontalFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14642
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
|
14562
14643
|
}
|
14563
|
-
static void *
|
14564
|
-
return (void *)((
|
14644
|
+
static void *_p_FXHorizontalSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14645
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
|
14565
14646
|
}
|
14566
|
-
static void *
|
14567
|
-
return (void *)((
|
14647
|
+
static void *_p_FXImageFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14648
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXImageFrame *) x));
|
14568
14649
|
}
|
14569
|
-
static void *
|
14570
|
-
return (void *)((
|
14650
|
+
static void *_p_FXImageViewTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14651
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
|
14571
14652
|
}
|
14572
|
-
static void *
|
14573
|
-
return (void *)((
|
14653
|
+
static void *_p_FXKnobTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14654
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXKnob *) x));
|
14574
14655
|
}
|
14575
|
-
static void *
|
14576
|
-
return (void *)((
|
14656
|
+
static void *_p_FXLabelTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14657
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXLabel *) x));
|
14577
14658
|
}
|
14578
|
-
static void *
|
14579
|
-
return (void *)((
|
14659
|
+
static void *_p_FXListBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14660
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
|
14580
14661
|
}
|
14581
|
-
static void *
|
14582
|
-
return (void *)((
|
14662
|
+
static void *_p_FXMDIChildTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14663
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXMDIChild *) x));
|
14583
14664
|
}
|
14584
|
-
static void *
|
14585
|
-
return (void *)((
|
14665
|
+
static void *_p_FXMDIClientTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14666
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXMDIClient *) x));
|
14586
14667
|
}
|
14587
|
-
static void *
|
14588
|
-
return (void *)((FXWindow *) (
|
14668
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14669
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIDeleteButton *) x));
|
14589
14670
|
}
|
14590
|
-
static void *
|
14591
|
-
return (void *)((FXWindow *) (
|
14671
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14672
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMaximizeButton *) x));
|
14592
14673
|
}
|
14593
|
-
static void *
|
14594
|
-
return (void *)((
|
14674
|
+
static void *_p_FXMDIMenuTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14675
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXMDIMenu *) x));
|
14595
14676
|
}
|
14596
|
-
static void *
|
14597
|
-
return (void *)((
|
14677
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14678
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMinimizeButton *) x));
|
14598
14679
|
}
|
14599
|
-
static void *
|
14600
|
-
return (void *)((
|
14680
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14681
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIRestoreButton *) x));
|
14601
14682
|
}
|
14602
|
-
static void *
|
14603
|
-
return (void *)((
|
14683
|
+
static void *_p_FXMDIWindowButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14684
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXMenuButton *) ((FXMDIWindowButton *) x));
|
14604
14685
|
}
|
14605
|
-
static void *
|
14606
|
-
return (void *)((FXWindow *) (
|
14686
|
+
static void *_p_FXMainWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14687
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
14607
14688
|
}
|
14608
|
-
static void *
|
14609
|
-
return (void *)((FXWindow *) (
|
14689
|
+
static void *_p_FXMatrixTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14690
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
|
14610
14691
|
}
|
14611
|
-
static void *
|
14612
|
-
return (void *)((FXWindow *)
|
14692
|
+
static void *_p_FXMenuBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14693
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *)(FXToolBar *) ((FXMenuBar *) x));
|
14613
14694
|
}
|
14614
|
-
static void *
|
14615
|
-
return (void *)((
|
14695
|
+
static void *_p_FXMenuButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14696
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXMenuButton *) x));
|
14616
14697
|
}
|
14617
|
-
static void *
|
14618
|
-
return (void *)((
|
14698
|
+
static void *_p_FXMenuCaptionTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14699
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXMenuCaption *) x));
|
14619
14700
|
}
|
14620
|
-
static void *
|
14621
|
-
return (void *)((
|
14701
|
+
static void *_p_FXMenuCascadeTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14702
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXMenuCaption *) ((FXMenuCascade *) x));
|
14622
14703
|
}
|
14623
|
-
static void *
|
14624
|
-
return (void *)((
|
14704
|
+
static void *_p_FXMenuCheckTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14705
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXMenuCaption *)(FXMenuCommand *) ((FXMenuCheck *) x));
|
14625
14706
|
}
|
14626
|
-
static void *
|
14627
|
-
return (void *)((FXWindow *)
|
14707
|
+
static void *_p_FXMenuCommandTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14708
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXMenuCaption *) ((FXMenuCommand *) x));
|
14628
14709
|
}
|
14629
|
-
static void *
|
14630
|
-
return (void *)((FXWindow *) (
|
14710
|
+
static void *_p_FXMenuPaneTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14711
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXPopup *) ((FXMenuPane *) x));
|
14631
14712
|
}
|
14632
|
-
static void *
|
14633
|
-
return (void *)((FXWindow *) (
|
14713
|
+
static void *_p_FXMenuRadioTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14714
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXMenuCaption *)(FXMenuCommand *) ((FXMenuRadio *) x));
|
14634
14715
|
}
|
14635
|
-
static void *
|
14636
|
-
return (void *)((
|
14716
|
+
static void *_p_FXMenuSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14717
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXMenuSeparator *) x));
|
14637
14718
|
}
|
14638
|
-
static void *
|
14639
|
-
return (void *)((
|
14719
|
+
static void *_p_FXMenuTitleTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14720
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXMenuCaption *) ((FXMenuTitle *) x));
|
14640
14721
|
}
|
14641
|
-
static void *
|
14642
|
-
return (void *)((
|
14722
|
+
static void *_p_FXOptionTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14723
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXOption *) x));
|
14643
14724
|
}
|
14644
|
-
static void *
|
14645
|
-
return (void *)((FXWindow *) (
|
14725
|
+
static void *_p_FXOptionMenuTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14726
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXOptionMenu *) x));
|
14646
14727
|
}
|
14647
|
-
static void *
|
14648
|
-
return (void *)((
|
14728
|
+
static void *_p_FXPackerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14729
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXPacker *) x));
|
14649
14730
|
}
|
14650
|
-
static void *
|
14651
|
-
return (void *)((
|
14731
|
+
static void *_p_FXPickerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14732
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXPicker *) x));
|
14652
14733
|
}
|
14653
|
-
static void *
|
14654
|
-
return (void *)((
|
14734
|
+
static void *_p_FXPopupTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14735
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
|
14655
14736
|
}
|
14656
|
-
static void *
|
14657
|
-
return (void *)((
|
14737
|
+
static void *_p_FXProgressBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14738
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXProgressBar *) x));
|
14658
14739
|
}
|
14659
|
-
static void *
|
14660
|
-
return (void *)((FXWindow *)
|
14740
|
+
static void *_p_FXRadioButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14741
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXRadioButton *) x));
|
14661
14742
|
}
|
14662
|
-
static void *
|
14663
|
-
return (void *)((
|
14743
|
+
static void *_p_FXRealSliderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14744
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRealSlider *) x));
|
14664
14745
|
}
|
14665
|
-
static void *
|
14666
|
-
return (void *)((
|
14746
|
+
static void *_p_FXRealSpinnerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14747
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
|
14667
14748
|
}
|
14668
|
-
static void *
|
14669
|
-
return (void *)((
|
14749
|
+
static void *_p_FXRootWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14750
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXRootWindow *) x));
|
14670
14751
|
}
|
14671
|
-
static void *
|
14672
|
-
return (void *)((FXWindow *)
|
14752
|
+
static void *_p_FXRulerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14753
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRuler *) x));
|
14673
14754
|
}
|
14674
|
-
static void *
|
14675
|
-
return (void *)((
|
14755
|
+
static void *_p_FXRulerViewTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14756
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
|
14676
14757
|
}
|
14677
|
-
static void *
|
14678
|
-
return (void *)((
|
14758
|
+
static void *_p_FXScrollAreaTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14759
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXScrollArea *) x));
|
14679
14760
|
}
|
14680
|
-
static void *
|
14681
|
-
return (void *)((FXWindow *)
|
14761
|
+
static void *_p_FXScrollBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14762
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXScrollBar *) x));
|
14682
14763
|
}
|
14683
|
-
static void *
|
14684
|
-
return (void *)((
|
14764
|
+
static void *_p_FXScrollCornerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14765
|
+
return (void *)((FXDrawable *) (FXWindow *) ((FXScrollCorner *) x));
|
14685
14766
|
}
|
14686
|
-
static void *
|
14687
|
-
return (void *)((FXWindow *) (
|
14767
|
+
static void *_p_FXScrollPaneTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14768
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXScrollPane *) x));
|
14688
14769
|
}
|
14689
|
-
static void *
|
14690
|
-
return (void *)((
|
14770
|
+
static void *_p_FXScrollWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14771
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
|
14691
14772
|
}
|
14692
|
-
static void *
|
14693
|
-
return (void *)((
|
14773
|
+
static void *_p_FXSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14774
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSeparator *) x));
|
14694
14775
|
}
|
14695
|
-
static void *
|
14696
|
-
return (void *)((
|
14776
|
+
static void *_p_FXShellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14777
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXShell *) x));
|
14697
14778
|
}
|
14698
|
-
static void *
|
14699
|
-
return (void *)((
|
14779
|
+
static void *_p_FXShutterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14780
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
|
14700
14781
|
}
|
14701
|
-
static void *
|
14702
|
-
return (void *)((
|
14782
|
+
static void *_p_FXShutterItemTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14783
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
|
14703
14784
|
}
|
14704
|
-
static void *
|
14705
|
-
return (void *)((
|
14785
|
+
static void *_p_FXSliderTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14786
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSlider *) x));
|
14706
14787
|
}
|
14707
|
-
static void *
|
14708
|
-
return (void *)((FXWindow *)
|
14788
|
+
static void *_p_FXSpinnerTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14789
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
|
14709
14790
|
}
|
14710
|
-
static void *
|
14711
|
-
return (void *)((FXWindow *) (
|
14791
|
+
static void *_p_FXSplashWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14792
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
14712
14793
|
}
|
14713
|
-
static void *
|
14714
|
-
return (void *)((
|
14794
|
+
static void *_p_FXSplitterTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14795
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXSplitter *) x));
|
14715
14796
|
}
|
14716
|
-
static void *
|
14717
|
-
return (void *)((
|
14797
|
+
static void *_p_FXSpringTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14798
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
|
14718
14799
|
}
|
14719
|
-
static void *
|
14720
|
-
return (void *)((
|
14800
|
+
static void *_p_FXStatusBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14801
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
|
14721
14802
|
}
|
14722
|
-
static void *
|
14723
|
-
return (void *)((
|
14803
|
+
static void *_p_FXStatusLineTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14804
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXStatusLine *) x));
|
14724
14805
|
}
|
14725
|
-
static void *
|
14726
|
-
return (void *)((
|
14806
|
+
static void *_p_FXSwitcherTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14807
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
|
14727
14808
|
}
|
14728
|
-
static void *
|
14729
|
-
return (void *)((FXWindow *) (
|
14809
|
+
static void *_p_FXTabBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14810
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
|
14730
14811
|
}
|
14731
|
-
static void *
|
14732
|
-
return (void *)((
|
14812
|
+
static void *_p_FXTabBookTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14813
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
|
14733
14814
|
}
|
14734
|
-
static void *
|
14735
|
-
return (void *)((
|
14815
|
+
static void *_p_FXTabItemTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14816
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXTabItem *) x));
|
14736
14817
|
}
|
14737
|
-
static void *
|
14738
|
-
return (void *)((
|
14818
|
+
static void *_p_FXTextFieldTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14819
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXTextField *) x));
|
14739
14820
|
}
|
14740
|
-
static void *
|
14741
|
-
return (void *)((
|
14821
|
+
static void *_p_FXToggleButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14822
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *) ((FXToggleButton *) x));
|
14742
14823
|
}
|
14743
|
-
static void *
|
14744
|
-
return (void *)((
|
14824
|
+
static void *_p_FXToolBarTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14825
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
|
14745
14826
|
}
|
14746
|
-
static void *
|
14747
|
-
return (void *)((
|
14827
|
+
static void *_p_FXToolBarGripTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14828
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
|
14748
14829
|
}
|
14749
|
-
static void *
|
14750
|
-
return (void *)((FXWindow *) (
|
14830
|
+
static void *_p_FXToolBarShellTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14831
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
|
14751
14832
|
}
|
14752
|
-
static void *
|
14753
|
-
return (void *)((
|
14833
|
+
static void *_p_FXToolBarTabTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14834
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
|
14754
14835
|
}
|
14755
|
-
static void *
|
14756
|
-
return (void *)((FXWindow *) (
|
14836
|
+
static void *_p_FXToolTipTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14837
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
|
14757
14838
|
}
|
14758
|
-
static void *
|
14759
|
-
return (void *)((FXWindow *)
|
14839
|
+
static void *_p_FXTopWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14840
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
|
14760
14841
|
}
|
14761
|
-
static void *
|
14762
|
-
return (void *)((FXWindow *) (
|
14842
|
+
static void *_p_FXTreeListBoxTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14843
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
|
14763
14844
|
}
|
14764
|
-
static void *
|
14765
|
-
return (void *)((
|
14845
|
+
static void *_p_FXTriStateButtonTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14846
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXLabel *)(FXToggleButton *) ((FXTriStateButton *) x));
|
14766
14847
|
}
|
14767
|
-
static void *
|
14768
|
-
return (void *)((
|
14848
|
+
static void *_p_FXVerticalFrameTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14849
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
|
14769
14850
|
}
|
14770
|
-
static void *
|
14771
|
-
return (void *)((
|
14851
|
+
static void *_p_FXVerticalSeparatorTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14852
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
|
14772
14853
|
}
|
14773
|
-
static void *
|
14774
|
-
return (void *)((
|
14854
|
+
static void *_p_FXWindowTo_p_FXDrawable(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14855
|
+
return (void *)((FXDrawable *) ((FXWindow *) x));
|
14775
14856
|
}
|
14776
|
-
static void *
|
14777
|
-
return (void *)((
|
14857
|
+
static void *_p_FX7SegmentTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14858
|
+
return (void *)((FXFrame *) ((FX7Segment *) x));
|
14778
14859
|
}
|
14779
|
-
static void *
|
14780
|
-
return (void *)((
|
14860
|
+
static void *_p_FXArrowButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14861
|
+
return (void *)((FXFrame *) ((FXArrowButton *) x));
|
14781
14862
|
}
|
14782
|
-
static void *
|
14783
|
-
return (void *)((
|
14863
|
+
static void *_p_FXBitmapFrameTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14864
|
+
return (void *)((FXFrame *) ((FXBitmapFrame *) x));
|
14784
14865
|
}
|
14785
|
-
static void *
|
14786
|
-
return (void *)((
|
14866
|
+
static void *_p_FXButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14867
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXButton *) x));
|
14787
14868
|
}
|
14788
|
-
static void *
|
14789
|
-
return (void *)((
|
14869
|
+
static void *_p_FXCheckButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14870
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXCheckButton *) x));
|
14790
14871
|
}
|
14791
|
-
static void *
|
14792
|
-
return (void *)((
|
14872
|
+
static void *_p_FXColorBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14873
|
+
return (void *)((FXFrame *) ((FXColorBar *) x));
|
14793
14874
|
}
|
14794
|
-
static void *
|
14795
|
-
return (void *)((
|
14875
|
+
static void *_p_FXColorRingTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14876
|
+
return (void *)((FXFrame *) ((FXColorRing *) x));
|
14796
14877
|
}
|
14797
|
-
static void *
|
14798
|
-
return (void *)((
|
14878
|
+
static void *_p_FXColorWellTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14879
|
+
return (void *)((FXFrame *) ((FXColorWell *) x));
|
14799
14880
|
}
|
14800
|
-
static void *
|
14801
|
-
return (void *)((
|
14881
|
+
static void *_p_FXColorWheelTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14882
|
+
return (void *)((FXFrame *) ((FXColorWheel *) x));
|
14802
14883
|
}
|
14803
|
-
static void *
|
14804
|
-
return (void *)((
|
14884
|
+
static void *_p_FXDialTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14885
|
+
return (void *)((FXFrame *) ((FXDial *) x));
|
14805
14886
|
}
|
14806
|
-
static void *
|
14807
|
-
return (void *)((
|
14887
|
+
static void *_p_FXDockHandlerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14888
|
+
return (void *)((FXFrame *) ((FXDockHandler *) x));
|
14808
14889
|
}
|
14809
|
-
static void *
|
14810
|
-
return (void *)((
|
14890
|
+
static void *_p_FXDockTitleTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14891
|
+
return (void *)((FXFrame *) (FXDockHandler *) ((FXDockTitle *) x));
|
14811
14892
|
}
|
14812
|
-
static void *
|
14813
|
-
return (void *)((
|
14893
|
+
static void *_p_FXGradientBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14894
|
+
return (void *)((FXFrame *) ((FXGradientBar *) x));
|
14814
14895
|
}
|
14815
|
-
static void *
|
14816
|
-
return (void *)((
|
14896
|
+
static void *_p_FXHeaderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14897
|
+
return (void *)((FXFrame *) ((FXHeader *) x));
|
14817
14898
|
}
|
14818
|
-
static void *
|
14819
|
-
return (void *)((
|
14899
|
+
static void *_p_FXHorizontalSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14900
|
+
return (void *)((FXFrame *) (FXSeparator *) ((FXHorizontalSeparator *) x));
|
14820
14901
|
}
|
14821
|
-
static void *
|
14822
|
-
return (void *)((
|
14902
|
+
static void *_p_FXImageFrameTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14903
|
+
return (void *)((FXFrame *) ((FXImageFrame *) x));
|
14823
14904
|
}
|
14824
|
-
static void *
|
14825
|
-
return (void *)((
|
14905
|
+
static void *_p_FXKnobTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14906
|
+
return (void *)((FXFrame *) ((FXKnob *) x));
|
14826
14907
|
}
|
14827
|
-
static void *
|
14828
|
-
return (void *)((
|
14908
|
+
static void *_p_FXLabelTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14909
|
+
return (void *)((FXFrame *) ((FXLabel *) x));
|
14829
14910
|
}
|
14830
|
-
static void *
|
14831
|
-
return (void *)((
|
14911
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14912
|
+
return (void *)((FXFrame *) (FXLabel *)(FXButton *) ((FXMDIDeleteButton *) x));
|
14832
14913
|
}
|
14833
|
-
static void *
|
14834
|
-
return (void *)((
|
14914
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14915
|
+
return (void *)((FXFrame *) (FXLabel *)(FXButton *) ((FXMDIMaximizeButton *) x));
|
14835
14916
|
}
|
14836
|
-
static void *
|
14837
|
-
return (void *)((
|
14917
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14918
|
+
return (void *)((FXFrame *) (FXLabel *)(FXButton *) ((FXMDIMinimizeButton *) x));
|
14838
14919
|
}
|
14839
|
-
static void *
|
14840
|
-
return (void *)((
|
14920
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14921
|
+
return (void *)((FXFrame *) (FXLabel *)(FXButton *) ((FXMDIRestoreButton *) x));
|
14841
14922
|
}
|
14842
|
-
static void *
|
14843
|
-
return (void *)((
|
14923
|
+
static void *_p_FXMDIWindowButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14924
|
+
return (void *)((FXFrame *) (FXLabel *)(FXMenuButton *) ((FXMDIWindowButton *) x));
|
14844
14925
|
}
|
14845
|
-
static void *
|
14846
|
-
return (void *)((
|
14926
|
+
static void *_p_FXMenuButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14927
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXMenuButton *) x));
|
14847
14928
|
}
|
14848
|
-
static void *
|
14849
|
-
return (void *)((
|
14929
|
+
static void *_p_FXOptionTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14930
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXOption *) x));
|
14850
14931
|
}
|
14851
|
-
static void *
|
14852
|
-
return (void *)((
|
14932
|
+
static void *_p_FXOptionMenuTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14933
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXOptionMenu *) x));
|
14853
14934
|
}
|
14854
|
-
static void *
|
14855
|
-
return (void *)((
|
14935
|
+
static void *_p_FXPickerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14936
|
+
return (void *)((FXFrame *) (FXLabel *)(FXButton *) ((FXPicker *) x));
|
14856
14937
|
}
|
14857
|
-
static void *
|
14858
|
-
return (void *)((
|
14938
|
+
static void *_p_FXProgressBarTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14939
|
+
return (void *)((FXFrame *) ((FXProgressBar *) x));
|
14859
14940
|
}
|
14860
|
-
static void *
|
14861
|
-
return (void *)((
|
14941
|
+
static void *_p_FXRadioButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14942
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXRadioButton *) x));
|
14862
14943
|
}
|
14863
|
-
static void *
|
14864
|
-
return (void *)((
|
14944
|
+
static void *_p_FXRealSliderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14945
|
+
return (void *)((FXFrame *) ((FXRealSlider *) x));
|
14865
14946
|
}
|
14866
|
-
static void *
|
14867
|
-
return (void *)((
|
14947
|
+
static void *_p_FXRulerTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14948
|
+
return (void *)((FXFrame *) ((FXRuler *) x));
|
14868
14949
|
}
|
14869
|
-
static void *
|
14870
|
-
return (void *)((
|
14950
|
+
static void *_p_FXSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14951
|
+
return (void *)((FXFrame *) ((FXSeparator *) x));
|
14871
14952
|
}
|
14872
|
-
static void *
|
14873
|
-
return (void *)((
|
14953
|
+
static void *_p_FXSliderTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14954
|
+
return (void *)((FXFrame *) ((FXSlider *) x));
|
14874
14955
|
}
|
14875
|
-
static void *
|
14876
|
-
return (void *)((
|
14956
|
+
static void *_p_FXStatusLineTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14957
|
+
return (void *)((FXFrame *) ((FXStatusLine *) x));
|
14877
14958
|
}
|
14878
|
-
static void *
|
14879
|
-
return (void *)((
|
14959
|
+
static void *_p_FXTabItemTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14960
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXTabItem *) x));
|
14880
14961
|
}
|
14881
|
-
static void *
|
14882
|
-
return (void *)((
|
14962
|
+
static void *_p_FXTextFieldTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14963
|
+
return (void *)((FXFrame *) ((FXTextField *) x));
|
14883
14964
|
}
|
14884
|
-
static void *
|
14885
|
-
return (void *)((
|
14965
|
+
static void *_p_FXToggleButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14966
|
+
return (void *)((FXFrame *) (FXLabel *) ((FXToggleButton *) x));
|
14886
14967
|
}
|
14887
|
-
static void *
|
14888
|
-
return (void *)((
|
14968
|
+
static void *_p_FXToolBarGripTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14969
|
+
return (void *)((FXFrame *) (FXDockHandler *) ((FXToolBarGrip *) x));
|
14889
14970
|
}
|
14890
|
-
static void *
|
14891
|
-
return (void *)((
|
14971
|
+
static void *_p_FXToolBarTabTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14972
|
+
return (void *)((FXFrame *) ((FXToolBarTab *) x));
|
14892
14973
|
}
|
14893
|
-
static void *
|
14894
|
-
return (void *)((
|
14974
|
+
static void *_p_FXTriStateButtonTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14975
|
+
return (void *)((FXFrame *) (FXLabel *)(FXToggleButton *) ((FXTriStateButton *) x));
|
14895
14976
|
}
|
14896
|
-
static void *
|
14897
|
-
return (void *)((
|
14977
|
+
static void *_p_FXVerticalSeparatorTo_p_FXFrame(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14978
|
+
return (void *)((FXFrame *) (FXSeparator *) ((FXVerticalSeparator *) x));
|
14898
14979
|
}
|
14899
|
-
static void *
|
14900
|
-
return (void *)((
|
14980
|
+
static void *_p_FX4SplitterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14981
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
|
14901
14982
|
}
|
14902
|
-
static void *
|
14903
|
-
return (void *)((
|
14983
|
+
static void *_p_FX7SegmentTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14984
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
|
14904
14985
|
}
|
14905
|
-
static void *
|
14906
|
-
return (void *)((
|
14986
|
+
static void *_p_FXArrowButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14987
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
|
14907
14988
|
}
|
14908
|
-
static void *
|
14909
|
-
return (void *)((
|
14989
|
+
static void *_p_FXBitmapFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14990
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
|
14910
14991
|
}
|
14911
|
-
static void *
|
14912
|
-
return (void *)((
|
14992
|
+
static void *_p_FXButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14993
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXButton *) x));
|
14913
14994
|
}
|
14914
|
-
static void *
|
14915
|
-
return (void *)((
|
14995
|
+
static void *_p_FXCURCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14996
|
+
return (void *)((FXId *) (FXCursor *) ((FXCURCursor *) x));
|
14916
14997
|
}
|
14917
|
-
static void *
|
14918
|
-
return (void *)((
|
14998
|
+
static void *_p_FXCanvasTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
14999
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXCanvas *) x));
|
14919
15000
|
}
|
14920
|
-
static void *
|
14921
|
-
return (void *)((
|
15001
|
+
static void *_p_FXCheckButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15002
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXCheckButton *) x));
|
14922
15003
|
}
|
14923
|
-
static void *
|
14924
|
-
return (void *)((
|
15004
|
+
static void *_p_FXColorBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15005
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
|
14925
15006
|
}
|
14926
|
-
static void *
|
14927
|
-
return (void *)((
|
15007
|
+
static void *_p_FXColorRingTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15008
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
|
14928
15009
|
}
|
14929
|
-
static void *
|
14930
|
-
return (void *)((
|
15010
|
+
static void *_p_FXColorSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15011
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
|
14931
15012
|
}
|
14932
|
-
static void *
|
14933
|
-
return (void *)((
|
15013
|
+
static void *_p_FXColorWellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15014
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
|
14934
15015
|
}
|
14935
|
-
static void *
|
14936
|
-
return (void *)((
|
15016
|
+
static void *_p_FXColorWheelTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15017
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
|
14937
15018
|
}
|
14938
|
-
static void *
|
14939
|
-
return (void *)((
|
15019
|
+
static void *_p_FXComboBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15020
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
|
14940
15021
|
}
|
14941
|
-
static void *
|
14942
|
-
return (void *)((
|
15022
|
+
static void *_p_FXCompositeTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15023
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXComposite *) x));
|
14943
15024
|
}
|
14944
|
-
static void *
|
14945
|
-
return (void *)((
|
15025
|
+
static void *_p_FXCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15026
|
+
return (void *)((FXId *) ((FXCursor *) x));
|
14946
15027
|
}
|
14947
|
-
static void *
|
14948
|
-
return (void *)((
|
15028
|
+
static void *_p_FXDialTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15029
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
|
14949
15030
|
}
|
14950
|
-
static void *
|
14951
|
-
return (void *)((
|
15031
|
+
static void *_p_FXDirBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15032
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
|
14952
15033
|
}
|
14953
|
-
static void *
|
14954
|
-
return (void *)((
|
15034
|
+
static void *_p_FXDirSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15035
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
|
14955
15036
|
}
|
14956
|
-
static void *
|
14957
|
-
return (void *)((
|
15037
|
+
static void *_p_FXDockBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15038
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
|
14958
15039
|
}
|
14959
|
-
static void *
|
14960
|
-
return (void *)((
|
15040
|
+
static void *_p_FXDockHandlerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15041
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
|
14961
15042
|
}
|
14962
|
-
static void *
|
14963
|
-
return (void *)((
|
15043
|
+
static void *_p_FXDockSiteTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15044
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
|
14964
15045
|
}
|
14965
|
-
static void *
|
14966
|
-
return (void *)((
|
15046
|
+
static void *_p_FXDockTitleTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15047
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
|
14967
15048
|
}
|
14968
|
-
static void *
|
14969
|
-
return (void *)((
|
15049
|
+
static void *_p_FXDragCornerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15050
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
|
14970
15051
|
}
|
14971
|
-
static void *
|
14972
|
-
return (void *)((
|
15052
|
+
static void *_p_FXDrawableTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15053
|
+
return (void *)((FXId *) ((FXDrawable *) x));
|
14973
15054
|
}
|
14974
|
-
static void *
|
14975
|
-
return (void *)((
|
15055
|
+
static void *_p_FXDriveBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15056
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
|
14976
15057
|
}
|
14977
|
-
static void *
|
14978
|
-
return (void *)((
|
15058
|
+
static void *_p_FXFileSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15059
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
|
14979
15060
|
}
|
14980
|
-
static void *
|
14981
|
-
return (void *)((
|
15061
|
+
static void *_p_FXFontTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15062
|
+
return (void *)((FXId *) ((FXFont *) x));
|
14982
15063
|
}
|
14983
|
-
static void *
|
14984
|
-
return (void *)((
|
15064
|
+
static void *_p_FXFontSelectorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15065
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
|
14985
15066
|
}
|
14986
|
-
static void *
|
14987
|
-
return (void *)((
|
15067
|
+
static void *_p_FXFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15068
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXFrame *) x));
|
14988
15069
|
}
|
14989
|
-
static void *
|
14990
|
-
return (void *)((
|
15070
|
+
static void *_p_FXGIFCursorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15071
|
+
return (void *)((FXId *) (FXCursor *) ((FXGIFCursor *) x));
|
14991
15072
|
}
|
14992
|
-
static void *
|
14993
|
-
return (void *)((
|
15073
|
+
static void *_p_FXGradientBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15074
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
|
14994
15075
|
}
|
14995
|
-
static void *
|
14996
|
-
return (void *)((
|
15076
|
+
static void *_p_FXGroupBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15077
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
|
14997
15078
|
}
|
14998
|
-
static void *
|
14999
|
-
return (void *)((
|
15079
|
+
static void *_p_FXHeaderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15080
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
|
15000
15081
|
}
|
15001
|
-
static void *
|
15002
|
-
return (void *)((
|
15082
|
+
static void *_p_FXHorizontalFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15083
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
|
15003
15084
|
}
|
15004
|
-
static void *
|
15005
|
-
return (void *)((
|
15085
|
+
static void *_p_FXHorizontalSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15086
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
|
15006
15087
|
}
|
15007
|
-
static void *
|
15008
|
-
return (void *)((
|
15088
|
+
static void *_p_FXImageFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15089
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
|
15009
15090
|
}
|
15010
|
-
static void *
|
15011
|
-
return (void *)((
|
15091
|
+
static void *_p_FXImageViewTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15092
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
|
15012
15093
|
}
|
15013
|
-
static void *
|
15014
|
-
return (void *)((
|
15094
|
+
static void *_p_FXKnobTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15095
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
|
15015
15096
|
}
|
15016
|
-
static void *
|
15017
|
-
return (void *)((
|
15097
|
+
static void *_p_FXLabelTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15098
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXLabel *) x));
|
15018
15099
|
}
|
15019
|
-
static void *
|
15020
|
-
return (void *)((
|
15100
|
+
static void *_p_FXListBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15101
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
|
15021
15102
|
}
|
15022
|
-
static void *
|
15023
|
-
return (void *)((
|
15103
|
+
static void *_p_FXMDIChildTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15104
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXMDIChild *) x));
|
15024
15105
|
}
|
15025
|
-
static void *
|
15026
|
-
return (void *)((
|
15106
|
+
static void *_p_FXMDIClientTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15107
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXMDIClient *) x));
|
15027
15108
|
}
|
15028
|
-
static void *
|
15029
|
-
return (void *)((
|
15109
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15110
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIDeleteButton *) x));
|
15030
15111
|
}
|
15031
|
-
static void *
|
15032
|
-
return (void *)((
|
15112
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15113
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMaximizeButton *) x));
|
15033
15114
|
}
|
15034
|
-
static void *
|
15035
|
-
return (void *)((
|
15115
|
+
static void *_p_FXMDIMenuTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15116
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXMDIMenu *) x));
|
15036
15117
|
}
|
15037
|
-
static void *
|
15038
|
-
return (void *)((
|
15118
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15119
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMinimizeButton *) x));
|
15039
15120
|
}
|
15040
|
-
static void *
|
15041
|
-
return (void *)((
|
15121
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15122
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIRestoreButton *) x));
|
15042
15123
|
}
|
15043
|
-
static void *
|
15044
|
-
return (void *)((
|
15124
|
+
static void *_p_FXMDIWindowButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15125
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXMenuButton *) ((FXMDIWindowButton *) x));
|
15045
15126
|
}
|
15046
|
-
static void *
|
15047
|
-
return (void *)((
|
15127
|
+
static void *_p_FXMainWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15128
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
15048
15129
|
}
|
15049
|
-
static void *
|
15050
|
-
return (void *)((
|
15130
|
+
static void *_p_FXMatrixTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15131
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
|
15051
15132
|
}
|
15052
|
-
static void *
|
15053
|
-
return (void *)((
|
15133
|
+
static void *_p_FXMenuBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15134
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *)(FXToolBar *) ((FXMenuBar *) x));
|
15054
15135
|
}
|
15055
|
-
static void *
|
15056
|
-
return (void *)((
|
15136
|
+
static void *_p_FXMenuButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15137
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXMenuButton *) x));
|
15057
15138
|
}
|
15058
|
-
static void *
|
15059
|
-
return (void *)((
|
15139
|
+
static void *_p_FXMenuCaptionTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15140
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXMenuCaption *) x));
|
15060
15141
|
}
|
15061
|
-
static void *
|
15062
|
-
return (void *)((
|
15142
|
+
static void *_p_FXMenuCascadeTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15143
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXMenuCaption *) ((FXMenuCascade *) x));
|
15063
15144
|
}
|
15064
|
-
static void *
|
15065
|
-
return (void *)((
|
15145
|
+
static void *_p_FXMenuCheckTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15146
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXMenuCaption *)(FXMenuCommand *) ((FXMenuCheck *) x));
|
15066
15147
|
}
|
15067
|
-
static void *
|
15068
|
-
return (void *)((
|
15148
|
+
static void *_p_FXMenuCommandTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15149
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXMenuCaption *) ((FXMenuCommand *) x));
|
15069
15150
|
}
|
15070
|
-
static void *
|
15071
|
-
return (void *)((
|
15151
|
+
static void *_p_FXMenuPaneTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15152
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXPopup *) ((FXMenuPane *) x));
|
15072
15153
|
}
|
15073
|
-
static void *
|
15074
|
-
return (void *)((
|
15154
|
+
static void *_p_FXMenuRadioTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15155
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXMenuCaption *)(FXMenuCommand *) ((FXMenuRadio *) x));
|
15075
15156
|
}
|
15076
|
-
static void *
|
15077
|
-
return (void *)((
|
15157
|
+
static void *_p_FXMenuSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15158
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXMenuSeparator *) x));
|
15078
15159
|
}
|
15079
|
-
static void *
|
15080
|
-
return (void *)((
|
15160
|
+
static void *_p_FXMenuTitleTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15161
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXMenuCaption *) ((FXMenuTitle *) x));
|
15081
15162
|
}
|
15082
|
-
static void *
|
15083
|
-
return (void *)((
|
15163
|
+
static void *_p_FXOptionTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15164
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXOption *) x));
|
15084
15165
|
}
|
15085
|
-
static void *
|
15086
|
-
return (void *)((
|
15166
|
+
static void *_p_FXOptionMenuTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15167
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXOptionMenu *) x));
|
15087
15168
|
}
|
15088
|
-
static void *
|
15089
|
-
return (void *)((
|
15169
|
+
static void *_p_FXPackerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15170
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
|
15090
15171
|
}
|
15091
|
-
static void *
|
15092
|
-
return (void *)((
|
15172
|
+
static void *_p_FXPickerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15173
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXPicker *) x));
|
15093
15174
|
}
|
15094
|
-
static void *
|
15095
|
-
return (void *)((
|
15175
|
+
static void *_p_FXPopupTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15176
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
|
15096
15177
|
}
|
15097
|
-
static void *
|
15098
|
-
return (void *)((
|
15178
|
+
static void *_p_FXProgressBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15179
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
|
15099
15180
|
}
|
15100
|
-
static void *
|
15101
|
-
return (void *)((
|
15181
|
+
static void *_p_FXRadioButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15182
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXRadioButton *) x));
|
15102
15183
|
}
|
15103
|
-
static void *
|
15104
|
-
return (void *)((
|
15184
|
+
static void *_p_FXRealSliderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15185
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
|
15105
15186
|
}
|
15106
|
-
static void *
|
15107
|
-
return (void *)((
|
15187
|
+
static void *_p_FXRealSpinnerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15188
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
|
15108
15189
|
}
|
15109
|
-
static void *
|
15110
|
-
return (void *)((
|
15190
|
+
static void *_p_FXRootWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15191
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
|
15111
15192
|
}
|
15112
|
-
static void *
|
15113
|
-
return (void *)((
|
15193
|
+
static void *_p_FXRulerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15194
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
|
15114
15195
|
}
|
15115
|
-
static void *
|
15116
|
-
return (void *)((
|
15196
|
+
static void *_p_FXRulerViewTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15197
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
|
15117
15198
|
}
|
15118
|
-
static void *
|
15119
|
-
return (void *)((
|
15199
|
+
static void *_p_FXScrollAreaTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15200
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
|
15120
15201
|
}
|
15121
|
-
static void *
|
15122
|
-
return (void *)((
|
15202
|
+
static void *_p_FXScrollBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15203
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
|
15123
15204
|
}
|
15124
|
-
static void *
|
15125
|
-
return (void *)((
|
15205
|
+
static void *_p_FXScrollCornerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15206
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
|
15126
15207
|
}
|
15127
|
-
static void *
|
15128
|
-
return (void *)((
|
15208
|
+
static void *_p_FXScrollPaneTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15209
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXScrollPane *) x));
|
15129
15210
|
}
|
15130
|
-
static void *
|
15131
|
-
return (void *)((
|
15211
|
+
static void *_p_FXScrollWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15212
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
|
15132
15213
|
}
|
15133
|
-
static void *
|
15134
|
-
return (void *)((
|
15214
|
+
static void *_p_FXSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15215
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
|
15135
15216
|
}
|
15136
|
-
static void *
|
15137
|
-
return (void *)((
|
15217
|
+
static void *_p_FXShellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15218
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
|
15138
15219
|
}
|
15139
|
-
static void *
|
15140
|
-
return (void *)((
|
15220
|
+
static void *_p_FXShutterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15221
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
|
15141
15222
|
}
|
15142
|
-
static void *
|
15143
|
-
return (void *)((
|
15223
|
+
static void *_p_FXShutterItemTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15224
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
|
15144
15225
|
}
|
15145
|
-
static void *
|
15146
|
-
return (void *)((
|
15226
|
+
static void *_p_FXSliderTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15227
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
|
15147
15228
|
}
|
15148
|
-
static void *
|
15149
|
-
return (void *)((
|
15229
|
+
static void *_p_FXSpinnerTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15230
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
|
15150
15231
|
}
|
15151
|
-
static void *
|
15152
|
-
return (void *)((
|
15232
|
+
static void *_p_FXSplashWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15233
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
15153
15234
|
}
|
15154
|
-
static void *
|
15155
|
-
return (void *)((
|
15235
|
+
static void *_p_FXSplitterTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15236
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
|
15156
15237
|
}
|
15157
|
-
static void *
|
15158
|
-
return (void *)((
|
15238
|
+
static void *_p_FXSpringTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15239
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
|
15159
15240
|
}
|
15160
|
-
static void *
|
15161
|
-
return (void *)((
|
15241
|
+
static void *_p_FXStatusBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15242
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
|
15162
15243
|
}
|
15163
|
-
static void *
|
15164
|
-
return (void *)((
|
15244
|
+
static void *_p_FXStatusLineTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15245
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
|
15165
15246
|
}
|
15166
|
-
static void *
|
15167
|
-
return (void *)((
|
15247
|
+
static void *_p_FXSwitcherTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15248
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
|
15168
15249
|
}
|
15169
|
-
static void *
|
15170
|
-
return (void *)((
|
15250
|
+
static void *_p_FXTabBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15251
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
|
15171
15252
|
}
|
15172
|
-
static void *
|
15173
|
-
return (void *)((
|
15253
|
+
static void *_p_FXTabBookTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15254
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
|
15174
15255
|
}
|
15175
|
-
static void *
|
15176
|
-
return (void *)((
|
15256
|
+
static void *_p_FXTabItemTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15257
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXTabItem *) x));
|
15177
15258
|
}
|
15178
|
-
static void *
|
15179
|
-
return (void *)((
|
15259
|
+
static void *_p_FXTextFieldTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15260
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
|
15180
15261
|
}
|
15181
|
-
static void *
|
15182
|
-
return (void *)((
|
15262
|
+
static void *_p_FXToggleButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15263
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXToggleButton *) x));
|
15183
15264
|
}
|
15184
|
-
static void *
|
15185
|
-
return (void *)((
|
15265
|
+
static void *_p_FXToolBarTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15266
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
|
15186
15267
|
}
|
15187
|
-
static void *
|
15188
|
-
return (void *)((
|
15268
|
+
static void *_p_FXToolBarGripTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15269
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
|
15189
15270
|
}
|
15190
|
-
static void *
|
15191
|
-
return (void *)((
|
15271
|
+
static void *_p_FXToolBarShellTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15272
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
|
15192
15273
|
}
|
15193
|
-
static void *
|
15194
|
-
return (void *)((
|
15274
|
+
static void *_p_FXToolBarTabTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15275
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
|
15195
15276
|
}
|
15196
|
-
static void *
|
15197
|
-
return (void *)((
|
15277
|
+
static void *_p_FXToolTipTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15278
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
|
15198
15279
|
}
|
15199
|
-
static void *
|
15200
|
-
return (void *)((
|
15280
|
+
static void *_p_FXTopWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15281
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
|
15201
15282
|
}
|
15202
|
-
static void *
|
15203
|
-
return (void *)((
|
15283
|
+
static void *_p_FXTreeListBoxTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15284
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
|
15204
15285
|
}
|
15205
|
-
static void *
|
15206
|
-
return (void *)((FXLabel *)
|
15286
|
+
static void *_p_FXTriStateButtonTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15287
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXToggleButton *) ((FXTriStateButton *) x));
|
15207
15288
|
}
|
15208
|
-
static void *
|
15209
|
-
return (void *)((
|
15289
|
+
static void *_p_FXVerticalFrameTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15290
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
|
15210
15291
|
}
|
15211
|
-
static void *
|
15212
|
-
return (void *)((
|
15292
|
+
static void *_p_FXVerticalSeparatorTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15293
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
|
15213
15294
|
}
|
15214
|
-
static void *
|
15215
|
-
return (void *)((
|
15295
|
+
static void *_p_FXVisualTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15296
|
+
return (void *)((FXId *) ((FXVisual *) x));
|
15216
15297
|
}
|
15217
|
-
static void *
|
15218
|
-
return (void *)((
|
15298
|
+
static void *_p_FXWindowTo_p_FXId(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15299
|
+
return (void *)((FXId *) (FXDrawable *) ((FXWindow *) x));
|
15219
15300
|
}
|
15220
|
-
static void *
|
15221
|
-
return (void *)((
|
15301
|
+
static void *_p_FXButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15302
|
+
return (void *)((FXLabel *) ((FXButton *) x));
|
15222
15303
|
}
|
15223
|
-
static void *
|
15224
|
-
return (void *)((
|
15304
|
+
static void *_p_FXCheckButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15305
|
+
return (void *)((FXLabel *) ((FXCheckButton *) x));
|
15225
15306
|
}
|
15226
|
-
static void *
|
15227
|
-
return (void *)((
|
15307
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15308
|
+
return (void *)((FXLabel *) (FXButton *) ((FXMDIDeleteButton *) x));
|
15228
15309
|
}
|
15229
|
-
static void *
|
15230
|
-
return (void *)((
|
15310
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15311
|
+
return (void *)((FXLabel *) (FXButton *) ((FXMDIMaximizeButton *) x));
|
15231
15312
|
}
|
15232
|
-
static void *
|
15233
|
-
return (void *)((
|
15313
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15314
|
+
return (void *)((FXLabel *) (FXButton *) ((FXMDIMinimizeButton *) x));
|
15234
15315
|
}
|
15235
|
-
static void *
|
15236
|
-
return (void *)((
|
15316
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15317
|
+
return (void *)((FXLabel *) (FXButton *) ((FXMDIRestoreButton *) x));
|
15237
15318
|
}
|
15238
|
-
static void *
|
15239
|
-
return (void *)((
|
15319
|
+
static void *_p_FXMDIWindowButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15320
|
+
return (void *)((FXLabel *) (FXMenuButton *) ((FXMDIWindowButton *) x));
|
15240
15321
|
}
|
15241
|
-
static void *
|
15242
|
-
return (void *)((
|
15322
|
+
static void *_p_FXMenuButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15323
|
+
return (void *)((FXLabel *) ((FXMenuButton *) x));
|
15243
15324
|
}
|
15244
|
-
static void *
|
15245
|
-
return (void *)((
|
15325
|
+
static void *_p_FXOptionTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15326
|
+
return (void *)((FXLabel *) ((FXOption *) x));
|
15246
15327
|
}
|
15247
|
-
static void *
|
15248
|
-
return (void *)((
|
15328
|
+
static void *_p_FXOptionMenuTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15329
|
+
return (void *)((FXLabel *) ((FXOptionMenu *) x));
|
15249
15330
|
}
|
15250
|
-
static void *
|
15251
|
-
return (void *)((
|
15331
|
+
static void *_p_FXPickerTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15332
|
+
return (void *)((FXLabel *) (FXButton *) ((FXPicker *) x));
|
15252
15333
|
}
|
15253
|
-
static void *
|
15254
|
-
return (void *)((
|
15334
|
+
static void *_p_FXRadioButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15335
|
+
return (void *)((FXLabel *) ((FXRadioButton *) x));
|
15255
15336
|
}
|
15256
|
-
static void *
|
15257
|
-
return (void *)((
|
15337
|
+
static void *_p_FXTabItemTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15338
|
+
return (void *)((FXLabel *) ((FXTabItem *) x));
|
15258
15339
|
}
|
15259
|
-
static void *
|
15260
|
-
return (void *)((
|
15340
|
+
static void *_p_FXToggleButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15341
|
+
return (void *)((FXLabel *) ((FXToggleButton *) x));
|
15261
15342
|
}
|
15262
|
-
static void *
|
15263
|
-
return (void *)((
|
15343
|
+
static void *_p_FXTriStateButtonTo_p_FXLabel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15344
|
+
return (void *)((FXLabel *) (FXToggleButton *) ((FXTriStateButton *) x));
|
15264
15345
|
}
|
15265
|
-
static void *
|
15266
|
-
return (void *)((
|
15346
|
+
static void *_p_FXMDIWindowButtonTo_p_FXMenuButton(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15347
|
+
return (void *)((FXMenuButton *) ((FXMDIWindowButton *) x));
|
15267
15348
|
}
|
15268
|
-
static void *
|
15269
|
-
return (void *)((
|
15349
|
+
static void *_p_FXMDIMenuTo_p_FXMenuPane(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15350
|
+
return (void *)((FXMenuPane *) ((FXMDIMenu *) x));
|
15270
15351
|
}
|
15271
|
-
static void *
|
15272
|
-
return (void *)((
|
15352
|
+
static void *_p_FXScrollPaneTo_p_FXMenuPane(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15353
|
+
return (void *)((FXMenuPane *) ((FXScrollPane *) x));
|
15273
15354
|
}
|
15274
|
-
static void *
|
15275
|
-
return (void *)((
|
15355
|
+
static void *_p_FX4SplitterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15356
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
|
15276
15357
|
}
|
15277
|
-
static void *
|
15278
|
-
return (void *)((
|
15358
|
+
static void *_p_FX7SegmentTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15359
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
|
15279
15360
|
}
|
15280
|
-
static void *
|
15281
|
-
return (void *)((
|
15361
|
+
static void *_p_FXAccelTableTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15362
|
+
return (void *)((FXObject *) ((FXAccelTable *) x));
|
15282
15363
|
}
|
15283
|
-
static void *
|
15284
|
-
return (void *)((
|
15364
|
+
static void *_p_FXAppTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15365
|
+
return (void *)((FXObject *) ((FXApp *) x));
|
15285
15366
|
}
|
15286
|
-
static void *
|
15287
|
-
return (void *)((
|
15367
|
+
static void *_p_FXArrowButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15368
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
|
15288
15369
|
}
|
15289
|
-
static void *
|
15290
|
-
return (void *)((
|
15370
|
+
static void *_p_FXBitmapFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15371
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
|
15291
15372
|
}
|
15292
|
-
static void *
|
15293
|
-
return (void *)((
|
15373
|
+
static void *_p_FXButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15374
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXButton *) x));
|
15294
15375
|
}
|
15295
|
-
static void *
|
15296
|
-
return (void *)((
|
15376
|
+
static void *_p_FXCURCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15377
|
+
return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXCURCursor *) x));
|
15297
15378
|
}
|
15298
|
-
static void *
|
15299
|
-
return (void *)((
|
15379
|
+
static void *_p_FXCanvasTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15380
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXCanvas *) x));
|
15300
15381
|
}
|
15301
|
-
static void *
|
15302
|
-
return (void *)((
|
15382
|
+
static void *_p_FXCheckButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15383
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXCheckButton *) x));
|
15303
15384
|
}
|
15304
|
-
static void *
|
15305
|
-
return (void *)((
|
15385
|
+
static void *_p_FXColorBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15386
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
|
15306
15387
|
}
|
15307
|
-
static void *
|
15308
|
-
return (void *)((
|
15388
|
+
static void *_p_FXColorRingTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15389
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
|
15309
15390
|
}
|
15310
|
-
static void *
|
15311
|
-
return (void *)((
|
15391
|
+
static void *_p_FXColorSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15392
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
|
15312
15393
|
}
|
15313
|
-
static void *
|
15314
|
-
return (void *)((
|
15394
|
+
static void *_p_FXColorWellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15395
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
|
15315
15396
|
}
|
15316
|
-
static void *
|
15317
|
-
return (void *)((
|
15397
|
+
static void *_p_FXColorWheelTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15398
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
|
15318
15399
|
}
|
15319
|
-
static void *
|
15320
|
-
return (void *)((
|
15400
|
+
static void *_p_FXComboBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15401
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
|
15321
15402
|
}
|
15322
|
-
static void *
|
15323
|
-
return (void *)((
|
15403
|
+
static void *_p_FXCompositeTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15404
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXComposite *) x));
|
15324
15405
|
}
|
15325
|
-
static void *
|
15326
|
-
return (void *)((
|
15406
|
+
static void *_p_FXCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15407
|
+
return (void *)((FXObject *) (FXId *) ((FXCursor *) x));
|
15327
15408
|
}
|
15328
|
-
static void *
|
15329
|
-
return (void *)((
|
15409
|
+
static void *_p_FXDataTargetTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15410
|
+
return (void *)((FXObject *) ((FXDataTarget *) x));
|
15330
15411
|
}
|
15331
|
-
static void *
|
15332
|
-
return (void *)((
|
15412
|
+
static void *_p_FXDebugTargetTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15413
|
+
return (void *)((FXObject *) ((FXDebugTarget *) x));
|
15333
15414
|
}
|
15334
|
-
static void *
|
15335
|
-
return (void *)((
|
15415
|
+
static void *_p_FXDelegatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15416
|
+
return (void *)((FXObject *) ((FXDelegator *) x));
|
15336
15417
|
}
|
15337
|
-
static void *
|
15338
|
-
return (void *)((
|
15418
|
+
static void *_p_FXDialTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15419
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
|
15339
15420
|
}
|
15340
|
-
static void *
|
15341
|
-
return (void *)((
|
15421
|
+
static void *_p_FXDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15422
|
+
return (void *)((FXObject *) ((FXDict *) x));
|
15342
15423
|
}
|
15343
|
-
static void *
|
15344
|
-
return (void *)((
|
15424
|
+
static void *_p_FXDirBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15425
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
|
15345
15426
|
}
|
15346
|
-
static void *
|
15347
|
-
return (void *)((
|
15427
|
+
static void *_p_FXDirSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15428
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
|
15348
15429
|
}
|
15349
|
-
static void *
|
15350
|
-
return (void *)((
|
15430
|
+
static void *_p_FXDockBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15431
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
|
15351
15432
|
}
|
15352
|
-
static void *
|
15353
|
-
return (void *)((
|
15433
|
+
static void *_p_FXDockHandlerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15434
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
|
15354
15435
|
}
|
15355
|
-
static void *
|
15356
|
-
return (void *)((
|
15436
|
+
static void *_p_FXDockSiteTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15437
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
|
15357
15438
|
}
|
15358
|
-
static void *
|
15359
|
-
return (void *)((
|
15439
|
+
static void *_p_FXDockTitleTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15440
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
|
15360
15441
|
}
|
15361
|
-
static void *
|
15362
|
-
return (void *)((
|
15442
|
+
static void *_p_FXDocumentTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15443
|
+
return (void *)((FXObject *) ((FXDocument *) x));
|
15363
15444
|
}
|
15364
|
-
static void *
|
15365
|
-
return (void *)((
|
15445
|
+
static void *_p_FXDragCornerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15446
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
|
15366
15447
|
}
|
15367
|
-
static void *
|
15368
|
-
return (void *)((
|
15448
|
+
static void *_p_FXDrawableTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15449
|
+
return (void *)((FXObject *) (FXId *) ((FXDrawable *) x));
|
15369
15450
|
}
|
15370
|
-
static void *
|
15371
|
-
return (void *)((
|
15451
|
+
static void *_p_FXDriveBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15452
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
|
15372
15453
|
}
|
15373
|
-
static void *
|
15374
|
-
return (void *)((
|
15454
|
+
static void *_p_FXFileDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15455
|
+
return (void *)((FXObject *) (FXDict *) ((FXFileDict *) x));
|
15375
15456
|
}
|
15376
|
-
static void *
|
15377
|
-
return (void *)((
|
15457
|
+
static void *_p_FXFileSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15458
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
|
15378
15459
|
}
|
15379
|
-
static void *
|
15380
|
-
return (void *)((
|
15460
|
+
static void *_p_FXFontTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15461
|
+
return (void *)((FXObject *) (FXId *) ((FXFont *) x));
|
15381
15462
|
}
|
15382
|
-
static void *
|
15383
|
-
return (void *)((
|
15463
|
+
static void *_p_FXFontSelectorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15464
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
|
15384
15465
|
}
|
15385
|
-
static void *
|
15386
|
-
return (void *)((
|
15466
|
+
static void *_p_FXFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15467
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXFrame *) x));
|
15387
15468
|
}
|
15388
|
-
static void *
|
15389
|
-
return (void *)((
|
15469
|
+
static void *_p_FXGIFCursorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15470
|
+
return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXGIFCursor *) x));
|
15390
15471
|
}
|
15391
|
-
static void *
|
15392
|
-
return (void *)((
|
15472
|
+
static void *_p_FXGradientBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15473
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
|
15393
15474
|
}
|
15394
|
-
static void *
|
15395
|
-
return (void *)((
|
15475
|
+
static void *_p_FXGroupBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15476
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
|
15396
15477
|
}
|
15397
|
-
static void *
|
15398
|
-
return (void *)((
|
15478
|
+
static void *_p_FXHeaderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15479
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
|
15399
15480
|
}
|
15400
|
-
static void *
|
15401
|
-
return (void *)((
|
15481
|
+
static void *_p_FXHeaderItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15482
|
+
return (void *)((FXObject *) ((FXHeaderItem *) x));
|
15402
15483
|
}
|
15403
|
-
static void *
|
15404
|
-
return (void *)((
|
15484
|
+
static void *_p_FXHorizontalFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15485
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
|
15405
15486
|
}
|
15406
|
-
static void *
|
15407
|
-
return (void *)((
|
15487
|
+
static void *_p_FXHorizontalSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15488
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
|
15408
15489
|
}
|
15409
|
-
static void *
|
15410
|
-
return (void *)((
|
15490
|
+
static void *_p_FXIconDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15491
|
+
return (void *)((FXObject *) (FXDict *) ((FXIconDict *) x));
|
15411
15492
|
}
|
15412
|
-
static void *
|
15413
|
-
return (void *)((
|
15493
|
+
static void *_p_FXIdTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15494
|
+
return (void *)((FXObject *) ((FXId *) x));
|
15414
15495
|
}
|
15415
|
-
static void *
|
15416
|
-
return (void *)((
|
15496
|
+
static void *_p_FXImageFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15497
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
|
15417
15498
|
}
|
15418
|
-
static void *
|
15419
|
-
return (void *)((
|
15499
|
+
static void *_p_FXImageViewTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15500
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
|
15420
15501
|
}
|
15421
|
-
static void *
|
15422
|
-
return (void *)((
|
15502
|
+
static void *_p_FXKnobTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15503
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
|
15423
15504
|
}
|
15424
|
-
static void *
|
15425
|
-
return (void *)((
|
15505
|
+
static void *_p_FXLabelTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15506
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXLabel *) x));
|
15426
15507
|
}
|
15427
|
-
static void *
|
15428
|
-
return (void *)((
|
15508
|
+
static void *_p_FXListBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15509
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
|
15429
15510
|
}
|
15430
|
-
static void *
|
15431
|
-
return (void *)((
|
15511
|
+
static void *_p_FXMDIChildTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15512
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXMDIChild *) x));
|
15432
15513
|
}
|
15433
|
-
static void *
|
15434
|
-
return (void *)((
|
15514
|
+
static void *_p_FXMDIClientTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15515
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXMDIClient *) x));
|
15435
15516
|
}
|
15436
|
-
static void *
|
15437
|
-
return (void *)((FXDrawable *)
|
15517
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15518
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIDeleteButton *) x));
|
15438
15519
|
}
|
15439
|
-
static void *
|
15440
|
-
return (void *)((
|
15520
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15521
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMaximizeButton *) x));
|
15441
15522
|
}
|
15442
|
-
static void *
|
15443
|
-
return (void *)((
|
15523
|
+
static void *_p_FXMDIMenuTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15524
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXMDIMenu *) x));
|
15444
15525
|
}
|
15445
|
-
static void *
|
15446
|
-
return (void *)((
|
15526
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15527
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMinimizeButton *) x));
|
15447
15528
|
}
|
15448
|
-
static void *
|
15449
|
-
return (void *)((
|
15529
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15530
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXMDIRestoreButton *) x));
|
15450
15531
|
}
|
15451
|
-
static void *
|
15452
|
-
return (void *)((
|
15532
|
+
static void *_p_FXMDIWindowButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15533
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXMenuButton *) ((FXMDIWindowButton *) x));
|
15453
15534
|
}
|
15454
|
-
static void *
|
15455
|
-
return (void *)((
|
15535
|
+
static void *_p_FXMainWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15536
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
15456
15537
|
}
|
15457
|
-
static void *
|
15458
|
-
return (void *)((
|
15538
|
+
static void *_p_FXMatrixTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15539
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
|
15459
15540
|
}
|
15460
|
-
static void *
|
15461
|
-
return (void *)((
|
15541
|
+
static void *_p_FXMenuBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15542
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *)(FXToolBar *) ((FXMenuBar *) x));
|
15462
15543
|
}
|
15463
|
-
static void *
|
15464
|
-
return (void *)((
|
15544
|
+
static void *_p_FXMenuButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15545
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXMenuButton *) x));
|
15465
15546
|
}
|
15466
|
-
static void *
|
15467
|
-
return (void *)((
|
15547
|
+
static void *_p_FXMenuCaptionTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15548
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXMenuCaption *) x));
|
15468
15549
|
}
|
15469
|
-
static void *
|
15470
|
-
return (void *)((
|
15550
|
+
static void *_p_FXMenuCascadeTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15551
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXMenuCaption *) ((FXMenuCascade *) x));
|
15471
15552
|
}
|
15472
|
-
static void *
|
15473
|
-
return (void *)((
|
15553
|
+
static void *_p_FXMenuCheckTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15554
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXMenuCaption *)(FXMenuCommand *) ((FXMenuCheck *) x));
|
15474
15555
|
}
|
15475
|
-
static void *
|
15476
|
-
return (void *)((
|
15556
|
+
static void *_p_FXMenuCommandTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15557
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXMenuCaption *) ((FXMenuCommand *) x));
|
15477
15558
|
}
|
15478
|
-
static void *
|
15479
|
-
return (void *)((
|
15559
|
+
static void *_p_FXMenuPaneTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15560
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXPopup *) ((FXMenuPane *) x));
|
15480
15561
|
}
|
15481
|
-
static void *
|
15482
|
-
return (void *)((
|
15562
|
+
static void *_p_FXMenuRadioTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15563
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXMenuCaption *)(FXMenuCommand *) ((FXMenuRadio *) x));
|
15483
15564
|
}
|
15484
|
-
static void *
|
15485
|
-
return (void *)((
|
15565
|
+
static void *_p_FXMenuSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15566
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXMenuSeparator *) x));
|
15486
15567
|
}
|
15487
|
-
static void *
|
15488
|
-
return (void *)((
|
15568
|
+
static void *_p_FXMenuTitleTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15569
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXMenuCaption *) ((FXMenuTitle *) x));
|
15489
15570
|
}
|
15490
|
-
static void *
|
15491
|
-
return (void *)((
|
15571
|
+
static void *_p_FXOptionTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15572
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXOption *) x));
|
15492
15573
|
}
|
15493
|
-
static void *
|
15494
|
-
return (void *)((
|
15574
|
+
static void *_p_FXOptionMenuTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15575
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXOptionMenu *) x));
|
15495
15576
|
}
|
15496
|
-
static void *
|
15497
|
-
return (void *)((
|
15577
|
+
static void *_p_FXPackerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15578
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
|
15498
15579
|
}
|
15499
|
-
static void *
|
15500
|
-
return (void *)((
|
15580
|
+
static void *_p_FXPickerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15581
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXButton *) ((FXPicker *) x));
|
15501
15582
|
}
|
15502
|
-
static void *
|
15503
|
-
return (void *)((
|
15583
|
+
static void *_p_FXPopupTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15584
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
|
15504
15585
|
}
|
15505
|
-
static void *
|
15506
|
-
return (void *)((
|
15586
|
+
static void *_p_FXProgressBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15587
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
|
15507
15588
|
}
|
15508
|
-
static void *
|
15509
|
-
return (void *)((
|
15589
|
+
static void *_p_FXRadioButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15590
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXRadioButton *) x));
|
15510
15591
|
}
|
15511
|
-
static void *
|
15512
|
-
return (void *)((
|
15592
|
+
static void *_p_FXRealSliderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15593
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
|
15513
15594
|
}
|
15514
|
-
static void *
|
15515
|
-
return (void *)((
|
15595
|
+
static void *_p_FXRealSpinnerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15596
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
|
15516
15597
|
}
|
15517
|
-
static void *
|
15518
|
-
return (void *)((
|
15598
|
+
static void *_p_FXRecentFilesTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15599
|
+
return (void *)((FXObject *) ((FXRecentFiles *) x));
|
15519
15600
|
}
|
15520
|
-
static void *
|
15521
|
-
return (void *)((
|
15601
|
+
static void *_p_FXRegistryTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15602
|
+
return (void *)((FXObject *) (FXDict *)(FXSettings *) ((FXRegistry *) x));
|
15522
15603
|
}
|
15523
|
-
static void *
|
15524
|
-
return (void *)((
|
15604
|
+
static void *_p_FXRootWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15605
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
|
15525
15606
|
}
|
15526
|
-
static void *
|
15527
|
-
return (void *)((
|
15607
|
+
static void *_p_FXRulerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15608
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
|
15528
15609
|
}
|
15529
|
-
static void *
|
15530
|
-
return (void *)((
|
15610
|
+
static void *_p_FXRulerViewTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15611
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
|
15531
15612
|
}
|
15532
|
-
static void *
|
15533
|
-
return (void *)((
|
15613
|
+
static void *_p_FXScrollAreaTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15614
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
|
15534
15615
|
}
|
15535
|
-
static void *
|
15536
|
-
return (void *)((
|
15616
|
+
static void *_p_FXScrollBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15617
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
|
15537
15618
|
}
|
15538
|
-
static void *
|
15539
|
-
return (void *)((
|
15619
|
+
static void *_p_FXScrollCornerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15620
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
|
15540
15621
|
}
|
15541
|
-
static void *
|
15542
|
-
return (void *)((
|
15622
|
+
static void *_p_FXScrollPaneTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15623
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXScrollPane *) x));
|
15543
15624
|
}
|
15544
|
-
static void *
|
15545
|
-
return (void *)((
|
15625
|
+
static void *_p_FXScrollWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15626
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
|
15546
15627
|
}
|
15547
|
-
static void *
|
15548
|
-
return (void *)((
|
15628
|
+
static void *_p_FXSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15629
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
|
15549
15630
|
}
|
15550
|
-
static void *
|
15551
|
-
return (void *)((
|
15631
|
+
static void *_p_FXSettingsTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15632
|
+
return (void *)((FXObject *) (FXDict *) ((FXSettings *) x));
|
15552
15633
|
}
|
15553
|
-
static void *
|
15554
|
-
return (void *)((
|
15634
|
+
static void *_p_FXShellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15635
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
|
15555
15636
|
}
|
15556
|
-
static void *
|
15557
|
-
return (void *)((
|
15637
|
+
static void *_p_FXShutterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15638
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
|
15558
15639
|
}
|
15559
|
-
static void *
|
15560
|
-
return (void *)((
|
15640
|
+
static void *_p_FXShutterItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15641
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
|
15561
15642
|
}
|
15562
|
-
static void *
|
15563
|
-
return (void *)((
|
15643
|
+
static void *_p_FXSliderTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15644
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
|
15564
15645
|
}
|
15565
|
-
static void *
|
15566
|
-
return (void *)((
|
15646
|
+
static void *_p_FXSpinnerTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15647
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
|
15567
15648
|
}
|
15568
|
-
static void *
|
15569
|
-
return (void *)((
|
15649
|
+
static void *_p_FXSplashWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15650
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
15570
15651
|
}
|
15571
|
-
static void *
|
15572
|
-
return (void *)((
|
15652
|
+
static void *_p_FXSplitterTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15653
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
|
15573
15654
|
}
|
15574
|
-
static void *
|
15575
|
-
return (void *)((
|
15655
|
+
static void *_p_FXSpringTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15656
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
|
15576
15657
|
}
|
15577
|
-
static void *
|
15578
|
-
return (void *)((
|
15658
|
+
static void *_p_FXStatusBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15659
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
|
15579
15660
|
}
|
15580
|
-
static void *
|
15581
|
-
return (void *)((
|
15661
|
+
static void *_p_FXStatusLineTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15662
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
|
15582
15663
|
}
|
15583
|
-
static void *
|
15584
|
-
return (void *)((
|
15664
|
+
static void *_p_FXStringDictTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15665
|
+
return (void *)((FXObject *) (FXDict *) ((FXStringDict *) x));
|
15585
15666
|
}
|
15586
|
-
static void *
|
15587
|
-
return (void *)((
|
15667
|
+
static void *_p_FXSwitcherTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15668
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
|
15588
15669
|
}
|
15589
|
-
static void *
|
15590
|
-
return (void *)((
|
15670
|
+
static void *_p_FXTabBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15671
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
|
15591
15672
|
}
|
15592
|
-
static void *
|
15593
|
-
return (void *)((
|
15673
|
+
static void *_p_FXTabBookTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15674
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
|
15594
15675
|
}
|
15595
|
-
static void *
|
15596
|
-
return (void *)((
|
15676
|
+
static void *_p_FXTabItemTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15677
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXTabItem *) x));
|
15597
15678
|
}
|
15598
|
-
static void *
|
15599
|
-
return (void *)((
|
15679
|
+
static void *_p_FXTextFieldTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15680
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
|
15600
15681
|
}
|
15601
|
-
static void *
|
15602
|
-
return (void *)((FXId *)
|
15682
|
+
static void *_p_FXToggleButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15683
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXToggleButton *) x));
|
15603
15684
|
}
|
15604
|
-
static void *
|
15605
|
-
return (void *)((
|
15685
|
+
static void *_p_FXToolBarTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15686
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
|
15606
15687
|
}
|
15607
|
-
static void *
|
15608
|
-
return (void *)((
|
15688
|
+
static void *_p_FXToolBarGripTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15689
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
|
15609
15690
|
}
|
15610
|
-
static void *
|
15611
|
-
return (void *)((
|
15691
|
+
static void *_p_FXToolBarShellTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15692
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
|
15612
15693
|
}
|
15613
|
-
static void *
|
15614
|
-
return (void *)((
|
15694
|
+
static void *_p_FXToolBarTabTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15695
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
|
15615
15696
|
}
|
15616
|
-
static void *
|
15617
|
-
return (void *)((
|
15697
|
+
static void *_p_FXToolTipTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15698
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
|
15618
15699
|
}
|
15619
|
-
static void *
|
15620
|
-
return (void *)((
|
15700
|
+
static void *_p_FXTopWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15701
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
|
15621
15702
|
}
|
15622
|
-
static void *
|
15623
|
-
return (void *)((
|
15703
|
+
static void *_p_FXTranslatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15704
|
+
return (void *)((FXObject *) ((FXTranslator *) x));
|
15624
15705
|
}
|
15625
|
-
static void *
|
15626
|
-
return (void *)((
|
15706
|
+
static void *_p_FXTreeListBoxTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15707
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
|
15627
15708
|
}
|
15628
|
-
static void *
|
15629
|
-
return (void *)((
|
15709
|
+
static void *_p_FXTriStateButtonTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15710
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *)(FXToggleButton *) ((FXTriStateButton *) x));
|
15630
15711
|
}
|
15631
|
-
static void *
|
15632
|
-
return (void *)((
|
15712
|
+
static void *_p_FXVerticalFrameTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15713
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
|
15633
15714
|
}
|
15634
|
-
static void *
|
15635
|
-
return (void *)((
|
15715
|
+
static void *_p_FXVerticalSeparatorTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15716
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
|
15636
15717
|
}
|
15637
|
-
static void *
|
15638
|
-
return (void *)((
|
15718
|
+
static void *_p_FXVisualTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15719
|
+
return (void *)((FXObject *) (FXId *) ((FXVisual *) x));
|
15639
15720
|
}
|
15640
|
-
static void *
|
15641
|
-
return (void *)((
|
15721
|
+
static void *_p_FXWindowTo_p_FXObject(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15722
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *) ((FXWindow *) x));
|
15642
15723
|
}
|
15643
|
-
static void *
|
15644
|
-
return (void *)((
|
15724
|
+
static void *_p_FXMDIMenuTo_p_FXPopup(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15725
|
+
return (void *)((FXPopup *) (FXMenuPane *) ((FXMDIMenu *) x));
|
15645
15726
|
}
|
15646
|
-
static void *
|
15647
|
-
return (void *)((
|
15727
|
+
static void *_p_FXMenuPaneTo_p_FXPopup(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15728
|
+
return (void *)((FXPopup *) ((FXMenuPane *) x));
|
15648
15729
|
}
|
15649
|
-
static void *
|
15650
|
-
return (void *)((
|
15730
|
+
static void *_p_FXScrollPaneTo_p_FXPopup(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15731
|
+
return (void *)((FXPopup *) (FXMenuPane *) ((FXScrollPane *) x));
|
15651
15732
|
}
|
15652
|
-
static void *
|
15653
|
-
return (void *)((
|
15733
|
+
static void *_p_FXMDIMenuTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15734
|
+
return (void *)((FXShell *) (FXPopup *)(FXMenuPane *) ((FXMDIMenu *) x));
|
15654
15735
|
}
|
15655
|
-
static void *
|
15656
|
-
return (void *)((
|
15736
|
+
static void *_p_FXMainWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15737
|
+
return (void *)((FXShell *) (FXTopWindow *) ((FXMainWindow *) x));
|
15657
15738
|
}
|
15658
|
-
static void *
|
15659
|
-
return (void *)((
|
15739
|
+
static void *_p_FXMenuPaneTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15740
|
+
return (void *)((FXShell *) (FXPopup *) ((FXMenuPane *) x));
|
15660
15741
|
}
|
15661
|
-
static void *
|
15662
|
-
return (void *)((
|
15742
|
+
static void *_p_FXPopupTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15743
|
+
return (void *)((FXShell *) ((FXPopup *) x));
|
15663
15744
|
}
|
15664
|
-
static void *
|
15665
|
-
return (void *)((
|
15745
|
+
static void *_p_FXScrollPaneTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15746
|
+
return (void *)((FXShell *) (FXPopup *)(FXMenuPane *) ((FXScrollPane *) x));
|
15666
15747
|
}
|
15667
|
-
static void *
|
15668
|
-
return (void *)((
|
15748
|
+
static void *_p_FXSplashWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15749
|
+
return (void *)((FXShell *) (FXTopWindow *) ((FXSplashWindow *) x));
|
15669
15750
|
}
|
15670
|
-
static void *
|
15671
|
-
return (void *)((
|
15751
|
+
static void *_p_FXToolBarShellTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15752
|
+
return (void *)((FXShell *) (FXTopWindow *) ((FXToolBarShell *) x));
|
15672
15753
|
}
|
15673
|
-
static void *
|
15674
|
-
return (void *)((
|
15754
|
+
static void *_p_FXToolTipTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15755
|
+
return (void *)((FXShell *) ((FXToolTip *) x));
|
15675
15756
|
}
|
15676
|
-
static void *
|
15677
|
-
return (void *)((
|
15757
|
+
static void *_p_FXTopWindowTo_p_FXShell(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15758
|
+
return (void *)((FXShell *) ((FXTopWindow *) x));
|
15678
15759
|
}
|
15679
|
-
static void *
|
15680
|
-
return (void *)((
|
15760
|
+
static void *_p_FXFileStreamTo_p_FXStream(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15761
|
+
return (void *)((FXStream *) ((FXFileStream *) x));
|
15681
15762
|
}
|
15682
|
-
static void *
|
15683
|
-
return (void *)((
|
15763
|
+
static void *_p_FXMemoryStreamTo_p_FXStream(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15764
|
+
return (void *)((FXStream *) ((FXMemoryStream *) x));
|
15684
15765
|
}
|
15685
|
-
static void *
|
15686
|
-
return (void *)((
|
15766
|
+
static void *_p_FX4SplitterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15767
|
+
return (void *)((FXWindow *) (FXComposite *) ((FX4Splitter *) x));
|
15687
15768
|
}
|
15688
|
-
static void *
|
15689
|
-
return (void *)((
|
15769
|
+
static void *_p_FX7SegmentTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15770
|
+
return (void *)((FXWindow *) (FXFrame *) ((FX7Segment *) x));
|
15690
15771
|
}
|
15691
|
-
static void *
|
15692
|
-
return (void *)((
|
15772
|
+
static void *_p_FXArrowButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15773
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXArrowButton *) x));
|
15693
15774
|
}
|
15694
|
-
static void *
|
15695
|
-
return (void *)((
|
15775
|
+
static void *_p_FXBitmapFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15776
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXBitmapFrame *) x));
|
15696
15777
|
}
|
15697
|
-
static void *
|
15698
|
-
return (void *)((
|
15778
|
+
static void *_p_FXButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15779
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXButton *) x));
|
15699
15780
|
}
|
15700
|
-
static void *
|
15701
|
-
return (void *)((
|
15781
|
+
static void *_p_FXCanvasTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15782
|
+
return (void *)((FXWindow *) ((FXCanvas *) x));
|
15702
15783
|
}
|
15703
|
-
static void *
|
15704
|
-
return (void *)((
|
15784
|
+
static void *_p_FXCheckButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15785
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXCheckButton *) x));
|
15705
15786
|
}
|
15706
|
-
static void *
|
15707
|
-
return (void *)((
|
15787
|
+
static void *_p_FXColorBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15788
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXColorBar *) x));
|
15708
15789
|
}
|
15709
|
-
static void *
|
15710
|
-
return (void *)((
|
15790
|
+
static void *_p_FXColorRingTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15791
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXColorRing *) x));
|
15711
15792
|
}
|
15712
|
-
static void *
|
15713
|
-
return (void *)((
|
15793
|
+
static void *_p_FXColorSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15794
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXColorSelector *) x));
|
15714
15795
|
}
|
15715
|
-
static void *
|
15716
|
-
return (void *)((
|
15796
|
+
static void *_p_FXColorWellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15797
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXColorWell *) x));
|
15717
15798
|
}
|
15718
|
-
static void *
|
15719
|
-
return (void *)((
|
15799
|
+
static void *_p_FXColorWheelTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15800
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXColorWheel *) x));
|
15720
15801
|
}
|
15721
|
-
static void *
|
15722
|
-
return (void *)((
|
15802
|
+
static void *_p_FXComboBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15803
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXComboBox *) x));
|
15723
15804
|
}
|
15724
|
-
static void *
|
15725
|
-
return (void *)((
|
15805
|
+
static void *_p_FXCompositeTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15806
|
+
return (void *)((FXWindow *) ((FXComposite *) x));
|
15726
15807
|
}
|
15727
|
-
static void *
|
15728
|
-
return (void *)((
|
15808
|
+
static void *_p_FXDialTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15809
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXDial *) x));
|
15729
15810
|
}
|
15730
|
-
static void *
|
15731
|
-
return (void *)((
|
15811
|
+
static void *_p_FXDirBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15812
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
|
15732
15813
|
}
|
15733
|
-
static void *
|
15734
|
-
return (void *)((
|
15814
|
+
static void *_p_FXDirSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15815
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDirSelector *) x));
|
15735
15816
|
}
|
15736
|
-
static void *
|
15737
|
-
return (void *)((
|
15817
|
+
static void *_p_FXDockBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15818
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockBar *) x));
|
15738
15819
|
}
|
15739
|
-
static void *
|
15740
|
-
return (void *)((
|
15820
|
+
static void *_p_FXDockHandlerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15821
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXDockHandler *) x));
|
15741
15822
|
}
|
15742
|
-
static void *
|
15743
|
-
return (void *)((
|
15823
|
+
static void *_p_FXDockSiteTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15824
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockSite *) x));
|
15744
15825
|
}
|
15745
|
-
static void *
|
15746
|
-
return (void *)((
|
15826
|
+
static void *_p_FXDockTitleTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15827
|
+
return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
|
15747
15828
|
}
|
15748
|
-
static void *
|
15749
|
-
return (void *)((
|
15829
|
+
static void *_p_FXDragCornerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15830
|
+
return (void *)((FXWindow *) ((FXDragCorner *) x));
|
15750
15831
|
}
|
15751
|
-
static void *
|
15752
|
-
return (void *)((
|
15832
|
+
static void *_p_FXDriveBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15833
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
|
15753
15834
|
}
|
15754
|
-
static void *
|
15755
|
-
return (void *)((
|
15835
|
+
static void *_p_FXFileSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15836
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFileSelector *) x));
|
15756
15837
|
}
|
15757
|
-
static void *
|
15758
|
-
return (void *)((
|
15838
|
+
static void *_p_FXFontSelectorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15839
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFontSelector *) x));
|
15759
15840
|
}
|
15760
|
-
static void *
|
15761
|
-
return (void *)((
|
15841
|
+
static void *_p_FXFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15842
|
+
return (void *)((FXWindow *) ((FXFrame *) x));
|
15762
15843
|
}
|
15763
|
-
static void *
|
15764
|
-
return (void *)((
|
15844
|
+
static void *_p_FXGradientBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15845
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXGradientBar *) x));
|
15765
15846
|
}
|
15766
|
-
static void *
|
15767
|
-
return (void *)((
|
15847
|
+
static void *_p_FXGroupBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15848
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXGroupBox *) x));
|
15768
15849
|
}
|
15769
|
-
static void *
|
15770
|
-
return (void *)((
|
15850
|
+
static void *_p_FXHeaderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15851
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXHeader *) x));
|
15771
15852
|
}
|
15772
|
-
static void *
|
15773
|
-
return (void *)((
|
15853
|
+
static void *_p_FXHorizontalFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15854
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
|
15774
15855
|
}
|
15775
|
-
static void *
|
15776
|
-
return (void *)((
|
15856
|
+
static void *_p_FXHorizontalSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15857
|
+
return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
|
15777
15858
|
}
|
15778
|
-
static void *
|
15779
|
-
return (void *)((
|
15859
|
+
static void *_p_FXImageFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15860
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXImageFrame *) x));
|
15780
15861
|
}
|
15781
|
-
static void *
|
15782
|
-
return (void *)((
|
15862
|
+
static void *_p_FXImageViewTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15863
|
+
return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXImageView *) x));
|
15783
15864
|
}
|
15784
|
-
static void *
|
15785
|
-
return (void *)((
|
15865
|
+
static void *_p_FXKnobTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15866
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXKnob *) x));
|
15786
15867
|
}
|
15787
|
-
static void *
|
15788
|
-
return (void *)((
|
15868
|
+
static void *_p_FXLabelTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15869
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXLabel *) x));
|
15789
15870
|
}
|
15790
|
-
static void *
|
15791
|
-
return (void *)((
|
15871
|
+
static void *_p_FXListBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15872
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXListBox *) x));
|
15792
15873
|
}
|
15793
|
-
static void *
|
15794
|
-
return (void *)((
|
15874
|
+
static void *_p_FXMDIChildTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15875
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXMDIChild *) x));
|
15795
15876
|
}
|
15796
|
-
static void *
|
15797
|
-
return (void *)((
|
15877
|
+
static void *_p_FXMDIClientTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15878
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXMDIClient *) x));
|
15798
15879
|
}
|
15799
|
-
static void *
|
15800
|
-
return (void *)((
|
15880
|
+
static void *_p_FXMDIDeleteButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15881
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXButton *) ((FXMDIDeleteButton *) x));
|
15801
15882
|
}
|
15802
|
-
static void *
|
15803
|
-
return (void *)((
|
15883
|
+
static void *_p_FXMDIMaximizeButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15884
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMaximizeButton *) x));
|
15804
15885
|
}
|
15805
|
-
static void *
|
15806
|
-
return (void *)((
|
15886
|
+
static void *_p_FXMDIMenuTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15887
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXMDIMenu *) x));
|
15807
15888
|
}
|
15808
|
-
static void *
|
15809
|
-
return (void *)((
|
15889
|
+
static void *_p_FXMDIMinimizeButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15890
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXButton *) ((FXMDIMinimizeButton *) x));
|
15810
15891
|
}
|
15811
|
-
static void *
|
15812
|
-
return (void *)((
|
15892
|
+
static void *_p_FXMDIRestoreButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15893
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXButton *) ((FXMDIRestoreButton *) x));
|
15813
15894
|
}
|
15814
|
-
static void *
|
15815
|
-
return (void *)((
|
15895
|
+
static void *_p_FXMDIWindowButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15896
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXMenuButton *) ((FXMDIWindowButton *) x));
|
15816
15897
|
}
|
15817
|
-
static void *
|
15818
|
-
return (void *)((
|
15898
|
+
static void *_p_FXMainWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15899
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
15819
15900
|
}
|
15820
|
-
static void *
|
15821
|
-
return (void *)((
|
15901
|
+
static void *_p_FXMatrixTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15902
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXMatrix *) x));
|
15822
15903
|
}
|
15823
|
-
static void *
|
15824
|
-
return (void *)((
|
15904
|
+
static void *_p_FXMenuBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15905
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXDockBar *)(FXToolBar *) ((FXMenuBar *) x));
|
15825
15906
|
}
|
15826
|
-
static void *
|
15827
|
-
return (void *)((
|
15907
|
+
static void *_p_FXMenuButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15908
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXMenuButton *) x));
|
15828
15909
|
}
|
15829
|
-
static void *
|
15830
|
-
return (void *)((
|
15910
|
+
static void *_p_FXMenuCaptionTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15911
|
+
return (void *)((FXWindow *) ((FXMenuCaption *) x));
|
15831
15912
|
}
|
15832
|
-
static void *
|
15833
|
-
return (void *)((
|
15913
|
+
static void *_p_FXMenuCascadeTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15914
|
+
return (void *)((FXWindow *) (FXMenuCaption *) ((FXMenuCascade *) x));
|
15834
15915
|
}
|
15835
|
-
static void *
|
15836
|
-
return (void *)((
|
15916
|
+
static void *_p_FXMenuCheckTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15917
|
+
return (void *)((FXWindow *) (FXMenuCaption *)(FXMenuCommand *) ((FXMenuCheck *) x));
|
15837
15918
|
}
|
15838
|
-
static void *
|
15839
|
-
return (void *)((
|
15919
|
+
static void *_p_FXMenuCommandTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15920
|
+
return (void *)((FXWindow *) (FXMenuCaption *) ((FXMenuCommand *) x));
|
15840
15921
|
}
|
15841
|
-
static void *
|
15842
|
-
return (void *)((
|
15922
|
+
static void *_p_FXMenuPaneTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15923
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXPopup *) ((FXMenuPane *) x));
|
15843
15924
|
}
|
15844
|
-
static void *
|
15845
|
-
return (void *)((
|
15925
|
+
static void *_p_FXMenuRadioTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15926
|
+
return (void *)((FXWindow *) (FXMenuCaption *)(FXMenuCommand *) ((FXMenuRadio *) x));
|
15846
15927
|
}
|
15847
|
-
static void *
|
15848
|
-
return (void *)((
|
15928
|
+
static void *_p_FXMenuSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15929
|
+
return (void *)((FXWindow *) ((FXMenuSeparator *) x));
|
15849
15930
|
}
|
15850
|
-
static void *
|
15851
|
-
return (void *)((
|
15931
|
+
static void *_p_FXMenuTitleTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15932
|
+
return (void *)((FXWindow *) (FXMenuCaption *) ((FXMenuTitle *) x));
|
15852
15933
|
}
|
15853
|
-
static void *
|
15854
|
-
return (void *)((
|
15934
|
+
static void *_p_FXOptionTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15935
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXOption *) x));
|
15855
15936
|
}
|
15856
|
-
static void *
|
15857
|
-
return (void *)((
|
15937
|
+
static void *_p_FXOptionMenuTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15938
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXOptionMenu *) x));
|
15858
15939
|
}
|
15859
|
-
static void *
|
15860
|
-
return (void *)((
|
15940
|
+
static void *_p_FXPackerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15941
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXPacker *) x));
|
15861
15942
|
}
|
15862
|
-
static void *
|
15863
|
-
return (void *)((FXFrame *)
|
15943
|
+
static void *_p_FXPickerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15944
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXButton *) ((FXPicker *) x));
|
15864
15945
|
}
|
15865
|
-
static void *
|
15866
|
-
return (void *)((
|
15946
|
+
static void *_p_FXPopupTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15947
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXPopup *) x));
|
15867
15948
|
}
|
15868
|
-
static void *
|
15869
|
-
return (void *)((
|
15949
|
+
static void *_p_FXProgressBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15950
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXProgressBar *) x));
|
15870
15951
|
}
|
15871
|
-
static void *
|
15872
|
-
return (void *)((
|
15952
|
+
static void *_p_FXRadioButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15953
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXRadioButton *) x));
|
15873
15954
|
}
|
15874
|
-
static void *
|
15875
|
-
return (void *)((
|
15955
|
+
static void *_p_FXRealSliderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15956
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXRealSlider *) x));
|
15876
15957
|
}
|
15877
|
-
static void *
|
15878
|
-
return (void *)((
|
15958
|
+
static void *_p_FXRealSpinnerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15959
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
|
15879
15960
|
}
|
15880
|
-
static void *
|
15881
|
-
return (void *)((
|
15961
|
+
static void *_p_FXRootWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15962
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXRootWindow *) x));
|
15882
15963
|
}
|
15883
|
-
static void *
|
15884
|
-
return (void *)((FXFrame *)
|
15964
|
+
static void *_p_FXRulerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15965
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXRuler *) x));
|
15885
15966
|
}
|
15886
|
-
static void *
|
15887
|
-
return (void *)((
|
15967
|
+
static void *_p_FXRulerViewTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15968
|
+
return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
|
15888
15969
|
}
|
15889
|
-
static void *
|
15890
|
-
return (void *)((
|
15970
|
+
static void *_p_FXScrollAreaTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15971
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXScrollArea *) x));
|
15891
15972
|
}
|
15892
|
-
static void *
|
15893
|
-
return (void *)((
|
15973
|
+
static void *_p_FXScrollBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15974
|
+
return (void *)((FXWindow *) ((FXScrollBar *) x));
|
15894
15975
|
}
|
15895
|
-
static void *
|
15896
|
-
return (void *)((
|
15976
|
+
static void *_p_FXScrollCornerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15977
|
+
return (void *)((FXWindow *) ((FXScrollCorner *) x));
|
15897
15978
|
}
|
15898
|
-
static void *
|
15899
|
-
return (void *)((
|
15979
|
+
static void *_p_FXScrollPaneTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15980
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXPopup *)(FXMenuPane *) ((FXScrollPane *) x));
|
15900
15981
|
}
|
15901
|
-
static void *
|
15902
|
-
return (void *)((
|
15982
|
+
static void *_p_FXScrollWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15983
|
+
return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
|
15903
15984
|
}
|
15904
|
-
static void *
|
15905
|
-
return (void *)((FXFrame *)
|
15985
|
+
static void *_p_FXSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15986
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXSeparator *) x));
|
15906
15987
|
}
|
15907
|
-
static void *
|
15908
|
-
return (void *)((
|
15988
|
+
static void *_p_FXShellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15989
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXShell *) x));
|
15909
15990
|
}
|
15910
|
-
static void *
|
15911
|
-
return (void *)((
|
15991
|
+
static void *_p_FXShutterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15992
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
|
15912
15993
|
}
|
15913
|
-
static void *
|
15914
|
-
return (void *)((
|
15994
|
+
static void *_p_FXShutterItemTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15995
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
|
15915
15996
|
}
|
15916
|
-
static void *
|
15917
|
-
return (void *)((FXFrame *)
|
15997
|
+
static void *_p_FXSliderTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
15998
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXSlider *) x));
|
15918
15999
|
}
|
15919
|
-
static void *
|
15920
|
-
return (void *)((
|
16000
|
+
static void *_p_FXSpinnerTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16001
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpinner *) x));
|
15921
16002
|
}
|
15922
|
-
static void *
|
15923
|
-
return (void *)((
|
16003
|
+
static void *_p_FXSplashWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16004
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
15924
16005
|
}
|
15925
|
-
static void *
|
15926
|
-
return (void *)((
|
16006
|
+
static void *_p_FXSplitterTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16007
|
+
return (void *)((FXWindow *) (FXComposite *) ((FXSplitter *) x));
|
15927
16008
|
}
|
15928
|
-
static void *
|
15929
|
-
return (void *)((
|
16009
|
+
static void *_p_FXSpringTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16010
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpring *) x));
|
15930
16011
|
}
|
15931
|
-
static void *
|
15932
|
-
return (void *)((
|
16012
|
+
static void *_p_FXStatusBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16013
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
|
15933
16014
|
}
|
15934
|
-
static void *
|
15935
|
-
return (void *)((
|
16015
|
+
static void *_p_FXStatusLineTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16016
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXStatusLine *) x));
|
15936
16017
|
}
|
15937
|
-
static void *
|
15938
|
-
return (void *)((
|
16018
|
+
static void *_p_FXSwitcherTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16019
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSwitcher *) x));
|
15939
16020
|
}
|
15940
|
-
static void *
|
15941
|
-
return (void *)((
|
16021
|
+
static void *_p_FXTabBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16022
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTabBar *) x));
|
15942
16023
|
}
|
15943
|
-
static void *
|
15944
|
-
return (void *)((
|
16024
|
+
static void *_p_FXTabBookTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16025
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
|
15945
16026
|
}
|
15946
|
-
static void *
|
15947
|
-
return (void *)((FXFrame *)
|
16027
|
+
static void *_p_FXTabItemTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16028
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXTabItem *) x));
|
15948
16029
|
}
|
15949
|
-
static void *
|
15950
|
-
return (void *)((FXFrame *)
|
16030
|
+
static void *_p_FXTextFieldTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16031
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXTextField *) x));
|
15951
16032
|
}
|
15952
|
-
static void *
|
15953
|
-
return (void *)((FXFrame *)
|
16033
|
+
static void *_p_FXToggleButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16034
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXToggleButton *) x));
|
15954
16035
|
}
|
15955
|
-
static void *
|
15956
|
-
return (void *)((
|
16036
|
+
static void *_p_FXToolBarTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16037
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
|
15957
16038
|
}
|
15958
|
-
static void *
|
15959
|
-
return (void *)((
|
16039
|
+
static void *_p_FXToolBarGripTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16040
|
+
return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
|
15960
16041
|
}
|
15961
|
-
static void *
|
15962
|
-
return (void *)((
|
16042
|
+
static void *_p_FXToolBarShellTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16043
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
|
15963
16044
|
}
|
15964
|
-
static void *
|
15965
|
-
return (void *)((FXFrame *)
|
16045
|
+
static void *_p_FXToolBarTabTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16046
|
+
return (void *)((FXWindow *) (FXFrame *) ((FXToolBarTab *) x));
|
15966
16047
|
}
|
15967
|
-
static void *
|
15968
|
-
return (void *)((
|
16048
|
+
static void *_p_FXToolTipTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16049
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXToolTip *) x));
|
15969
16050
|
}
|
15970
|
-
static void *
|
15971
|
-
return (void *)((
|
16051
|
+
static void *_p_FXTopWindowTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16052
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXTopWindow *) x));
|
15972
16053
|
}
|
15973
|
-
static void *
|
15974
|
-
return (void *)((
|
16054
|
+
static void *_p_FXTreeListBoxTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16055
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
|
15975
16056
|
}
|
15976
|
-
static void *
|
15977
|
-
return (void *)((
|
16057
|
+
static void *_p_FXTriStateButtonTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16058
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXToggleButton *) ((FXTriStateButton *) x));
|
15978
16059
|
}
|
15979
|
-
static void *
|
15980
|
-
return (void *)((
|
16060
|
+
static void *_p_FXVerticalFrameTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16061
|
+
return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
|
16062
|
+
}
|
16063
|
+
static void *_p_FXVerticalSeparatorTo_p_FXWindow(void *x, int *SWIGUNUSEDPARM(newmemory)) {
|
16064
|
+
return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
|
15981
16065
|
}
|
15982
16066
|
static swig_type_info _swigt__p_FXBitmap = {"_p_FXBitmap", "FXBitmap *", 0, 0, (void*)0, 0};
|
15983
16067
|
static swig_type_info _swigt__p_FXButton = {"_p_FXButton", "FXButton *", 0, 0, (void*)0, 0};
|
15984
16068
|
static swig_type_info _swigt__p_FXPicker = {"_p_FXPicker", 0, 0, 0, 0, 0};
|
15985
16069
|
static swig_type_info _swigt__p_FXComposite = {"_p_FXComposite", "FXComposite *", 0, 0, (void*)0, 0};
|
16070
|
+
static swig_type_info _swigt__p_FX4Splitter = {"_p_FX4Splitter", 0, 0, 0, 0, 0};
|
16071
|
+
static swig_type_info _swigt__p_FXColorSelector = {"_p_FXColorSelector", 0, 0, 0, 0, 0};
|
16072
|
+
static swig_type_info _swigt__p_FXComboBox = {"_p_FXComboBox", 0, 0, 0, 0, 0};
|
16073
|
+
static swig_type_info _swigt__p_FXDirBox = {"_p_FXDirBox", 0, 0, 0, 0, 0};
|
16074
|
+
static swig_type_info _swigt__p_FXDirSelector = {"_p_FXDirSelector", 0, 0, 0, 0, 0};
|
16075
|
+
static swig_type_info _swigt__p_FXDockBar = {"_p_FXDockBar", 0, 0, 0, 0, 0};
|
16076
|
+
static swig_type_info _swigt__p_FXDockSite = {"_p_FXDockSite", 0, 0, 0, 0, 0};
|
15986
16077
|
static swig_type_info _swigt__p_FXDriveBox = {"_p_FXDriveBox", 0, 0, 0, 0, 0};
|
15987
|
-
static swig_type_info
|
15988
|
-
static swig_type_info
|
15989
|
-
static swig_type_info _swigt__p_FXToolTip = {"_p_FXToolTip", 0, 0, 0, 0, 0};
|
15990
|
-
static swig_type_info _swigt__p_FXTabBook = {"_p_FXTabBook", 0, 0, 0, 0, 0};
|
16078
|
+
static swig_type_info _swigt__p_FXFileSelector = {"_p_FXFileSelector", 0, 0, 0, 0, 0};
|
16079
|
+
static swig_type_info _swigt__p_FXFontSelector = {"_p_FXFontSelector", 0, 0, 0, 0, 0};
|
15991
16080
|
static swig_type_info _swigt__p_FXGroupBox = {"_p_FXGroupBox", 0, 0, 0, 0, 0};
|
15992
|
-
static swig_type_info _swigt__p_FXStatusBar = {"_p_FXStatusBar", 0, 0, 0, 0, 0};
|
15993
|
-
static swig_type_info _swigt__p_FXScrollArea = {"_p_FXScrollArea", 0, 0, 0, 0, 0};
|
15994
|
-
static swig_type_info _swigt__p_FXScrollWindow = {"_p_FXScrollWindow", 0, 0, 0, 0, 0};
|
15995
|
-
static swig_type_info _swigt__p_FXRootWindow = {"_p_FXRootWindow", 0, 0, 0, 0, 0};
|
15996
|
-
static swig_type_info _swigt__p_FXSplashWindow = {"_p_FXSplashWindow", 0, 0, 0, 0, 0};
|
15997
|
-
static swig_type_info _swigt__p_FXMainWindow = {"_p_FXMainWindow", 0, 0, 0, 0, 0};
|
15998
|
-
static swig_type_info _swigt__p_FXTopWindow = {"_p_FXTopWindow", 0, 0, 0, 0, 0};
|
15999
|
-
static swig_type_info _swigt__p_FXComboBox = {"_p_FXComboBox", 0, 0, 0, 0, 0};
|
16000
16081
|
static swig_type_info _swigt__p_FXHorizontalFrame = {"_p_FXHorizontalFrame", 0, 0, 0, 0, 0};
|
16001
|
-
static swig_type_info
|
16002
|
-
static swig_type_info
|
16003
|
-
static swig_type_info
|
16004
|
-
static swig_type_info
|
16005
|
-
static swig_type_info
|
16082
|
+
static swig_type_info _swigt__p_FXImageView = {"_p_FXImageView", 0, 0, 0, 0, 0};
|
16083
|
+
static swig_type_info _swigt__p_FXListBox = {"_p_FXListBox", 0, 0, 0, 0, 0};
|
16084
|
+
static swig_type_info _swigt__p_FXMainWindow = {"_p_FXMainWindow", 0, 0, 0, 0, 0};
|
16085
|
+
static swig_type_info _swigt__p_FXMatrix = {"_p_FXMatrix", 0, 0, 0, 0, 0};
|
16086
|
+
static swig_type_info _swigt__p_FXMenuBar = {"_p_FXMenuBar", 0, 0, 0, 0, 0};
|
16006
16087
|
static swig_type_info _swigt__p_FXPacker = {"_p_FXPacker", 0, 0, 0, 0, 0};
|
16007
|
-
static swig_type_info
|
16008
|
-
static swig_type_info
|
16009
|
-
static swig_type_info
|
16010
|
-
static swig_type_info
|
16011
|
-
static swig_type_info
|
16012
|
-
static swig_type_info
|
16088
|
+
static swig_type_info _swigt__p_FXRealSpinner = {"_p_FXRealSpinner", 0, 0, 0, 0, 0};
|
16089
|
+
static swig_type_info _swigt__p_FXRootWindow = {"_p_FXRootWindow", 0, 0, 0, 0, 0};
|
16090
|
+
static swig_type_info _swigt__p_FXRulerView = {"_p_FXRulerView", 0, 0, 0, 0, 0};
|
16091
|
+
static swig_type_info _swigt__p_FXScrollArea = {"_p_FXScrollArea", 0, 0, 0, 0, 0};
|
16092
|
+
static swig_type_info _swigt__p_FXScrollPane = {"_p_FXScrollPane", 0, 0, 0, 0, 0};
|
16093
|
+
static swig_type_info _swigt__p_FXScrollWindow = {"_p_FXScrollWindow", 0, 0, 0, 0, 0};
|
16013
16094
|
static swig_type_info _swigt__p_FXShutter = {"_p_FXShutter", 0, 0, 0, 0, 0};
|
16014
|
-
static swig_type_info _swigt__p_FXDockSite = {"_p_FXDockSite", 0, 0, 0, 0, 0};
|
16015
|
-
static swig_type_info _swigt__p_FXRulerView = {"_p_FXRulerView", 0, 0, 0, 0, 0};
|
16016
|
-
static swig_type_info _swigt__p_FXTreeListBox = {"_p_FXTreeListBox", 0, 0, 0, 0, 0};
|
16017
|
-
static swig_type_info _swigt__p_FXListBox = {"_p_FXListBox", 0, 0, 0, 0, 0};
|
16018
|
-
static swig_type_info _swigt__p_FXMatrix = {"_p_FXMatrix", 0, 0, 0, 0, 0};
|
16019
16095
|
static swig_type_info _swigt__p_FXShutterItem = {"_p_FXShutterItem", 0, 0, 0, 0, 0};
|
16020
|
-
static swig_type_info
|
16021
|
-
static swig_type_info
|
16022
|
-
static swig_type_info
|
16096
|
+
static swig_type_info _swigt__p_FXSpinner = {"_p_FXSpinner", 0, 0, 0, 0, 0};
|
16097
|
+
static swig_type_info _swigt__p_FXSplashWindow = {"_p_FXSplashWindow", 0, 0, 0, 0, 0};
|
16098
|
+
static swig_type_info _swigt__p_FXSplitter = {"_p_FXSplitter", 0, 0, 0, 0, 0};
|
16023
16099
|
static swig_type_info _swigt__p_FXSpring = {"_p_FXSpring", 0, 0, 0, 0, 0};
|
16024
|
-
static swig_type_info
|
16100
|
+
static swig_type_info _swigt__p_FXStatusBar = {"_p_FXStatusBar", 0, 0, 0, 0, 0};
|
16101
|
+
static swig_type_info _swigt__p_FXSwitcher = {"_p_FXSwitcher", 0, 0, 0, 0, 0};
|
16102
|
+
static swig_type_info _swigt__p_FXTabBar = {"_p_FXTabBar", 0, 0, 0, 0, 0};
|
16103
|
+
static swig_type_info _swigt__p_FXTabBook = {"_p_FXTabBook", 0, 0, 0, 0, 0};
|
16104
|
+
static swig_type_info _swigt__p_FXToolBar = {"_p_FXToolBar", 0, 0, 0, 0, 0};
|
16025
16105
|
static swig_type_info _swigt__p_FXToolBarShell = {"_p_FXToolBarShell", 0, 0, 0, 0, 0};
|
16106
|
+
static swig_type_info _swigt__p_FXToolTip = {"_p_FXToolTip", 0, 0, 0, 0, 0};
|
16107
|
+
static swig_type_info _swigt__p_FXTopWindow = {"_p_FXTopWindow", 0, 0, 0, 0, 0};
|
16108
|
+
static swig_type_info _swigt__p_FXTreeListBox = {"_p_FXTreeListBox", 0, 0, 0, 0, 0};
|
16109
|
+
static swig_type_info _swigt__p_FXVerticalFrame = {"_p_FXVerticalFrame", 0, 0, 0, 0, 0};
|
16026
16110
|
static swig_type_info _swigt__p_FXDrawable = {"_p_FXDrawable", "FXDrawable *", 0, 0, (void*)0, 0};
|
16027
|
-
static swig_type_info
|
16028
|
-
static swig_type_info _swigt__p_FXColorBar = {"_p_FXColorBar", 0, 0, 0, 0, 0};
|
16029
|
-
static swig_type_info _swigt__p_FXMenuCheck = {"_p_FXMenuCheck", 0, 0, 0, 0, 0};
|
16030
|
-
static swig_type_info _swigt__p_FXTextField = {"_p_FXTextField", 0, 0, 0, 0, 0};
|
16031
|
-
static swig_type_info _swigt__p_FXToolBarTab = {"_p_FXToolBarTab", 0, 0, 0, 0, 0};
|
16032
|
-
static swig_type_info _swigt__p_FXScrollCorner = {"_p_FXScrollCorner", 0, 0, 0, 0, 0};
|
16111
|
+
static swig_type_info _swigt__p_FX7Segment = {"_p_FX7Segment", 0, 0, 0, 0, 0};
|
16033
16112
|
static swig_type_info _swigt__p_FXArrowButton = {"_p_FXArrowButton", 0, 0, 0, 0, 0};
|
16034
|
-
static swig_type_info _swigt__p_FXCheckButton = {"_p_FXCheckButton", 0, 0, 0, 0, 0};
|
16035
|
-
static swig_type_info _swigt__p_FXRadioButton = {"_p_FXRadioButton", 0, 0, 0, 0, 0};
|
16036
|
-
static swig_type_info _swigt__p_FXToggleButton = {"_p_FXToggleButton", 0, 0, 0, 0, 0};
|
16037
|
-
static swig_type_info _swigt__p_FXTriStateButton = {"_p_FXTriStateButton", 0, 0, 0, 0, 0};
|
16038
|
-
static swig_type_info _swigt__p_FXHeader = {"_p_FXHeader", 0, 0, 0, 0, 0};
|
16039
|
-
static swig_type_info _swigt__p_FXImageFrame = {"_p_FXImageFrame", 0, 0, 0, 0, 0};
|
16040
|
-
static swig_type_info _swigt__p_FXVerticalSeparator = {"_p_FXVerticalSeparator", 0, 0, 0, 0, 0};
|
16041
|
-
static swig_type_info _swigt__p_FXHorizontalSeparator = {"_p_FXHorizontalSeparator", 0, 0, 0, 0, 0};
|
16042
|
-
static swig_type_info _swigt__p_FXSeparator = {"_p_FXSeparator", 0, 0, 0, 0, 0};
|
16043
|
-
static swig_type_info _swigt__p_FXMenuSeparator = {"_p_FXMenuSeparator", 0, 0, 0, 0, 0};
|
16044
|
-
static swig_type_info _swigt__p_FXKnob = {"_p_FXKnob", 0, 0, 0, 0, 0};
|
16045
|
-
static swig_type_info _swigt__p_FXProgressBar = {"_p_FXProgressBar", 0, 0, 0, 0, 0};
|
16046
16113
|
static swig_type_info _swigt__p_FXBitmapFrame = {"_p_FXBitmapFrame", 0, 0, 0, 0, 0};
|
16047
|
-
static swig_type_info _swigt__p_FXSlider = {"_p_FXSlider", 0, 0, 0, 0, 0};
|
16048
|
-
static swig_type_info _swigt__p_FXRealSlider = {"_p_FXRealSlider", 0, 0, 0, 0, 0};
|
16049
|
-
static swig_type_info _swigt__p_FXMenuCascade = {"_p_FXMenuCascade", 0, 0, 0, 0, 0};
|
16050
|
-
static swig_type_info _swigt__p_FXColorRing = {"_p_FXColorRing", 0, 0, 0, 0, 0};
|
16051
|
-
static swig_type_info _swigt__p_FXDockHandler = {"_p_FXDockHandler", 0, 0, 0, 0, 0};
|
16052
16114
|
static swig_type_info _swigt__p_FXCanvas = {"_p_FXCanvas", 0, 0, 0, 0, 0};
|
16115
|
+
static swig_type_info _swigt__p_FXCheckButton = {"_p_FXCheckButton", 0, 0, 0, 0, 0};
|
16116
|
+
static swig_type_info _swigt__p_FXColorBar = {"_p_FXColorBar", 0, 0, 0, 0, 0};
|
16117
|
+
static swig_type_info _swigt__p_FXColorRing = {"_p_FXColorRing", 0, 0, 0, 0, 0};
|
16118
|
+
static swig_type_info _swigt__p_FXColorWell = {"_p_FXColorWell", 0, 0, 0, 0, 0};
|
16053
16119
|
static swig_type_info _swigt__p_FXColorWheel = {"_p_FXColorWheel", 0, 0, 0, 0, 0};
|
16054
16120
|
static swig_type_info _swigt__p_FXDial = {"_p_FXDial", 0, 0, 0, 0, 0};
|
16055
|
-
static swig_type_info
|
16056
|
-
static swig_type_info _swigt__p_FXScrollBar = {"_p_FXScrollBar", 0, 0, 0, 0, 0};
|
16057
|
-
static swig_type_info _swigt__p_FXTabItem = {"_p_FXTabItem", 0, 0, 0, 0, 0};
|
16121
|
+
static swig_type_info _swigt__p_FXDockHandler = {"_p_FXDockHandler", 0, 0, 0, 0, 0};
|
16058
16122
|
static swig_type_info _swigt__p_FXDockTitle = {"_p_FXDockTitle", 0, 0, 0, 0, 0};
|
16059
|
-
static swig_type_info
|
16060
|
-
static swig_type_info
|
16061
|
-
static swig_type_info
|
16123
|
+
static swig_type_info _swigt__p_FXDragCorner = {"_p_FXDragCorner", 0, 0, 0, 0, 0};
|
16124
|
+
static swig_type_info _swigt__p_FXGradientBar = {"_p_FXGradientBar", 0, 0, 0, 0, 0};
|
16125
|
+
static swig_type_info _swigt__p_FXHeader = {"_p_FXHeader", 0, 0, 0, 0, 0};
|
16126
|
+
static swig_type_info _swigt__p_FXHorizontalSeparator = {"_p_FXHorizontalSeparator", 0, 0, 0, 0, 0};
|
16127
|
+
static swig_type_info _swigt__p_FXImageFrame = {"_p_FXImageFrame", 0, 0, 0, 0, 0};
|
16128
|
+
static swig_type_info _swigt__p_FXKnob = {"_p_FXKnob", 0, 0, 0, 0, 0};
|
16062
16129
|
static swig_type_info _swigt__p_FXMenuCaption = {"_p_FXMenuCaption", 0, 0, 0, 0, 0};
|
16063
|
-
static swig_type_info
|
16130
|
+
static swig_type_info _swigt__p_FXMenuCascade = {"_p_FXMenuCascade", 0, 0, 0, 0, 0};
|
16131
|
+
static swig_type_info _swigt__p_FXMenuCheck = {"_p_FXMenuCheck", 0, 0, 0, 0, 0};
|
16132
|
+
static swig_type_info _swigt__p_FXMenuCommand = {"_p_FXMenuCommand", 0, 0, 0, 0, 0};
|
16064
16133
|
static swig_type_info _swigt__p_FXMenuRadio = {"_p_FXMenuRadio", 0, 0, 0, 0, 0};
|
16134
|
+
static swig_type_info _swigt__p_FXMenuSeparator = {"_p_FXMenuSeparator", 0, 0, 0, 0, 0};
|
16135
|
+
static swig_type_info _swigt__p_FXMenuTitle = {"_p_FXMenuTitle", 0, 0, 0, 0, 0};
|
16065
16136
|
static swig_type_info _swigt__p_FXOption = {"_p_FXOption", 0, 0, 0, 0, 0};
|
16066
16137
|
static swig_type_info _swigt__p_FXOptionMenu = {"_p_FXOptionMenu", 0, 0, 0, 0, 0};
|
16067
|
-
static swig_type_info
|
16068
|
-
static swig_type_info
|
16138
|
+
static swig_type_info _swigt__p_FXProgressBar = {"_p_FXProgressBar", 0, 0, 0, 0, 0};
|
16139
|
+
static swig_type_info _swigt__p_FXRadioButton = {"_p_FXRadioButton", 0, 0, 0, 0, 0};
|
16140
|
+
static swig_type_info _swigt__p_FXRealSlider = {"_p_FXRealSlider", 0, 0, 0, 0, 0};
|
16069
16141
|
static swig_type_info _swigt__p_FXRuler = {"_p_FXRuler", 0, 0, 0, 0, 0};
|
16142
|
+
static swig_type_info _swigt__p_FXScrollBar = {"_p_FXScrollBar", 0, 0, 0, 0, 0};
|
16143
|
+
static swig_type_info _swigt__p_FXScrollCorner = {"_p_FXScrollCorner", 0, 0, 0, 0, 0};
|
16144
|
+
static swig_type_info _swigt__p_FXSeparator = {"_p_FXSeparator", 0, 0, 0, 0, 0};
|
16145
|
+
static swig_type_info _swigt__p_FXSlider = {"_p_FXSlider", 0, 0, 0, 0, 0};
|
16146
|
+
static swig_type_info _swigt__p_FXStatusLine = {"_p_FXStatusLine", 0, 0, 0, 0, 0};
|
16147
|
+
static swig_type_info _swigt__p_FXTabItem = {"_p_FXTabItem", 0, 0, 0, 0, 0};
|
16148
|
+
static swig_type_info _swigt__p_FXTextField = {"_p_FXTextField", 0, 0, 0, 0, 0};
|
16149
|
+
static swig_type_info _swigt__p_FXToggleButton = {"_p_FXToggleButton", 0, 0, 0, 0, 0};
|
16150
|
+
static swig_type_info _swigt__p_FXToolBarGrip = {"_p_FXToolBarGrip", 0, 0, 0, 0, 0};
|
16151
|
+
static swig_type_info _swigt__p_FXToolBarTab = {"_p_FXToolBarTab", 0, 0, 0, 0, 0};
|
16152
|
+
static swig_type_info _swigt__p_FXTriStateButton = {"_p_FXTriStateButton", 0, 0, 0, 0, 0};
|
16153
|
+
static swig_type_info _swigt__p_FXVerticalSeparator = {"_p_FXVerticalSeparator", 0, 0, 0, 0, 0};
|
16070
16154
|
static swig_type_info _swigt__p_FXFont = {"_p_FXFont", "FXFont *", 0, 0, (void*)0, 0};
|
16071
16155
|
static swig_type_info _swigt__p_FXFrame = {"_p_FXFrame", "FXFrame *", 0, 0, (void*)0, 0};
|
16072
16156
|
static swig_type_info _swigt__p_FXIcon = {"_p_FXIcon", "FXIcon *", 0, 0, (void*)0, 0};
|
16073
16157
|
static swig_type_info _swigt__p_FXId = {"_p_FXId", "FXId *", 0, 0, (void*)0, 0};
|
16074
|
-
static swig_type_info _swigt__p_FXVisual = {"_p_FXVisual", 0, 0, 0, 0, 0};
|
16075
|
-
static swig_type_info _swigt__p_FXCursor = {"_p_FXCursor", 0, 0, 0, 0, 0};
|
16076
16158
|
static swig_type_info _swigt__p_FXCURCursor = {"_p_FXCURCursor", 0, 0, 0, 0, 0};
|
16159
|
+
static swig_type_info _swigt__p_FXCursor = {"_p_FXCursor", 0, 0, 0, 0, 0};
|
16077
16160
|
static swig_type_info _swigt__p_FXGIFCursor = {"_p_FXGIFCursor", 0, 0, 0, 0, 0};
|
16161
|
+
static swig_type_info _swigt__p_FXVisual = {"_p_FXVisual", 0, 0, 0, 0, 0};
|
16078
16162
|
static swig_type_info _swigt__p_FXLabel = {"_p_FXLabel", "FXLabel *", 0, 0, (void*)0, 0};
|
16079
16163
|
static swig_type_info _swigt__p_FXMDIChild = {"_p_FXMDIChild", "FXMDIChild *", 0, 0, (void*)0, 0};
|
16080
16164
|
static swig_type_info _swigt__p_FXMDIClient = {"_p_FXMDIClient", "FXMDIClient *", 0, 0, (void*)0, 0};
|
@@ -16087,21 +16171,21 @@ static swig_type_info _swigt__p_FXMDIWindowButton = {"_p_FXMDIWindowButton", "FX
|
|
16087
16171
|
static swig_type_info _swigt__p_FXMenuButton = {"_p_FXMenuButton", "FXMenuButton *", 0, 0, (void*)0, 0};
|
16088
16172
|
static swig_type_info _swigt__p_FXMenuPane = {"_p_FXMenuPane", "FXMenuPane *", 0, 0, (void*)0, 0};
|
16089
16173
|
static swig_type_info _swigt__p_FXObject = {"_p_FXObject", "FXObject *", 0, 0, (void*)0, 0};
|
16174
|
+
static swig_type_info _swigt__p_FXAccelTable = {"_p_FXAccelTable", 0, 0, 0, 0, 0};
|
16175
|
+
static swig_type_info _swigt__p_FXApp = {"_p_FXApp", 0, 0, 0, 0, 0};
|
16176
|
+
static swig_type_info _swigt__p_FXDataTarget = {"_p_FXDataTarget", 0, 0, 0, 0, 0};
|
16177
|
+
static swig_type_info _swigt__p_FXDebugTarget = {"_p_FXDebugTarget", 0, 0, 0, 0, 0};
|
16178
|
+
static swig_type_info _swigt__p_FXDelegator = {"_p_FXDelegator", 0, 0, 0, 0, 0};
|
16179
|
+
static swig_type_info _swigt__p_FXDict = {"_p_FXDict", 0, 0, 0, 0, 0};
|
16090
16180
|
static swig_type_info _swigt__p_FXDocument = {"_p_FXDocument", 0, 0, 0, 0, 0};
|
16091
|
-
static swig_type_info
|
16181
|
+
static swig_type_info _swigt__p_FXFileDict = {"_p_FXFileDict", 0, 0, 0, 0, 0};
|
16092
16182
|
static swig_type_info _swigt__p_FXHeaderItem = {"_p_FXHeaderItem", 0, 0, 0, 0, 0};
|
16093
16183
|
static swig_type_info _swigt__p_FXIconDict = {"_p_FXIconDict", 0, 0, 0, 0, 0};
|
16094
|
-
static swig_type_info _swigt__p_FXFileDict = {"_p_FXFileDict", 0, 0, 0, 0, 0};
|
16095
16184
|
static swig_type_info _swigt__p_FXRecentFiles = {"_p_FXRecentFiles", 0, 0, 0, 0, 0};
|
16096
|
-
static swig_type_info
|
16097
|
-
static swig_type_info _swigt__p_FXApp = {"_p_FXApp", 0, 0, 0, 0, 0};
|
16098
|
-
static swig_type_info _swigt__p_FXDict = {"_p_FXDict", 0, 0, 0, 0, 0};
|
16185
|
+
static swig_type_info _swigt__p_FXRegistry = {"_p_FXRegistry", 0, 0, 0, 0, 0};
|
16099
16186
|
static swig_type_info _swigt__p_FXSettings = {"_p_FXSettings", 0, 0, 0, 0, 0};
|
16100
|
-
static swig_type_info _swigt__p_FXDataTarget = {"_p_FXDataTarget", 0, 0, 0, 0, 0};
|
16101
|
-
static swig_type_info _swigt__p_FXDebugTarget = {"_p_FXDebugTarget", 0, 0, 0, 0, 0};
|
16102
16187
|
static swig_type_info _swigt__p_FXStringDict = {"_p_FXStringDict", 0, 0, 0, 0, 0};
|
16103
|
-
static swig_type_info
|
16104
|
-
static swig_type_info _swigt__p_FXAccelTable = {"_p_FXAccelTable", 0, 0, 0, 0, 0};
|
16188
|
+
static swig_type_info _swigt__p_FXTranslator = {"_p_FXTranslator", 0, 0, 0, 0, 0};
|
16105
16189
|
static swig_type_info _swigt__p_FXPopup = {"_p_FXPopup", "FXPopup *", 0, 0, (void*)0, 0};
|
16106
16190
|
static swig_type_info _swigt__p_FXRegion = {"_p_FXRegion", "FXRegion *", 0, 0, (void*)0, 0};
|
16107
16191
|
static swig_type_info _swigt__p_FXShell = {"_p_FXShell", "FXShell *", 0, 0, (void*)0, 0};
|
@@ -16109,16 +16193,16 @@ static swig_type_info _swigt__p_FXStream = {"_p_FXStream", "FXStream *", 0, 0, (
|
|
16109
16193
|
static swig_type_info _swigt__p_FXFileStream = {"_p_FXFileStream", 0, 0, 0, 0, 0};
|
16110
16194
|
static swig_type_info _swigt__p_FXMemoryStream = {"_p_FXMemoryStream", 0, 0, 0, 0, 0};
|
16111
16195
|
static swig_type_info _swigt__p_FXWindow = {"_p_FXWindow", "FXWindow *", 0, 0, (void*)0, 0};
|
16112
|
-
static swig_type_info _swigt__p_char = {"_p_char", "
|
16113
|
-
static swig_type_info _swigt__p_double = {"_p_double", "
|
16114
|
-
static swig_type_info _swigt__p_float = {"_p_float", "
|
16115
|
-
static swig_type_info _swigt__p_int = {"_p_int", "FXint *|int
|
16116
|
-
static swig_type_info _swigt__p_long = {"_p_long", "
|
16117
|
-
static swig_type_info _swigt__p_short = {"_p_short", "
|
16118
|
-
static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "FXuchar *|unsigned char
|
16119
|
-
static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "
|
16120
|
-
static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "
|
16121
|
-
static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short
|
16196
|
+
static swig_type_info _swigt__p_char = {"_p_char", "FXchar *|char *", 0, 0, (void*)0, 0};
|
16197
|
+
static swig_type_info _swigt__p_double = {"_p_double", "FXdouble *|double *", 0, 0, (void*)0, 0};
|
16198
|
+
static swig_type_info _swigt__p_float = {"_p_float", "FXfloat *|float *", 0, 0, (void*)0, 0};
|
16199
|
+
static swig_type_info _swigt__p_int = {"_p_int", "FXInputHandle *|FXint *|int *", 0, 0, (void*)0, 0};
|
16200
|
+
static swig_type_info _swigt__p_long = {"_p_long", "FXTime *|long *", 0, 0, (void*)0, 0};
|
16201
|
+
static swig_type_info _swigt__p_short = {"_p_short", "FXshort *|short *", 0, 0, (void*)0, 0};
|
16202
|
+
static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "FXbool *|FXuchar *|unsigned char *", 0, 0, (void*)0, 0};
|
16203
|
+
static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "FXColor *|FXDragType *|FXHotKey *|FXSelector *|FXuint *|FXwchar *|unsigned int *", 0, 0, (void*)0, 0};
|
16204
|
+
static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "FXPixel *|FXuval *|unsigned long *", 0, 0, (void*)0, 0};
|
16205
|
+
static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "FXushort *|unsigned short *", 0, 0, (void*)0, 0};
|
16122
16206
|
|
16123
16207
|
static swig_type_info *swig_type_initial[] = {
|
16124
16208
|
&_swigt__p_FX4Splitter,
|
@@ -16265,101 +16349,101 @@ static swig_type_info *swig_type_initial[] = {
|
|
16265
16349
|
|
16266
16350
|
static swig_cast_info _swigc__p_FXBitmap[] = { {&_swigt__p_FXBitmap, 0, 0, 0},{0, 0, 0, 0}};
|
16267
16351
|
static swig_cast_info _swigc__p_FXPicker[] = {{&_swigt__p_FXPicker, 0, 0, 0},{0, 0, 0, 0}};
|
16268
|
-
static swig_cast_info _swigc__p_FXButton[] = { {&_swigt__p_FXButton, 0, 0, 0}, {&
|
16269
|
-
static swig_cast_info _swigc__p_FXDriveBox[] = {{&_swigt__p_FXDriveBox, 0, 0, 0},{0, 0, 0, 0}};
|
16270
|
-
static swig_cast_info _swigc__p_FXMenuBar[] = {{&_swigt__p_FXMenuBar, 0, 0, 0},{0, 0, 0, 0}};
|
16271
|
-
static swig_cast_info _swigc__p_FXToolBar[] = {{&_swigt__p_FXToolBar, 0, 0, 0},{0, 0, 0, 0}};
|
16272
|
-
static swig_cast_info _swigc__p_FXToolTip[] = {{&_swigt__p_FXToolTip, 0, 0, 0},{0, 0, 0, 0}};
|
16273
|
-
static swig_cast_info _swigc__p_FXTabBook[] = {{&_swigt__p_FXTabBook, 0, 0, 0},{0, 0, 0, 0}};
|
16274
|
-
static swig_cast_info _swigc__p_FXGroupBox[] = {{&_swigt__p_FXGroupBox, 0, 0, 0},{0, 0, 0, 0}};
|
16275
|
-
static swig_cast_info _swigc__p_FXStatusBar[] = {{&_swigt__p_FXStatusBar, 0, 0, 0},{0, 0, 0, 0}};
|
16276
|
-
static swig_cast_info _swigc__p_FXScrollArea[] = {{&_swigt__p_FXScrollArea, 0, 0, 0},{0, 0, 0, 0}};
|
16277
|
-
static swig_cast_info _swigc__p_FXScrollWindow[] = {{&_swigt__p_FXScrollWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16278
|
-
static swig_cast_info _swigc__p_FXRootWindow[] = {{&_swigt__p_FXRootWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16279
|
-
static swig_cast_info _swigc__p_FXSplashWindow[] = {{&_swigt__p_FXSplashWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16280
|
-
static swig_cast_info _swigc__p_FXMainWindow[] = {{&_swigt__p_FXMainWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16281
|
-
static swig_cast_info _swigc__p_FXTopWindow[] = {{&_swigt__p_FXTopWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16282
|
-
static swig_cast_info _swigc__p_FXComboBox[] = {{&_swigt__p_FXComboBox, 0, 0, 0},{0, 0, 0, 0}};
|
16283
|
-
static swig_cast_info _swigc__p_FXHorizontalFrame[] = {{&_swigt__p_FXHorizontalFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16284
|
-
static swig_cast_info _swigc__p_FXVerticalFrame[] = {{&_swigt__p_FXVerticalFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16352
|
+
static swig_cast_info _swigc__p_FXButton[] = { {&_swigt__p_FXButton, 0, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXButton, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXButton, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXButton, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXButton, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXButton, 0, 0},{0, 0, 0, 0}};
|
16285
16353
|
static swig_cast_info _swigc__p_FX4Splitter[] = {{&_swigt__p_FX4Splitter, 0, 0, 0},{0, 0, 0, 0}};
|
16286
|
-
static swig_cast_info _swigc__p_FXSplitter[] = {{&_swigt__p_FXSplitter, 0, 0, 0},{0, 0, 0, 0}};
|
16287
|
-
static swig_cast_info _swigc__p_FXRealSpinner[] = {{&_swigt__p_FXRealSpinner, 0, 0, 0},{0, 0, 0, 0}};
|
16288
|
-
static swig_cast_info _swigc__p_FXSpinner[] = {{&_swigt__p_FXSpinner, 0, 0, 0},{0, 0, 0, 0}};
|
16289
|
-
static swig_cast_info _swigc__p_FXPacker[] = {{&_swigt__p_FXPacker, 0, 0, 0},{0, 0, 0, 0}};
|
16290
|
-
static swig_cast_info _swigc__p_FXDirBox[] = {{&_swigt__p_FXDirBox, 0, 0, 0},{0, 0, 0, 0}};
|
16291
|
-
static swig_cast_info _swigc__p_FXSwitcher[] = {{&_swigt__p_FXSwitcher, 0, 0, 0},{0, 0, 0, 0}};
|
16292
16354
|
static swig_cast_info _swigc__p_FXColorSelector[] = {{&_swigt__p_FXColorSelector, 0, 0, 0},{0, 0, 0, 0}};
|
16293
|
-
static swig_cast_info
|
16294
|
-
static swig_cast_info
|
16355
|
+
static swig_cast_info _swigc__p_FXComboBox[] = {{&_swigt__p_FXComboBox, 0, 0, 0},{0, 0, 0, 0}};
|
16356
|
+
static swig_cast_info _swigc__p_FXDirBox[] = {{&_swigt__p_FXDirBox, 0, 0, 0},{0, 0, 0, 0}};
|
16295
16357
|
static swig_cast_info _swigc__p_FXDirSelector[] = {{&_swigt__p_FXDirSelector, 0, 0, 0},{0, 0, 0, 0}};
|
16296
|
-
static swig_cast_info
|
16358
|
+
static swig_cast_info _swigc__p_FXDockBar[] = {{&_swigt__p_FXDockBar, 0, 0, 0},{0, 0, 0, 0}};
|
16297
16359
|
static swig_cast_info _swigc__p_FXDockSite[] = {{&_swigt__p_FXDockSite, 0, 0, 0},{0, 0, 0, 0}};
|
16298
|
-
static swig_cast_info
|
16299
|
-
static swig_cast_info
|
16360
|
+
static swig_cast_info _swigc__p_FXDriveBox[] = {{&_swigt__p_FXDriveBox, 0, 0, 0},{0, 0, 0, 0}};
|
16361
|
+
static swig_cast_info _swigc__p_FXFileSelector[] = {{&_swigt__p_FXFileSelector, 0, 0, 0},{0, 0, 0, 0}};
|
16362
|
+
static swig_cast_info _swigc__p_FXFontSelector[] = {{&_swigt__p_FXFontSelector, 0, 0, 0},{0, 0, 0, 0}};
|
16363
|
+
static swig_cast_info _swigc__p_FXGroupBox[] = {{&_swigt__p_FXGroupBox, 0, 0, 0},{0, 0, 0, 0}};
|
16364
|
+
static swig_cast_info _swigc__p_FXHorizontalFrame[] = {{&_swigt__p_FXHorizontalFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16365
|
+
static swig_cast_info _swigc__p_FXImageView[] = {{&_swigt__p_FXImageView, 0, 0, 0},{0, 0, 0, 0}};
|
16300
16366
|
static swig_cast_info _swigc__p_FXListBox[] = {{&_swigt__p_FXListBox, 0, 0, 0},{0, 0, 0, 0}};
|
16367
|
+
static swig_cast_info _swigc__p_FXMainWindow[] = {{&_swigt__p_FXMainWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16301
16368
|
static swig_cast_info _swigc__p_FXMatrix[] = {{&_swigt__p_FXMatrix, 0, 0, 0},{0, 0, 0, 0}};
|
16369
|
+
static swig_cast_info _swigc__p_FXMenuBar[] = {{&_swigt__p_FXMenuBar, 0, 0, 0},{0, 0, 0, 0}};
|
16370
|
+
static swig_cast_info _swigc__p_FXPacker[] = {{&_swigt__p_FXPacker, 0, 0, 0},{0, 0, 0, 0}};
|
16371
|
+
static swig_cast_info _swigc__p_FXRealSpinner[] = {{&_swigt__p_FXRealSpinner, 0, 0, 0},{0, 0, 0, 0}};
|
16372
|
+
static swig_cast_info _swigc__p_FXRootWindow[] = {{&_swigt__p_FXRootWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16373
|
+
static swig_cast_info _swigc__p_FXRulerView[] = {{&_swigt__p_FXRulerView, 0, 0, 0},{0, 0, 0, 0}};
|
16374
|
+
static swig_cast_info _swigc__p_FXScrollArea[] = {{&_swigt__p_FXScrollArea, 0, 0, 0},{0, 0, 0, 0}};
|
16375
|
+
static swig_cast_info _swigc__p_FXScrollPane[] = {{&_swigt__p_FXScrollPane, 0, 0, 0},{0, 0, 0, 0}};
|
16376
|
+
static swig_cast_info _swigc__p_FXScrollWindow[] = {{&_swigt__p_FXScrollWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16377
|
+
static swig_cast_info _swigc__p_FXShutter[] = {{&_swigt__p_FXShutter, 0, 0, 0},{0, 0, 0, 0}};
|
16302
16378
|
static swig_cast_info _swigc__p_FXShutterItem[] = {{&_swigt__p_FXShutterItem, 0, 0, 0},{0, 0, 0, 0}};
|
16303
|
-
static swig_cast_info
|
16304
|
-
static swig_cast_info
|
16305
|
-
static swig_cast_info
|
16379
|
+
static swig_cast_info _swigc__p_FXSpinner[] = {{&_swigt__p_FXSpinner, 0, 0, 0},{0, 0, 0, 0}};
|
16380
|
+
static swig_cast_info _swigc__p_FXSplashWindow[] = {{&_swigt__p_FXSplashWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16381
|
+
static swig_cast_info _swigc__p_FXSplitter[] = {{&_swigt__p_FXSplitter, 0, 0, 0},{0, 0, 0, 0}};
|
16306
16382
|
static swig_cast_info _swigc__p_FXSpring[] = {{&_swigt__p_FXSpring, 0, 0, 0},{0, 0, 0, 0}};
|
16307
|
-
static swig_cast_info
|
16383
|
+
static swig_cast_info _swigc__p_FXStatusBar[] = {{&_swigt__p_FXStatusBar, 0, 0, 0},{0, 0, 0, 0}};
|
16384
|
+
static swig_cast_info _swigc__p_FXSwitcher[] = {{&_swigt__p_FXSwitcher, 0, 0, 0},{0, 0, 0, 0}};
|
16385
|
+
static swig_cast_info _swigc__p_FXTabBar[] = {{&_swigt__p_FXTabBar, 0, 0, 0},{0, 0, 0, 0}};
|
16386
|
+
static swig_cast_info _swigc__p_FXTabBook[] = {{&_swigt__p_FXTabBook, 0, 0, 0},{0, 0, 0, 0}};
|
16387
|
+
static swig_cast_info _swigc__p_FXToolBar[] = {{&_swigt__p_FXToolBar, 0, 0, 0},{0, 0, 0, 0}};
|
16308
16388
|
static swig_cast_info _swigc__p_FXToolBarShell[] = {{&_swigt__p_FXToolBarShell, 0, 0, 0},{0, 0, 0, 0}};
|
16309
|
-
static swig_cast_info
|
16310
|
-
static swig_cast_info
|
16311
|
-
static swig_cast_info
|
16312
|
-
static swig_cast_info
|
16313
|
-
static swig_cast_info
|
16314
|
-
static swig_cast_info
|
16315
|
-
static swig_cast_info _swigc__p_FXScrollCorner[] = {{&_swigt__p_FXScrollCorner, 0, 0, 0},{0, 0, 0, 0}};
|
16389
|
+
static swig_cast_info _swigc__p_FXToolTip[] = {{&_swigt__p_FXToolTip, 0, 0, 0},{0, 0, 0, 0}};
|
16390
|
+
static swig_cast_info _swigc__p_FXTopWindow[] = {{&_swigt__p_FXTopWindow, 0, 0, 0},{0, 0, 0, 0}};
|
16391
|
+
static swig_cast_info _swigc__p_FXTreeListBox[] = {{&_swigt__p_FXTreeListBox, 0, 0, 0},{0, 0, 0, 0}};
|
16392
|
+
static swig_cast_info _swigc__p_FXVerticalFrame[] = {{&_swigt__p_FXVerticalFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16393
|
+
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_FXMDIChild, _p_FXMDIChildTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMDIClient, _p_FXMDIClientTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMenuBar, _p_FXMenuBarTo_p_FXComposite, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_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_FXScrollPane, _p_FXScrollPaneTo_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}};
|
16394
|
+
static swig_cast_info _swigc__p_FX7Segment[] = {{&_swigt__p_FX7Segment, 0, 0, 0},{0, 0, 0, 0}};
|
16316
16395
|
static swig_cast_info _swigc__p_FXArrowButton[] = {{&_swigt__p_FXArrowButton, 0, 0, 0},{0, 0, 0, 0}};
|
16317
|
-
static swig_cast_info _swigc__p_FXCheckButton[] = {{&_swigt__p_FXCheckButton, 0, 0, 0},{0, 0, 0, 0}};
|
16318
|
-
static swig_cast_info _swigc__p_FXRadioButton[] = {{&_swigt__p_FXRadioButton, 0, 0, 0},{0, 0, 0, 0}};
|
16319
|
-
static swig_cast_info _swigc__p_FXToggleButton[] = {{&_swigt__p_FXToggleButton, 0, 0, 0},{0, 0, 0, 0}};
|
16320
|
-
static swig_cast_info _swigc__p_FXTriStateButton[] = {{&_swigt__p_FXTriStateButton, 0, 0, 0},{0, 0, 0, 0}};
|
16321
|
-
static swig_cast_info _swigc__p_FXHeader[] = {{&_swigt__p_FXHeader, 0, 0, 0},{0, 0, 0, 0}};
|
16322
|
-
static swig_cast_info _swigc__p_FXImageFrame[] = {{&_swigt__p_FXImageFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16323
|
-
static swig_cast_info _swigc__p_FXVerticalSeparator[] = {{&_swigt__p_FXVerticalSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16324
|
-
static swig_cast_info _swigc__p_FXHorizontalSeparator[] = {{&_swigt__p_FXHorizontalSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16325
|
-
static swig_cast_info _swigc__p_FXSeparator[] = {{&_swigt__p_FXSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16326
|
-
static swig_cast_info _swigc__p_FXMenuSeparator[] = {{&_swigt__p_FXMenuSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16327
|
-
static swig_cast_info _swigc__p_FXKnob[] = {{&_swigt__p_FXKnob, 0, 0, 0},{0, 0, 0, 0}};
|
16328
|
-
static swig_cast_info _swigc__p_FXProgressBar[] = {{&_swigt__p_FXProgressBar, 0, 0, 0},{0, 0, 0, 0}};
|
16329
16396
|
static swig_cast_info _swigc__p_FXBitmapFrame[] = {{&_swigt__p_FXBitmapFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16330
|
-
static swig_cast_info _swigc__p_FXSlider[] = {{&_swigt__p_FXSlider, 0, 0, 0},{0, 0, 0, 0}};
|
16331
|
-
static swig_cast_info _swigc__p_FXRealSlider[] = {{&_swigt__p_FXRealSlider, 0, 0, 0},{0, 0, 0, 0}};
|
16332
|
-
static swig_cast_info _swigc__p_FXMenuCascade[] = {{&_swigt__p_FXMenuCascade, 0, 0, 0},{0, 0, 0, 0}};
|
16333
|
-
static swig_cast_info _swigc__p_FXColorRing[] = {{&_swigt__p_FXColorRing, 0, 0, 0},{0, 0, 0, 0}};
|
16334
|
-
static swig_cast_info _swigc__p_FXDockHandler[] = {{&_swigt__p_FXDockHandler, 0, 0, 0},{0, 0, 0, 0}};
|
16335
16397
|
static swig_cast_info _swigc__p_FXCanvas[] = {{&_swigt__p_FXCanvas, 0, 0, 0},{0, 0, 0, 0}};
|
16398
|
+
static swig_cast_info _swigc__p_FXCheckButton[] = {{&_swigt__p_FXCheckButton, 0, 0, 0},{0, 0, 0, 0}};
|
16399
|
+
static swig_cast_info _swigc__p_FXColorBar[] = {{&_swigt__p_FXColorBar, 0, 0, 0},{0, 0, 0, 0}};
|
16400
|
+
static swig_cast_info _swigc__p_FXColorRing[] = {{&_swigt__p_FXColorRing, 0, 0, 0},{0, 0, 0, 0}};
|
16401
|
+
static swig_cast_info _swigc__p_FXColorWell[] = {{&_swigt__p_FXColorWell, 0, 0, 0},{0, 0, 0, 0}};
|
16336
16402
|
static swig_cast_info _swigc__p_FXColorWheel[] = {{&_swigt__p_FXColorWheel, 0, 0, 0},{0, 0, 0, 0}};
|
16337
16403
|
static swig_cast_info _swigc__p_FXDial[] = {{&_swigt__p_FXDial, 0, 0, 0},{0, 0, 0, 0}};
|
16338
|
-
static swig_cast_info
|
16339
|
-
static swig_cast_info _swigc__p_FXScrollBar[] = {{&_swigt__p_FXScrollBar, 0, 0, 0},{0, 0, 0, 0}};
|
16340
|
-
static swig_cast_info _swigc__p_FXTabItem[] = {{&_swigt__p_FXTabItem, 0, 0, 0},{0, 0, 0, 0}};
|
16404
|
+
static swig_cast_info _swigc__p_FXDockHandler[] = {{&_swigt__p_FXDockHandler, 0, 0, 0},{0, 0, 0, 0}};
|
16341
16405
|
static swig_cast_info _swigc__p_FXDockTitle[] = {{&_swigt__p_FXDockTitle, 0, 0, 0},{0, 0, 0, 0}};
|
16342
|
-
static swig_cast_info
|
16343
|
-
static swig_cast_info
|
16344
|
-
static swig_cast_info
|
16406
|
+
static swig_cast_info _swigc__p_FXDragCorner[] = {{&_swigt__p_FXDragCorner, 0, 0, 0},{0, 0, 0, 0}};
|
16407
|
+
static swig_cast_info _swigc__p_FXGradientBar[] = {{&_swigt__p_FXGradientBar, 0, 0, 0},{0, 0, 0, 0}};
|
16408
|
+
static swig_cast_info _swigc__p_FXHeader[] = {{&_swigt__p_FXHeader, 0, 0, 0},{0, 0, 0, 0}};
|
16409
|
+
static swig_cast_info _swigc__p_FXHorizontalSeparator[] = {{&_swigt__p_FXHorizontalSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16410
|
+
static swig_cast_info _swigc__p_FXImageFrame[] = {{&_swigt__p_FXImageFrame, 0, 0, 0},{0, 0, 0, 0}};
|
16411
|
+
static swig_cast_info _swigc__p_FXKnob[] = {{&_swigt__p_FXKnob, 0, 0, 0},{0, 0, 0, 0}};
|
16345
16412
|
static swig_cast_info _swigc__p_FXMenuCaption[] = {{&_swigt__p_FXMenuCaption, 0, 0, 0},{0, 0, 0, 0}};
|
16346
|
-
static swig_cast_info
|
16413
|
+
static swig_cast_info _swigc__p_FXMenuCascade[] = {{&_swigt__p_FXMenuCascade, 0, 0, 0},{0, 0, 0, 0}};
|
16414
|
+
static swig_cast_info _swigc__p_FXMenuCheck[] = {{&_swigt__p_FXMenuCheck, 0, 0, 0},{0, 0, 0, 0}};
|
16415
|
+
static swig_cast_info _swigc__p_FXMenuCommand[] = {{&_swigt__p_FXMenuCommand, 0, 0, 0},{0, 0, 0, 0}};
|
16347
16416
|
static swig_cast_info _swigc__p_FXMenuRadio[] = {{&_swigt__p_FXMenuRadio, 0, 0, 0},{0, 0, 0, 0}};
|
16417
|
+
static swig_cast_info _swigc__p_FXMenuSeparator[] = {{&_swigt__p_FXMenuSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16418
|
+
static swig_cast_info _swigc__p_FXMenuTitle[] = {{&_swigt__p_FXMenuTitle, 0, 0, 0},{0, 0, 0, 0}};
|
16348
16419
|
static swig_cast_info _swigc__p_FXOption[] = {{&_swigt__p_FXOption, 0, 0, 0},{0, 0, 0, 0}};
|
16349
16420
|
static swig_cast_info _swigc__p_FXOptionMenu[] = {{&_swigt__p_FXOptionMenu, 0, 0, 0},{0, 0, 0, 0}};
|
16350
|
-
static swig_cast_info
|
16351
|
-
static swig_cast_info
|
16421
|
+
static swig_cast_info _swigc__p_FXProgressBar[] = {{&_swigt__p_FXProgressBar, 0, 0, 0},{0, 0, 0, 0}};
|
16422
|
+
static swig_cast_info _swigc__p_FXRadioButton[] = {{&_swigt__p_FXRadioButton, 0, 0, 0},{0, 0, 0, 0}};
|
16423
|
+
static swig_cast_info _swigc__p_FXRealSlider[] = {{&_swigt__p_FXRealSlider, 0, 0, 0},{0, 0, 0, 0}};
|
16352
16424
|
static swig_cast_info _swigc__p_FXRuler[] = {{&_swigt__p_FXRuler, 0, 0, 0},{0, 0, 0, 0}};
|
16353
|
-
static swig_cast_info
|
16425
|
+
static swig_cast_info _swigc__p_FXScrollBar[] = {{&_swigt__p_FXScrollBar, 0, 0, 0},{0, 0, 0, 0}};
|
16426
|
+
static swig_cast_info _swigc__p_FXScrollCorner[] = {{&_swigt__p_FXScrollCorner, 0, 0, 0},{0, 0, 0, 0}};
|
16427
|
+
static swig_cast_info _swigc__p_FXSeparator[] = {{&_swigt__p_FXSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16428
|
+
static swig_cast_info _swigc__p_FXSlider[] = {{&_swigt__p_FXSlider, 0, 0, 0},{0, 0, 0, 0}};
|
16429
|
+
static swig_cast_info _swigc__p_FXStatusLine[] = {{&_swigt__p_FXStatusLine, 0, 0, 0},{0, 0, 0, 0}};
|
16430
|
+
static swig_cast_info _swigc__p_FXTabItem[] = {{&_swigt__p_FXTabItem, 0, 0, 0},{0, 0, 0, 0}};
|
16431
|
+
static swig_cast_info _swigc__p_FXTextField[] = {{&_swigt__p_FXTextField, 0, 0, 0},{0, 0, 0, 0}};
|
16432
|
+
static swig_cast_info _swigc__p_FXToggleButton[] = {{&_swigt__p_FXToggleButton, 0, 0, 0},{0, 0, 0, 0}};
|
16433
|
+
static swig_cast_info _swigc__p_FXToolBarGrip[] = {{&_swigt__p_FXToolBarGrip, 0, 0, 0},{0, 0, 0, 0}};
|
16434
|
+
static swig_cast_info _swigc__p_FXToolBarTab[] = {{&_swigt__p_FXToolBarTab, 0, 0, 0},{0, 0, 0, 0}};
|
16435
|
+
static swig_cast_info _swigc__p_FXTriStateButton[] = {{&_swigt__p_FXTriStateButton, 0, 0, 0},{0, 0, 0, 0}};
|
16436
|
+
static swig_cast_info _swigc__p_FXVerticalSeparator[] = {{&_swigt__p_FXVerticalSeparator, 0, 0, 0},{0, 0, 0, 0}};
|
16437
|
+
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_FXButton, _p_FXButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXCheckButton, _p_FXCheckButtonTo_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_FXLabel, _p_FXLabelTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIChild, _p_FXMDIChildTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIClient, _p_FXMDIClientTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuBar, _p_FXMenuBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuButton, _p_FXMenuButtonTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuCaption, _p_FXMenuCaptionTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuCascade, _p_FXMenuCascadeTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuCheck, _p_FXMenuCheckTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuCommand, _p_FXMenuCommandTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuRadio, _p_FXMenuRadioTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuSeparator, _p_FXMenuSeparatorTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXMenuTitle, _p_FXMenuTitleTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXOption, _p_FXOptionTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXOptionMenu, _p_FXOptionMenuTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXRadioButton, _p_FXRadioButtonTo_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_FXScrollPane, _p_FXScrollPaneTo_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_FXTabItem, _p_FXTabItemTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXDrawable, 0, 0}, {&_swigt__p_FXToggleButton, _p_FXToggleButtonTo_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_FXTriStateButton, _p_FXTriStateButtonTo_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}};
|
16354
16438
|
static swig_cast_info _swigc__p_FXFont[] = { {&_swigt__p_FXFont, 0, 0, 0},{0, 0, 0, 0}};
|
16355
|
-
static swig_cast_info _swigc__p_FXFrame[] = { {&
|
16439
|
+
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_FXButton, _p_FXButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXCheckButton, _p_FXCheckButtonTo_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_FXLabel, _p_FXLabelTo_p_FXFrame, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXMenuButton, _p_FXMenuButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXOption, _p_FXOptionTo_p_FXFrame, 0, 0}, {&_swigt__p_FXOptionMenu, _p_FXOptionMenuTo_p_FXFrame, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXFrame, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXFrame, 0, 0}, {&_swigt__p_FXRadioButton, _p_FXRadioButtonTo_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_FXTabItem, _p_FXTabItemTo_p_FXFrame, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXFrame, 0, 0}, {&_swigt__p_FXToggleButton, _p_FXToggleButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXToolBarGrip, _p_FXToolBarGripTo_p_FXFrame, 0, 0}, {&_swigt__p_FXToolBarTab, _p_FXToolBarTabTo_p_FXFrame, 0, 0}, {&_swigt__p_FXTriStateButton, _p_FXTriStateButtonTo_p_FXFrame, 0, 0}, {&_swigt__p_FXVerticalSeparator, _p_FXVerticalSeparatorTo_p_FXFrame, 0, 0},{0, 0, 0, 0}};
|
16356
16440
|
static swig_cast_info _swigc__p_FXIcon[] = { {&_swigt__p_FXIcon, 0, 0, 0},{0, 0, 0, 0}};
|
16357
|
-
static swig_cast_info _swigc__p_FXVisual[] = {{&_swigt__p_FXVisual, 0, 0, 0},{0, 0, 0, 0}};
|
16358
|
-
static swig_cast_info _swigc__p_FXCursor[] = {{&_swigt__p_FXCursor, 0, 0, 0},{0, 0, 0, 0}};
|
16359
16441
|
static swig_cast_info _swigc__p_FXCURCursor[] = {{&_swigt__p_FXCURCursor, 0, 0, 0},{0, 0, 0, 0}};
|
16442
|
+
static swig_cast_info _swigc__p_FXCursor[] = {{&_swigt__p_FXCursor, 0, 0, 0},{0, 0, 0, 0}};
|
16360
16443
|
static swig_cast_info _swigc__p_FXGIFCursor[] = {{&_swigt__p_FXGIFCursor, 0, 0, 0},{0, 0, 0, 0}};
|
16361
|
-
static swig_cast_info
|
16362
|
-
static swig_cast_info
|
16444
|
+
static swig_cast_info _swigc__p_FXVisual[] = {{&_swigt__p_FXVisual, 0, 0, 0},{0, 0, 0, 0}};
|
16445
|
+
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_FXButton, _p_FXButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXCURCursor, _p_FXCURCursorTo_p_FXId, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXId, 0, 0}, {&_swigt__p_FXCheckButton, _p_FXCheckButtonTo_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_FXLabel, _p_FXLabelTo_p_FXId, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIChild, _p_FXMDIChildTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIClient, _p_FXMDIClientTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXId, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuBar, _p_FXMenuBarTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuButton, _p_FXMenuButtonTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuCaption, _p_FXMenuCaptionTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuCascade, _p_FXMenuCascadeTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuCheck, _p_FXMenuCheckTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuCommand, _p_FXMenuCommandTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuRadio, _p_FXMenuRadioTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuSeparator, _p_FXMenuSeparatorTo_p_FXId, 0, 0}, {&_swigt__p_FXMenuTitle, _p_FXMenuTitleTo_p_FXId, 0, 0}, {&_swigt__p_FXOption, _p_FXOptionTo_p_FXId, 0, 0}, {&_swigt__p_FXOptionMenu, _p_FXOptionMenuTo_p_FXId, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXId, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXId, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXId, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXId, 0, 0}, {&_swigt__p_FXRadioButton, _p_FXRadioButtonTo_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_FXScrollPane, _p_FXScrollPaneTo_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_FXTabItem, _p_FXTabItemTo_p_FXId, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXId, 0, 0}, {&_swigt__p_FXToggleButton, _p_FXToggleButtonTo_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_FXTriStateButton, _p_FXTriStateButtonTo_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}};
|
16446
|
+
static swig_cast_info _swigc__p_FXLabel[] = { {&_swigt__p_FXLabel, 0, 0, 0}, {&_swigt__p_FXButton, _p_FXButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXCheckButton, _p_FXCheckButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXMenuButton, _p_FXMenuButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXOption, _p_FXOptionTo_p_FXLabel, 0, 0}, {&_swigt__p_FXOptionMenu, _p_FXOptionMenuTo_p_FXLabel, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXLabel, 0, 0}, {&_swigt__p_FXRadioButton, _p_FXRadioButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXTabItem, _p_FXTabItemTo_p_FXLabel, 0, 0}, {&_swigt__p_FXToggleButton, _p_FXToggleButtonTo_p_FXLabel, 0, 0}, {&_swigt__p_FXTriStateButton, _p_FXTriStateButtonTo_p_FXLabel, 0, 0},{0, 0, 0, 0}};
|
16363
16447
|
static swig_cast_info _swigc__p_FXMDIChild[] = { {&_swigt__p_FXMDIChild, 0, 0, 0},{0, 0, 0, 0}};
|
16364
16448
|
static swig_cast_info _swigc__p_FXMDIClient[] = { {&_swigt__p_FXMDIClient, 0, 0, 0},{0, 0, 0, 0}};
|
16365
16449
|
static swig_cast_info _swigc__p_FXMDIDeleteButton[] = { {&_swigt__p_FXMDIDeleteButton, 0, 0, 0},{0, 0, 0, 0}};
|
@@ -16370,29 +16454,29 @@ static swig_cast_info _swigc__p_FXMDIRestoreButton[] = { {&_swigt__p_FXMDIResto
|
|
16370
16454
|
static swig_cast_info _swigc__p_FXMDIWindowButton[] = { {&_swigt__p_FXMDIWindowButton, 0, 0, 0},{0, 0, 0, 0}};
|
16371
16455
|
static swig_cast_info _swigc__p_FXMenuButton[] = { {&_swigt__p_FXMenuButton, 0, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXMenuButton, 0, 0},{0, 0, 0, 0}};
|
16372
16456
|
static swig_cast_info _swigc__p_FXMenuPane[] = { {&_swigt__p_FXMenuPane, 0, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXMenuPane, 0, 0}, {&_swigt__p_FXScrollPane, _p_FXScrollPaneTo_p_FXMenuPane, 0, 0},{0, 0, 0, 0}};
|
16457
|
+
static swig_cast_info _swigc__p_FXAccelTable[] = {{&_swigt__p_FXAccelTable, 0, 0, 0},{0, 0, 0, 0}};
|
16458
|
+
static swig_cast_info _swigc__p_FXApp[] = {{&_swigt__p_FXApp, 0, 0, 0},{0, 0, 0, 0}};
|
16459
|
+
static swig_cast_info _swigc__p_FXDataTarget[] = {{&_swigt__p_FXDataTarget, 0, 0, 0},{0, 0, 0, 0}};
|
16460
|
+
static swig_cast_info _swigc__p_FXDebugTarget[] = {{&_swigt__p_FXDebugTarget, 0, 0, 0},{0, 0, 0, 0}};
|
16461
|
+
static swig_cast_info _swigc__p_FXDelegator[] = {{&_swigt__p_FXDelegator, 0, 0, 0},{0, 0, 0, 0}};
|
16462
|
+
static swig_cast_info _swigc__p_FXDict[] = {{&_swigt__p_FXDict, 0, 0, 0},{0, 0, 0, 0}};
|
16373
16463
|
static swig_cast_info _swigc__p_FXDocument[] = {{&_swigt__p_FXDocument, 0, 0, 0},{0, 0, 0, 0}};
|
16374
|
-
static swig_cast_info
|
16464
|
+
static swig_cast_info _swigc__p_FXFileDict[] = {{&_swigt__p_FXFileDict, 0, 0, 0},{0, 0, 0, 0}};
|
16375
16465
|
static swig_cast_info _swigc__p_FXHeaderItem[] = {{&_swigt__p_FXHeaderItem, 0, 0, 0},{0, 0, 0, 0}};
|
16376
16466
|
static swig_cast_info _swigc__p_FXIconDict[] = {{&_swigt__p_FXIconDict, 0, 0, 0},{0, 0, 0, 0}};
|
16377
|
-
static swig_cast_info _swigc__p_FXFileDict[] = {{&_swigt__p_FXFileDict, 0, 0, 0},{0, 0, 0, 0}};
|
16378
16467
|
static swig_cast_info _swigc__p_FXRecentFiles[] = {{&_swigt__p_FXRecentFiles, 0, 0, 0},{0, 0, 0, 0}};
|
16379
|
-
static swig_cast_info
|
16380
|
-
static swig_cast_info _swigc__p_FXApp[] = {{&_swigt__p_FXApp, 0, 0, 0},{0, 0, 0, 0}};
|
16381
|
-
static swig_cast_info _swigc__p_FXDict[] = {{&_swigt__p_FXDict, 0, 0, 0},{0, 0, 0, 0}};
|
16468
|
+
static swig_cast_info _swigc__p_FXRegistry[] = {{&_swigt__p_FXRegistry, 0, 0, 0},{0, 0, 0, 0}};
|
16382
16469
|
static swig_cast_info _swigc__p_FXSettings[] = {{&_swigt__p_FXSettings, 0, 0, 0},{0, 0, 0, 0}};
|
16383
|
-
static swig_cast_info _swigc__p_FXDataTarget[] = {{&_swigt__p_FXDataTarget, 0, 0, 0},{0, 0, 0, 0}};
|
16384
|
-
static swig_cast_info _swigc__p_FXDebugTarget[] = {{&_swigt__p_FXDebugTarget, 0, 0, 0},{0, 0, 0, 0}};
|
16385
16470
|
static swig_cast_info _swigc__p_FXStringDict[] = {{&_swigt__p_FXStringDict, 0, 0, 0},{0, 0, 0, 0}};
|
16386
|
-
static swig_cast_info
|
16387
|
-
static swig_cast_info
|
16388
|
-
static swig_cast_info
|
16389
|
-
static swig_cast_info _swigc__p_FXPopup[] = { {&_swigt__p_FXPopup, 0, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXPopup, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXPopup, 0, 0}, {&_swigt__p_FXScrollPane, _p_FXScrollPaneTo_p_FXPopup, 0, 0},{0, 0, 0, 0}};
|
16471
|
+
static swig_cast_info _swigc__p_FXTranslator[] = {{&_swigt__p_FXTranslator, 0, 0, 0},{0, 0, 0, 0}};
|
16472
|
+
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_FXButton, _p_FXButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXCURCursor, _p_FXCURCursorTo_p_FXObject, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXObject, 0, 0}, {&_swigt__p_FXCheckButton, _p_FXCheckButtonTo_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_FXLabel, _p_FXLabelTo_p_FXObject, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIChild, _p_FXMDIChildTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIClient, _p_FXMDIClientTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXObject, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuBar, _p_FXMenuBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuButton, _p_FXMenuButtonTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuCaption, _p_FXMenuCaptionTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuCascade, _p_FXMenuCascadeTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuCheck, _p_FXMenuCheckTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuCommand, _p_FXMenuCommandTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuRadio, _p_FXMenuRadioTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuSeparator, _p_FXMenuSeparatorTo_p_FXObject, 0, 0}, {&_swigt__p_FXMenuTitle, _p_FXMenuTitleTo_p_FXObject, 0, 0}, {&_swigt__p_FXOption, _p_FXOptionTo_p_FXObject, 0, 0}, {&_swigt__p_FXOptionMenu, _p_FXOptionMenuTo_p_FXObject, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXObject, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXObject, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXObject, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXObject, 0, 0}, {&_swigt__p_FXRadioButton, _p_FXRadioButtonTo_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_FXScrollPane, _p_FXScrollPaneTo_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_FXTabItem, _p_FXTabItemTo_p_FXObject, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXObject, 0, 0}, {&_swigt__p_FXToggleButton, _p_FXToggleButtonTo_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_FXTriStateButton, _p_FXTriStateButtonTo_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}};
|
16473
|
+
static swig_cast_info _swigc__p_FXPopup[] = { {&_swigt__p_FXPopup, 0, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXPopup, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXPopup, 0, 0}, {&_swigt__p_FXScrollPane, _p_FXScrollPaneTo_p_FXPopup, 0, 0},{0, 0, 0, 0}};
|
16390
16474
|
static swig_cast_info _swigc__p_FXRegion[] = { {&_swigt__p_FXRegion, 0, 0, 0},{0, 0, 0, 0}};
|
16391
|
-
static swig_cast_info _swigc__p_FXShell[] = { {&_swigt__p_FXShell, 0, 0, 0}, {&
|
16475
|
+
static swig_cast_info _swigc__p_FXShell[] = { {&_swigt__p_FXShell, 0, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXShell, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXShell, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXShell, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXShell, 0, 0}, {&_swigt__p_FXScrollPane, _p_FXScrollPaneTo_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}};
|
16392
16476
|
static swig_cast_info _swigc__p_FXFileStream[] = {{&_swigt__p_FXFileStream, 0, 0, 0},{0, 0, 0, 0}};
|
16393
16477
|
static swig_cast_info _swigc__p_FXMemoryStream[] = {{&_swigt__p_FXMemoryStream, 0, 0, 0},{0, 0, 0, 0}};
|
16394
|
-
static swig_cast_info _swigc__p_FXStream[] = { {&
|
16395
|
-
static swig_cast_info _swigc__p_FXWindow[] = { {&
|
16478
|
+
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}};
|
16479
|
+
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_FXButton, _p_FXButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXCanvas, _p_FXCanvasTo_p_FXWindow, 0, 0}, {&_swigt__p_FXCheckButton, _p_FXCheckButtonTo_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_FXLabel, _p_FXLabelTo_p_FXWindow, 0, 0}, {&_swigt__p_FXListBox, _p_FXListBoxTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIChild, _p_FXMDIChildTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIClient, _p_FXMDIClientTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIDeleteButton, _p_FXMDIDeleteButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIMaximizeButton, _p_FXMDIMaximizeButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIMenu, _p_FXMDIMenuTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIMinimizeButton, _p_FXMDIMinimizeButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIRestoreButton, _p_FXMDIRestoreButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMDIWindowButton, _p_FXMDIWindowButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMainWindow, _p_FXMainWindowTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMatrix, _p_FXMatrixTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuBar, _p_FXMenuBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuButton, _p_FXMenuButtonTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuCaption, _p_FXMenuCaptionTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuCascade, _p_FXMenuCascadeTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuCheck, _p_FXMenuCheckTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuCommand, _p_FXMenuCommandTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuPane, _p_FXMenuPaneTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuRadio, _p_FXMenuRadioTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuSeparator, _p_FXMenuSeparatorTo_p_FXWindow, 0, 0}, {&_swigt__p_FXMenuTitle, _p_FXMenuTitleTo_p_FXWindow, 0, 0}, {&_swigt__p_FXOption, _p_FXOptionTo_p_FXWindow, 0, 0}, {&_swigt__p_FXOptionMenu, _p_FXOptionMenuTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPacker, _p_FXPackerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPicker, _p_FXPickerTo_p_FXWindow, 0, 0}, {&_swigt__p_FXPopup, _p_FXPopupTo_p_FXWindow, 0, 0}, {&_swigt__p_FXProgressBar, _p_FXProgressBarTo_p_FXWindow, 0, 0}, {&_swigt__p_FXRadioButton, _p_FXRadioButtonTo_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_FXScrollPane, _p_FXScrollPaneTo_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_FXTabItem, _p_FXTabItemTo_p_FXWindow, 0, 0}, {&_swigt__p_FXTextField, _p_FXTextFieldTo_p_FXWindow, 0, 0}, {&_swigt__p_FXToggleButton, _p_FXToggleButtonTo_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_FXTriStateButton, _p_FXTriStateButtonTo_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}};
|
16396
16480
|
static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
|
16397
16481
|
static swig_cast_info _swigc__p_double[] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}};
|
16398
16482
|
static swig_cast_info _swigc__p_float[] = { {&_swigt__p_float, 0, 0, 0},{0, 0, 0, 0}};
|
@@ -16602,9 +16686,12 @@ extern "C" {
|
|
16602
16686
|
#define SWIGRUNTIME_DEBUG
|
16603
16687
|
#endif
|
16604
16688
|
|
16689
|
+
#ifndef SWIG_INIT_CLIENT_DATA_TYPE
|
16690
|
+
#define SWIG_INIT_CLIENT_DATA_TYPE void *
|
16691
|
+
#endif
|
16605
16692
|
|
16606
16693
|
SWIGRUNTIME void
|
16607
|
-
SWIG_InitializeModule(
|
16694
|
+
SWIG_InitializeModule(SWIG_INIT_CLIENT_DATA_TYPE clientdata) {
|
16608
16695
|
size_t i;
|
16609
16696
|
swig_module_info *module_head, *iter;
|
16610
16697
|
int init;
|