1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Declarations/definitions common to all wx source files
4 // Author: Julian Smart and others
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
16 #pragma interface "defs.h"
19 // ----------------------------------------------------------------------------
20 // compiler and OS identification
21 // ----------------------------------------------------------------------------
23 // OS: first test for generic Unix defines, then for particular flavours and
24 // finally for Unix-like systems
25 #if defined(__UNIX__) || defined(__unix) || defined(__unix__) || \
26 defined(____SVR4____) || defined(__LINUX__) || defined(__sgi) || \
27 defined(__hpux) || defined(sun) || defined(__SUN__) || defined(_AIX) || \
28 defined(__EMX__) || defined(__VMS) || defined(__BEOS__)
32 // Helps SGI compilation, apparently
35 #define __need_wchar_t
37 // Note I use the term __SGI_CC__ for both cc and CC, its not a good
38 // idea to mix gcc and cc/CC, the name mangling is different
43 #if defined(sun) || defined(__SUN__)
52 #define OS2EMX_PLAIN_CHAR
55 #if defined(__APPLE__)
64 #define PM_USE_SESSION_APIS 0
65 #include <Carbon/Carbon.h>
67 #elif defined(applec) || defined(THINK_C) || (defined(__MWERKS__) && !defined(__INTEL__))
69 #elif defined(__WXMAC__) && defined(__APPLE__)
80 #define PM_USE_SESSION_APIS 0
81 #include <Carbon/Carbon.h>
82 #elif defined(__OS2__)
83 #if defined(__IBMCPP__)
84 #define __VISAGEAVER__ __IBMCPP__
93 // Place other OS/2 compiler environment defines here
94 #if defined(__VISAGECPP__)
95 // VisualAge is the only thing that understands _Optlink
96 #define LINKAGEMODE _Optlink
103 // define another standard symbol for Microsoft Visual C++: the standard one
104 // (_MSC_VER) is also defined by Metrowerks compiler
105 #if defined(_MSC_VER) && !defined(__MWERKS__)
106 #define __VISUALC__ _MSC_VER
107 #elif defined(__BCPLUSPLUS__) && !defined(__BORLANDC__)
109 #elif defined(__WATCOMC__)
110 //#define __WATCOMC__
111 #elif defined(__SC__)
112 #define __SYMANTECC__
116 // LINKAGEMODE mode is empty for everyting except OS/2
119 #endif // LINKAGEMODE
121 // suppress some Visual C++ warnings
123 # pragma warning(disable:4201) // nonstandard extension used: nameless struct/union
124 # pragma warning(disable:4244) // conversion from double to float
125 # pragma warning(disable:4100) // unreferenced formal parameter
126 # pragma warning(disable:4511) // copy ctor couldn't be generated
127 # pragma warning(disable:4512) // operator=() couldn't be generated
128 # pragma warning(disable:4699) // using precompiled header
129 # pragma warning(disable:4134) // conversion between pointers to members of same class
130 # pragma warning(disable:4710) // function not inlined
132 # pragma warning(disable:4135) // conversion between different integral types
133 # pragma warning(disable:4769) // assignment of near pointer to long integer
134 // This one is really annoying, since it occurs for each cast to (HANDLE)...
135 # pragma warning(disable:4305) // truncation of long to near ptr
137 #endif // __VISUALC__
139 // suppress some Salford C++ warnings
141 # pragma suppress 353 // Possible nested comments
142 # pragma suppress 593 // Define not used
143 # pragma suppress 61 // enum has no name (doesn't suppress!)
144 # pragma suppress 106 // unnamed, unused parameter
145 # pragma suppress 571 // Virtual function hiding
146 #endif // __SALFORDC__
148 #if defined(__VISUALC__) && !defined(WIN32)
149 // VC1.5 does not have LPTSTR type
151 #define LPCTSTR LPCSTR
154 // Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files,
155 // so define it ourselves (newer versions do it for all files, though, and
156 // don't allow it to be redefined)
158 #if !defined(__VMS) && !defined(__cplusplus)
163 // Resolves linking problems under HP-UX
164 #if defined(__HPUX__) && defined(__GNUG__)
165 #define va_list __gnuc_va_list
168 // Cygwin / Mingw32 with gcc >= 2.95 use new windows headers which
169 // are more ms-like (header author is Anders Norlander, hence the name)
170 #if (defined(__MINGW32__) || defined(__CYGWIN__)) && ((__GNUC__>2) ||((__GNUC__==2) && (__GNUC_MINOR__>=95)))
171 #ifndef wxUSE_NORLANDER_HEADERS
172 #define wxUSE_NORLANDER_HEADERS 1
175 #ifndef wxUSE_NORLANDER_HEADERS
176 #define wxUSE_NORLANDER_HEADERS 0
180 // "old" GNUWIN32 is the one without Norlander's headers: it lacks the
181 // standard Win32 headers and we define the used stuff ourselves for it
182 // in wx/msw/gnuwin32/extra.h
183 #if defined(__GNUC__) && !wxUSE_NORLANDER_HEADERS
184 #define __GNUWIN32_OLD__
187 //////////////////////////////////////////////////////////////////////////////////
188 // Currently Only MS-Windows/NT, XView and Motif are supported
190 #if defined(__HPUX__) && !defined(__WXGTK__)
193 #endif // __WXMOTIF__
196 #if defined(__WXMOTIF__)
202 #if defined(_WIN32) || defined(WIN32) || defined(__NT__)
224 #if !defined(__WIN95__) && (WINVER >= 0x0400)
228 #if defined(TWIN32) && !defined(__TWIN32__)
234 // Make sure the environment is set correctly
235 #if defined(__WXMSW__) && defined(__X__)
236 #error "Target can't be both X and Windows"
237 #elif !defined(__WXMOTIF__) && !defined(__WXMSW__) && !defined(__WXGTK__) && \
238 !defined(__WXPM__) && !defined(__WXMAC__) && !defined(__X__) && \
239 !defined(__WXQT__) && !defined(__WXSTUBS__) && wxUSE_GUI
240 #error "No Target! Use -D[__WXMOTIF__|__WXGTK__|__WXMSW__|__WXMAC__|__WXQT__|__WXPM__|__WXSTUBS__]"
243 // ----------------------------------------------------------------------------
245 // ----------------------------------------------------------------------------
249 #include "wx/setup.h"
251 // just in case they were defined in setup.h
260 // this has to be done after including setup.h which might
261 // define __HPUX__ 1 itself
262 #if defined(__hpux) && !defined(__HPUX__)
266 // if we're on a Unix system but didn't use configure (so that setup.h didn't
267 // define __UNIX__), do define __UNIX__ now
268 #if !defined(__UNIX__) && defined(__UNIX_LIKE__)
272 #include "wx/version.h"
274 // ----------------------------------------------------------------------------
275 // compatibility defines
276 // ----------------------------------------------------------------------------
278 // possibility to build non GUI apps is new, so don't burden ourselves with
279 // compatibility code
281 #undef WXWIN_COMPATIBILITY_2
282 #define WXWIN_COMPATIBILITY_2 0
285 // ============================================================================
286 // non portable C++ features
287 // ============================================================================
289 // ----------------------------------------------------------------------------
290 // check for native bool type and TRUE/FALSE constants
291 // ----------------------------------------------------------------------------
293 // define boolean constants if not done yet
302 // Add more tests here for Windows compilers that already define bool
303 // (under Unix, configure tests for this)
305 #if defined( __MWERKS__ )
306 #if (__MWERKS__ >= 0x1000) && __option(bool)
309 #elif defined(__VISUALC__) && (__VISUALC__ == 1020)
310 // in VC++ 4.2 the bool keyword is reserved (hence can't be typedefed)
311 // but not implemented, so we must #define it
312 #define bool unsigned int
313 #elif defined(__VISUALC__) && (__VISUALC__ == 1010)
314 // For VisualC++ 4.1, we need to define
315 // bool as something between 4.0 & 5.0...
316 typedef unsigned int wxbool
;
319 #elif defined(__VISUALC__) && (__VISUALC__ > 1020)
320 // VC++ supports bool since 4.2
322 #elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x500)
323 // Borland 5.0+ supports bool
325 #elif defined(__WATCOMC__) && (__WATCOMC__ >= 1100)
326 // Watcom 11+ supports bool
328 #elif defined(__GNUWIN32__)
329 // Cygwin supports bool
331 #elif defined(__VISAGECPP__)
333 typedef unsigned long bool;
339 #if !defined(HAVE_BOOL) && !defined(bool)
340 // NB: of course, this doesn't replace the standard type, because, for
341 // example, overloading based on bool/int parameter doesn't work and
342 // so should be avoided in portable programs
344 typedef unsigned int bool;
348 typedef short int WXTYPE
;
350 // special care should be taken with this type under Windows where the real
351 // window id is unsigned, so we must always do the cast before comparing them
352 // (or else they would be always different!). Usign wxGetWindowId() which does
353 // the cast itself is recommended. Note that this type can't be unsigned
354 // because -1 is a valid (and largely used) value for window id.
355 typedef int wxWindowID
;
357 // Macro to cut down on compiler warnings.
358 #if REMOVE_UNUSED_ARG
359 #define WXUNUSED(identifier) /* identifier */
360 #else // stupid, broken compiler
361 #define WXUNUSED(identifier) identifier
364 // some arguments are only used in debug mode, but unused in release one
366 #define WXUNUSED_UNLESS_DEBUG(param) param
368 #define WXUNUSED_UNLESS_DEBUG(param) WXUNUSED(param)
371 // ----------------------------------------------------------------------------
372 // portable calling conventions macros
373 // ----------------------------------------------------------------------------
375 // stdcall is used for all functions called by Windows under Windows
377 #if defined(__GNUWIN32__)
378 #define wxSTDCALL __attribute__((stdcall))
380 // both VC++ and Borland understand this
381 #define wxSTDCALL _stdcall
385 // no such stupidness under Unix
389 // wxCALLBACK should be used for the functions which are called back by
390 // Windows (such as compare function for wxListCtrl)
391 #if defined(__WIN32__)
392 #define wxCALLBACK wxSTDCALL
394 // no stdcall under Unix nor Win16
398 // callling convention for the qsort(3) callback
400 #if defined(__VISUALC__)
401 #define wxCMPFUNC_CONV _cdecl
402 #elif defined(__VISAGECPP__)
403 #define wxCMPFUNC_CONV _Optlink
405 #define wxCMPFUNC_CONV
409 #define CMPFUNC_CONV wxCMPFUNC_CONV
411 // ----------------------------------------------------------------------------
412 // Making or using wxWindows as a Windows DLL
413 // ----------------------------------------------------------------------------
415 #if defined(__WXMSW__)
417 // __declspec works in BC++ 5 and later, as well as VC++ and gcc
418 #if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNUC__)
420 # define WXDLLEXPORT __declspec( dllexport )
421 # define WXDLLEXPORT_DATA(type) __declspec( dllexport ) type
422 # define WXDLLEXPORT_CTORFN
423 # elif defined(WXUSINGDLL)
424 # define WXDLLEXPORT __declspec( dllimport )
425 # define WXDLLEXPORT_DATA(type) __declspec( dllimport ) type
426 # define WXDLLEXPORT_CTORFN
429 # define WXDLLEXPORT_DATA(type) type
430 # define WXDLLEXPORT_CTORFN
434 # define WXDLLEXPORT_DATA(type) type
435 # define WXDLLEXPORT_CTORFN
438 #elif defined(__WXPM__)
440 # if (!(defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )))
443 # define WXDLLEXPORT _Export
444 # define WXDLLEXPORT_DATA(type) _Export type
445 # define WXDLLEXPORT_CTORFN
446 # elif defined(WXUSINGDLL)
447 # define WXDLLEXPORT _Export
448 # define WXDLLEXPORT_DATA(type) _Export type
449 # define WXDLLEXPORT_CTORFN
452 # define WXDLLEXPORT_DATA(type) type
453 # define WXDLLEXPORT_CTORFN
459 # define WXDLLEXPORT_DATA(type) type
460 # define WXDLLEXPORT_CTORFN
464 #else // !(MSW or OS2)
467 # define WXDLLEXPORT_DATA(type) type
468 # define WXDLLEXPORT_CTORFN
473 // For ostream, istream ofstream
474 #if defined(__BORLANDC__) && defined( _RTLDLL )
475 # define WXDLLIMPORT __import
480 class WXDLLEXPORT wxObject
;
481 class WXDLLEXPORT wxEvent
;
483 /** symbolic constant used by all Find()-like functions returning positive
484 integer on success as failure indicator */
485 #define wxNOT_FOUND (-1)
487 // ----------------------------------------------------------------------------
488 // Very common macros
489 // ----------------------------------------------------------------------------
491 // everybody gets the assert and other debug macros
492 #include "wx/debug.h"
495 /// delete pointer if it is not NULL and NULL it afterwards
496 // (checking that it's !NULL before passing it to delete is just a
497 // a question of style, because delete will do it itself anyhow, but it might
498 // be considered as an error by some overzealous debugging implementations of
499 // the library, so we do it ourselves)
500 #if defined(__SGI_CC__)
501 // Okay this is bad styling, but the native SGI compiler is very picky, it
502 // wont let you compare/assign between a NULL (void *) and another pointer
503 // type. To be really clean we'd need to pass in another argument, the type
505 // Also note the use of 0L, this would allow future possible 64bit support
506 // (as yet untested) by ensuring that we zero all the bits in a pointer
507 // (which is always the same length as a long (at least with the LP64 standard)
509 #define wxDELETE(p) if ( (p) ) { delete (p); p = 0L; }
511 #define wxDELETE(p) if ( (p) != NULL ) { delete p; p = NULL; }
512 #endif /* __SGI__CC__ */
514 // delete an array and NULL it (see comments above)
515 #if defined(__SGI_CC__)
516 // see above comment.
517 #define wxDELETEA(p) if ( (p) ) { delete [] (p); p = 0L; }
519 #define wxDELETEA(p) if ( ((void *) (p)) != NULL ) { delete [] p; p = NULL; }
520 #endif /* __SGI__CC__ */
522 /// size of statically declared array
523 #define WXSIZEOF(array) (sizeof(array)/sizeof(array[0]))
525 // ----------------------------------------------------------------------------
526 // compiler specific settings
527 // ----------------------------------------------------------------------------
529 // to allow compiling with warning level 4 under Microsoft Visual C++ some
530 // warnings just must be disabled
532 #pragma warning(disable: 4514) // unreferenced inline func has been removed
534 you might be tempted to disable this one also: triggered by CHECK and FAIL
535 macros in debug.h, but it's, overall, a rather useful one, so I leave it and
536 will try to find some way to disable this warning just for CHECK/FAIL. Anyone?
538 #pragma warning(disable: 4127) // conditional expression is constant
541 #if defined(__MWERKS__)
545 #define except(x) catch(...)
548 // where should i put this? we need to make sure of this as it breaks
549 // the <iostream> code.
550 #if !wxUSE_IOSTREAMH && defined(__WXDEBUG__)
552 // #undef __WXDEBUG__
553 # ifdef wxUSE_DEBUG_NEW_ALWAYS
554 # undef wxUSE_DEBUG_NEW_ALWAYS
555 # define wxUSE_DEBUG_NEW_ALWAYS 0
560 // Callback function type definition
561 typedef void (*wxFunction
) (wxObject
&, wxEvent
&);
563 // ----------------------------------------------------------------------------
564 // OS mnemonics -- Identify the running OS (useful for Windows)
565 // ----------------------------------------------------------------------------
567 // Not all platforms are currently available or supported
571 wxCURSES
, // Text-only CURSES
572 wxXVIEW_X
, // Sun's XView OpenLOOK toolkit
573 wxMOTIF_X
, // OSF Motif 1.x.x
574 wxCOSE_X
, // OSF Common Desktop Environment
575 wxNEXTSTEP
, // NeXTStep
576 wxMACINTOSH
, // Apple System 7 and 8
579 wxGTK_WIN32
, // GTK on Win32
580 wxGTK_OS2
, // GTK on OS/2
581 wxGTK_BEOS
, // GTK on BeOS
584 wxOS2_PM
, // OS/2 Workplace
585 wxWINDOWS
, // Windows or WfW
586 wxPENWINDOWS
, // Windows for Pen Computing
587 wxWINDOWS_NT
, // Windows NT
588 wxWIN32S
, // Windows 32S API
589 wxWIN95
, // Windows 95
590 wxWIN386
, // Watcom 32-bit supervisor modus
591 wxMGL_UNIX
, // MGL with direct hardware access
593 wxMGL_WIN32
, // MGL on Win32
594 wxMGL_OS2
, // MGL on OS/2
595 wxWINDOWS_OS2
, // Native OS/2 PM
596 wxUNIX
// wxBase under Unix
599 // ----------------------------------------------------------------------------
600 // standard wxWindows types
601 // ----------------------------------------------------------------------------
603 // the type for screen and DC coordinates
605 #if wxUSE_COMPATIBLE_COORD_TYPES
606 // to ensure compatibility with 2.0, we must use long
608 #else // !wxUSE_COMPATIBLE_COORD_TYPES
610 // under Win16, int is too small, so use long to allow for bigger
612 typedef long wxCoord
;
614 // other platforms we support have at least 32bit int - quite enough
616 #endif // Win16/!Win16
617 #endif // wxUSE_COMPATIBLE_COORD_TYPES/!wxUSE_COMPATIBLE_COORD_TYPES
619 // fixed length types
621 #define wxInt8 char signed
622 #define wxUint8 char unsigned
625 #define wxInt16 int signed
626 #define wxUint16 int unsigned
627 #define wxInt32 long signed
628 #define wxUint32 long unsigned
632 #define wxInt16 short signed
633 #define wxUint16 short unsigned
634 #define wxInt32 int signed
635 #define wxUint32 int unsigned
639 #define wxInt16 short signed
640 #define wxUint16 short unsigned
641 #define wxInt32 int signed
642 #define wxUint32 int unsigned
646 #define wxInt16 short signed
647 #define wxUint16 short unsigned
648 #define wxInt32 int signed
649 #define wxUint32 int unsigned
652 #if !defined(__WXMSW__) && !defined(__WXMAC__) && !defined(__WXOS2__)
653 #if defined(SIZEOF_INT)
654 /* well, this shouldn't happen... */
655 #define wxInt16 short signed
656 #define wxUint16 short unsigned
657 #define wxInt32 int signed
658 #define wxUint32 int unsigned
660 #define wxInt16 short signed
661 #define wxUint16 short unsigned
662 #define wxInt32 int signed
663 #define wxUint32 int unsigned
667 #define wxByte wxUint8
668 #define wxWord wxUint16
670 // base floating point types
671 // wxFloat32 : 32 bit IEEE float ( 1 sign , 8 exponent bits , 23 fraction bits
672 // wxFloat64 : 64 bit IEEE float ( 1 sign , 11 exponent bits , 52 fraction bits
673 // wxDouble : native fastest representation that has at least wxFloat64
674 // precision, so use the IEEE types for storage , and this for calculations
676 typedef float wxFloat32
;
677 #if defined( __WXMAC__ ) && defined (__MWERKS__)
678 typedef short double wxFloat64
;
680 typedef double wxFloat64
;
683 #if defined( __WXMAC__ ) && !defined( __POWERPC__ )
684 typedef long double wxDouble
;
686 typedef double wxDouble
;
689 // ----------------------------------------------------------------------------
690 // byte ordering related definition and macros
691 // ----------------------------------------------------------------------------
695 #define wxBIG_ENDIAN 4321
696 #define wxLITTLE_ENDIAN 1234
697 #define wxPDP_ENDIAN 3412
699 #ifdef WORDS_BIGENDIAN
700 #define wxBYTE_ORDER wxBIG_ENDIAN
702 #define wxBYTE_ORDER wxLITTLE_ENDIAN
707 #if defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh )
708 // assembler versions for these
710 inline wxUint16
wxUINT16_SWAP_ALWAYS( wxUint16 i
)
711 {return (__lhbrx( &i
, 0 ) ) ;}
712 inline wxInt16
wxINT16_SWAP_ALWAYS( wxInt16 i
)
713 {return (__lhbrx( &i
, 0 ) ) ;}
714 inline wxUint32
wxUINT32_SWAP_ALWAYS( wxUint32 i
)
715 {return (__lwbrx( &i
, 0 ) ) ;}
716 inline wxInt32
wxINT32_SWAP_ALWAYS( wxInt32 i
)
717 {return (__lwbrx( &i
, 0 ) ) ;}
719 #pragma parameter __D0 wxUINT16_SWAP_ALWAYS(__D0)
720 pascal wxUint16
wxUINT16_SWAP_ALWAYS(wxUint16 value
)
723 #pragma parameter __D0 wxINT16_SWAP_ALWAYS(__D0)
724 pascal wxInt16
wxINT16_SWAP_ALWAYS(wxInt16 value
)
727 #pragma parameter __D0 wxUINT32_SWAP_ALWAYS (__D0)
728 pascal wxUint32
wxUINT32_SWAP_ALWAYS(wxUint32 value
)
729 = { 0xE158, 0x4840, 0xE158 };
731 #pragma parameter __D0 wxINT32_SWAP_ALWAYS (__D0)
732 pascal wxInt32
wxINT32_SWAP_ALWAYS(wxInt32 value
)
733 = { 0xE158, 0x4840, 0xE158 };
737 #define wxUINT16_SWAP_ALWAYS(val) \
739 (((wxUint16) (val) & (wxUint16) 0x00ffU) << 8) | \
740 (((wxUint16) (val) & (wxUint16) 0xff00U) >> 8)))
742 #define wxINT16_SWAP_ALWAYS(val) \
744 (((wxUint16) (val) & (wxUint16) 0x00ffU) << 8) | \
745 (((wxUint16) (val) & (wxUint16) 0xff00U) >> 8)))
747 #define wxUINT32_SWAP_ALWAYS(val) \
749 (((wxUint32) (val) & (wxUint32) 0x000000ffU) << 24) | \
750 (((wxUint32) (val) & (wxUint32) 0x0000ff00U) << 8) | \
751 (((wxUint32) (val) & (wxUint32) 0x00ff0000U) >> 8) | \
752 (((wxUint32) (val) & (wxUint32) 0xff000000U) >> 24)))
754 #define wxINT32_SWAP_ALWAYS(val) \
756 (((wxUint32) (val) & (wxUint32) 0x000000ffU) << 24) | \
757 (((wxUint32) (val) & (wxUint32) 0x0000ff00U) << 8) | \
758 (((wxUint32) (val) & (wxUint32) 0x00ff0000U) >> 8) | \
759 (((wxUint32) (val) & (wxUint32) 0xff000000U) >> 24)))
761 // machine specific byte swapping
763 #ifdef WORDS_BIGENDIAN
764 #define wxUINT16_SWAP_ON_BE(val) wxUINT16_SWAP_ALWAYS(val)
765 #define wxINT16_SWAP_ON_BE(val) wxINT16_SWAP_ALWAYS(val)
766 #define wxUINT16_SWAP_ON_LE(val) (val)
767 #define wxINT16_SWAP_ON_LE(val) (val)
768 #define wxUINT32_SWAP_ON_BE(val) wxUINT32_SWAP_ALWAYS(val)
769 #define wxINT32_SWAP_ON_BE(val) wxINT32_SWAP_ALWAYS(val)
770 #define wxUINT32_SWAP_ON_LE(val) (val)
771 #define wxINT32_SWAP_ON_LE(val) (val)
773 #define wxUINT16_SWAP_ON_LE(val) wxUINT16_SWAP_ALWAYS(val)
774 #define wxINT16_SWAP_ON_LE(val) wxINT16_SWAP_ALWAYS(val)
775 #define wxUINT16_SWAP_ON_BE(val) (val)
776 #define wxINT16_SWAP_ON_BE(val) (val)
777 #define wxUINT32_SWAP_ON_LE(val) wxUINT32_SWAP_ALWAYS(val)
778 #define wxINT32_SWAP_ON_LE(val) wxINT32_SWAP_ALWAYS(val)
779 #define wxUINT32_SWAP_ON_BE(val) (val)
780 #define wxINT32_SWAP_ON_BE(val) (val)
783 // ----------------------------------------------------------------------------
785 // ----------------------------------------------------------------------------
787 enum wxGeometryCentre
793 // centering into frame rather than screen (obsolete)
794 #define wxCENTER_FRAME 0x0000
795 // centre on screen rather than parent
796 #define wxCENTRE_ON_SCREEN 0x0002
797 #define wxCENTER_ON_SCREEN wxCENTRE_ON_SCREEN
801 wxHORIZONTAL
= 0x0004,
804 wxBOTH
= (wxVERTICAL
| wxHORIZONTAL
)
822 wxALL
= (wxUP
| wxDOWN
| wxRIGHT
| wxLEFT
)
827 wxALIGN_NOT
= 0x0000,
828 wxALIGN_CENTER_HORIZONTAL
= 0x0100,
829 wxALIGN_CENTRE_HORIZONTAL
= wxALIGN_CENTER_HORIZONTAL
,
830 wxALIGN_LEFT
= wxALIGN_NOT
,
831 wxALIGN_TOP
= wxALIGN_NOT
,
832 wxALIGN_RIGHT
= 0x0200,
833 wxALIGN_BOTTOM
= 0x0400,
834 wxALIGN_CENTER_VERTICAL
= 0x0800,
835 wxALIGN_CENTRE_VERTICAL
= wxALIGN_CENTER_VERTICAL
,
837 wxALIGN_CENTER
= (wxALIGN_CENTER_HORIZONTAL
| wxALIGN_CENTER_VERTICAL
),
838 wxALIGN_CENTRE
= wxALIGN_CENTER
843 wxSTRETCH_NOT
= 0x0000,
848 wxADJUST_MINSIZE
= 0x8000
851 // ----------------------------------------------------------------------------
852 // Window style flags
853 // ----------------------------------------------------------------------------
856 * Values are chosen so they can be |'ed in a bit list.
857 * Some styles are used across more than one group,
858 * so the values mustn't clash with others in the group.
859 * Otherwise, numbers can be reused across groups.
862 * Window (cross-group) styles now take up the first half
863 * of the flag, and control-specific styles the
869 * Window (Frame/dialog/subwindow/panel item) style flags
871 #define wxVSCROLL 0x80000000
872 #define wxHSCROLL 0x40000000
873 #define wxCAPTION 0x20000000
876 #define wxDOUBLE_BORDER 0x10000000
877 #define wxSUNKEN_BORDER 0x08000000
878 #define wxRAISED_BORDER 0x04000000
879 #define wxBORDER 0x02000000
880 #define wxSIMPLE_BORDER wxBORDER
881 #define wxSTATIC_BORDER 0x01000000
882 #define wxTRANSPARENT_WINDOW 0x00100000
883 #define wxNO_BORDER 0x00200000
885 // Override CTL3D etc. control colour processing to allow own background
887 // OBSOLETE - use wxNO_3D instead
888 #define wxUSER_COLOURS 0x00800000
889 // Override CTL3D or native 3D styles for children
890 #define wxNO_3D 0x00800000
892 // Clip children when painting, which reduces flicker in e.g. frames and
893 // splitter windows, but can't be used in a panel where a static box must be
894 // 'transparent' (panel paints the background for it)
895 #define wxCLIP_CHILDREN 0x00400000
896 // Note we're reusing the wxCAPTION style because we won't need captions
897 // for subwindows/controls
898 #define wxCLIP_SIBLINGS 0x20000000
900 // Add this style to a panel to get tab traversal working outside of dialogs
901 // (on by default for wxPanel, wxDialog, wxScrolledWindow)
902 #define wxTAB_TRAVERSAL 0x00080000
904 // Add this style if the control wants to get all keyboard messages (under
905 // Windows, it won't normally get the dialog navigation key events)
906 #define wxWANTS_CHARS 0x00040000
908 // Make window retained (mostly Motif, I think)
909 #define wxRETAINED 0x00020000
910 #define wxBACKINGSTORE wxRETAINED
912 // don't invalidate the whole window (resulting in a PAINT event) when the
913 // window is resized (currently, makes sense for wxMSW only)
914 #define wxNO_FULL_REPAINT_ON_RESIZE 0x00010000
917 * Extra window style flags (use wxWS_EX prefix to make it clear that they
918 * should be passed to wxWindow::SetExtraStyle(), not SetWindowStyle())
921 // by default, TransferDataTo/FromWindow() only work on direct children of the
922 // window (compatible behaviour), set this flag to make them recursively
923 // descend into all subwindows
924 #define wxWS_EX_VALIDATE_RECURSIVELY 0x00000001
927 * wxFrame/wxDialog style flags
929 #define wxSTAY_ON_TOP 0x8000
930 #define wxICONIZE 0x4000
931 #define wxMINIMIZE wxICONIZE
932 #define wxMAXIMIZE 0x2000
933 // free value: 0x1000
934 #define wxSYSTEM_MENU 0x0800
935 #define wxMINIMIZE_BOX 0x0400
936 #define wxMAXIMIZE_BOX 0x0200
937 #define wxTINY_CAPTION_HORIZ 0x0100
938 #define wxTINY_CAPTION_VERT 0x0080
939 #define wxRESIZE_BORDER 0x0040
941 #define wxDIALOG_NO_PARENT 0x0001 // Don't make owned by apps top window
942 #define wxFRAME_NO_TASKBAR 0x0002 // No taskbar button (MSW only)
943 #define wxFRAME_TOOL_WINDOW 0x0004 // No taskbar button, no system menu
945 // deprecated versions defined for compatibility reasons
946 #define wxRESIZE_BOX wxMAXIMIZE_BOX
947 #define wxTHICK_FRAME wxRESIZE_BORDER
949 // obsolete styles, unused any more
950 #define wxDIALOG_MODAL 0x0020
951 #define wxDIALOG_MODELESS 0x0000
953 // deprecated flag, don't use any more, defined for compatibility only
954 #define wxFRAME_FLOAT_ON_PARENT 0
956 // Context-sensitive help
957 #define wxFRAME_EX_CONTEXTHELP 0x00000004
958 #define wxDIALOG_EX_CONTEXTHELP 0x00000004
961 * MDI parent frame style flags
962 * Can overlap with some of the above.
965 #define wxFRAME_NO_WINDOW_MENU 0x0100
967 #if WXWIN_COMPATIBILITY
968 #define wxDEFAULT_FRAME wxDEFAULT_FRAME_STYLE
971 #define wxDEFAULT_FRAME_STYLE \
972 (wxSYSTEM_MENU | wxRESIZE_BORDER | \
973 wxMINIMIZE_BOX | wxMAXIMIZE_BOX | \
974 wxCAPTION | wxCLIP_CHILDREN)
977 # define wxDEFAULT_DIALOG_STYLE (wxSYSTEM_MENU | wxCAPTION)
979 // Under Unix, the dialogs don't have a system menu. Specifying wxSYSTEM_MENU
980 // here will make a close button appear.
981 # define wxDEFAULT_DIALOG_STYLE wxCAPTION
985 * wxExtDialog style flags
987 #define wxED_CLIENT_MARGIN 0x0004
988 #define wxED_BUTTONS_BOTTOM 0x0000 // has no effect
989 #define wxED_BUTTONS_RIGHT 0x0002
990 #define wxED_STATIC_LINE 0x0001
992 #if defined(__WXMSW__) || defined(__WXMAC__)
993 # define wxEXT_DIALOG_STYLE (wxDEFAULT_DIALOG_STYLE|wxED_CLIENT_MARGIN)
995 # define wxEXT_DIALOG_STYLE (wxDEFAULT_DIALOG_STYLE|wxED_CLIENT_MARGIN|wxED_STATIC_LINE)
999 * wxToolBar style flags
1001 #define wxTB_HORIZONTAL wxHORIZONTAL
1002 #define wxTB_VERTICAL wxVERTICAL
1003 #define wxTB_3DBUTTONS 0x0010
1004 // Flatbar/Coolbar under Win98/ GTK 1.2
1005 #define wxTB_FLAT 0x0020
1006 // use native docking under GTK
1007 #define wxTB_DOCKABLE 0x0040
1010 * wxMenuBar style flags
1012 // use native docking
1013 #define wxMB_DOCKABLE 0x0001
1016 * wxMenu style flags
1018 #define wxMENU_TEAROFF 0x0001
1021 * Apply to all panel items
1023 #define wxCOLOURED 0x0800
1024 #define wxFIXED_LENGTH 0x0400
1027 * Styles for wxListBox
1029 #define wxLB_SORT 0x0010
1030 #define wxLB_SINGLE 0x0020
1031 #define wxLB_MULTIPLE 0x0040
1032 #define wxLB_EXTENDED 0x0080
1033 // wxLB_OWNERDRAW is Windows-only
1034 #define wxLB_OWNERDRAW 0x0100
1035 #define wxLB_NEEDED_SB 0x0200
1036 #define wxLB_ALWAYS_SB 0x0400
1037 #define wxLB_HSCROLL wxHSCROLL
1040 * wxTextCtrl style flags
1042 // the flag bits 0x0001, 2, 4 and 8 are free but should be used only for the
1043 // things which don't make sense for a text control used by wxTextEntryDialog
1044 // because they would otherwise conflict with wxOK, wxCANCEL, wxCENTRE
1045 #define wxTE_READONLY 0x0010
1046 #define wxTE_MULTILINE 0x0020
1047 #define wxTE_PROCESS_TAB 0x0040
1048 // this style means to use RICHEDIT control and does something only under wxMSW
1049 // and Win32 and is silently ignored under all other platforms
1050 #define wxTE_RICH 0x0080
1051 #define wxTE_NO_VSCROLL 0x0100
1052 #define wxTE_AUTO_SCROLL 0x0200
1053 #define wxPROCESS_ENTER 0x0400
1054 #define wxPASSWORD 0x0800
1055 #define wxTE_PROCESS_ENTER wxPROCESS_ENTER
1056 #define wxTE_PASSWORD wxPASSWORD
1059 * wxComboBox style flags
1061 #define wxCB_SIMPLE 0x0004
1062 #define wxCB_SORT 0x0008
1063 #define wxCB_READONLY 0x0010
1064 #define wxCB_DROPDOWN 0x0020
1067 * wxRadioBox style flags
1069 // New, more intuitive names to specify majorDim argument
1070 #define wxRA_SPECIFY_COLS wxHORIZONTAL
1071 #define wxRA_SPECIFY_ROWS wxVERTICAL
1072 // Old names for compatibility
1073 #define wxRA_HORIZONTAL wxHORIZONTAL
1074 #define wxRA_VERTICAL wxVERTICAL
1077 * wxRadioButton style flag
1079 #define wxRB_GROUP 0x0004
1084 #define wxGA_HORIZONTAL wxHORIZONTAL
1085 #define wxGA_VERTICAL wxVERTICAL
1086 #define wxGA_PROGRESSBAR 0x0010
1088 #define wxGA_SMOOTH 0x0020
1093 #define wxSL_HORIZONTAL wxHORIZONTAL // 4
1094 #define wxSL_VERTICAL wxVERTICAL // 8
1095 // The next one is obsolete - use scroll events instead
1096 #define wxSL_NOTIFY_DRAG 0x0000
1097 #define wxSL_AUTOTICKS 0x0010
1098 // #define wxSL_MANUALTICKS 0x0010
1099 #define wxSL_LABELS 0x0020
1100 #define wxSL_LEFT 0x0040
1101 #define wxSL_TOP 0x0080
1102 #define wxSL_RIGHT 0x0100
1103 #define wxSL_BOTTOM 0x0200
1104 #define wxSL_BOTH 0x0400
1105 #define wxSL_SELRANGE 0x0800
1110 #define wxSB_HORIZONTAL wxHORIZONTAL
1111 #define wxSB_VERTICAL wxVERTICAL
1114 * wxButton flags (Win32 only)
1116 #define wxBU_AUTODRAW 0x0004
1117 #define wxBU_NOAUTODRAW 0x0000
1118 #define wxBU_LEFT 0x0040
1119 #define wxBU_TOP 0x0080
1120 #define wxBU_RIGHT 0x0100
1121 #define wxBU_BOTTOM 0x0200
1126 #define wxTR_HAS_BUTTONS 0x0004
1127 #define wxTR_EDIT_LABELS 0x0008
1128 #define wxTR_LINES_AT_ROOT 0x0010
1130 #define wxTR_SINGLE 0x0000
1131 #define wxTR_MULTIPLE 0x0020
1132 #define wxTR_EXTENDED 0x0040
1133 #define wxTR_HAS_VARIABLE_ROW_HEIGHT 0x0080
1134 #define wxTR_NO_LINES 0x0100
1139 #define wxLC_VRULES 0x0001
1140 #define wxLC_HRULES 0x0002
1141 #define wxLC_ICON 0x0004
1142 #define wxLC_SMALL_ICON 0x0008
1143 #define wxLC_LIST 0x0010
1144 #define wxLC_REPORT 0x0020
1145 #define wxLC_ALIGN_TOP 0x0040
1146 #define wxLC_ALIGN_LEFT 0x0080
1147 #define wxLC_AUTOARRANGE 0x0100
1148 #define wxLC_USER_TEXT 0x0200
1149 #define wxLC_EDIT_LABELS 0x0400
1150 #define wxLC_NO_HEADER 0x0800
1151 #define wxLC_NO_SORT_HEADER 0x1000
1152 #define wxLC_SINGLE_SEL 0x2000
1153 #define wxLC_SORT_ASCENDING 0x4000
1154 #define wxLC_SORT_DESCENDING 0x8000
1156 #define wxLC_MASK_TYPE (wxLC_ICON | wxLC_SMALL_ICON | wxLC_LIST | wxLC_REPORT)
1157 #define wxLC_MASK_ALIGN (wxLC_ALIGN_TOP | wxLC_ALIGN_LEFT)
1158 #define wxLC_MASK_SORT (wxLC_SORT_ASCENDING | wxLC_SORT_DESCENDING)
1160 // Omitted because (a) too much detail (b) not enough style flags
1161 // #define wxLC_NO_SCROLL
1162 // #define wxLC_NO_LABEL_WRAP
1163 // #define wxLC_OWNERDRAW_FIXED
1164 // #define wxLC_SHOW_SEL_ALWAYS
1167 * wxSpinButton flags.
1168 * Note that a wxSpinCtrl is sometimes defined as
1169 * a wxTextCtrl, and so the flags must be different
1170 * from wxTextCtrl's.
1172 #define wxSP_HORIZONTAL wxHORIZONTAL // 4
1173 #define wxSP_VERTICAL wxVERTICAL // 8
1174 #define wxSP_ARROW_KEYS 0x1000
1175 #define wxSP_WRAP 0x2000
1178 * wxSplitterWindow flags
1180 #define wxSP_NOBORDER 0x0000
1181 #define wxSP_NOSASH 0x0010
1182 #define wxSP_BORDER 0x0020
1183 #define wxSP_PERMIT_UNSPLIT 0x0040
1184 #define wxSP_LIVE_UPDATE 0x0080
1185 #define wxSP_3DSASH 0x0100
1186 #define wxSP_3DBORDER 0x0200
1187 #define wxSP_FULLSASH 0x0400
1188 #define wxSP_3D (wxSP_3DBORDER | wxSP_3DSASH)
1193 #define wxTC_MULTILINE 0x0000
1194 #define wxTC_RIGHTJUSTIFY 0x0010
1195 #define wxTC_FIXEDWIDTH 0x0020
1196 #define wxTC_OWNERDRAW 0x0040
1201 #define wxNB_FIXEDWIDTH 0x0010
1202 #define wxNB_LEFT 0x0020
1203 #define wxNB_RIGHT 0x0040
1204 #define wxNB_BOTTOM 0x0080
1207 * wxStatusBar95 flags
1209 #define wxST_SIZEGRIP 0x0010
1212 * wxStaticText flags
1214 #define wxST_NO_AUTORESIZE 0x0001
1217 * wxStaticLine flags
1219 #define wxLI_HORIZONTAL wxHORIZONTAL
1220 #define wxLI_VERTICAL wxVERTICAL
1223 * wxProgressDialog flags
1225 #define wxPD_CAN_ABORT 0x0001
1226 #define wxPD_APP_MODAL 0x0002
1227 #define wxPD_AUTO_HIDE 0x0004
1228 #define wxPD_ELAPSED_TIME 0x0008
1229 #define wxPD_ESTIMATED_TIME 0x0010
1230 // wxGA_SMOOTH = 0x0020 may also be used with wxProgressDialog
1231 // NO!!! This is wxDIALOG_MODAL and will cause the progress dialog to
1232 // be modal. No progress will then be made at all.
1233 #define wxPD_REMAINING_TIME 0x0040
1236 * wxHtmlWindow flags
1238 #define wxHW_SCROLLBAR_NEVER 0x0002
1239 #define wxHW_SCROLLBAR_AUTO 0x0004
1242 * wxCalendarCtrl flags
1244 #define wxCAL_SUNDAY_FIRST 0x0000
1245 #define wxCAL_MONDAY_FIRST 0x0001
1246 #define wxCAL_SHOW_HOLIDAYS 0x0002
1247 #define wxCAL_NO_YEAR_CHANGE 0x0004
1248 #define wxCAL_NO_MONTH_CHANGE 0x000c // no month change => no year change
1251 * extended dialog specifiers. these values are stored in a different
1252 * flag and thus do not overlap with other style flags. note that these
1253 * values do not correspond to the return values of the dialogs (for
1254 * those values, look at the wxID_XXX defines).
1257 // wxCENTRE already defined as 0x00000001
1258 #define wxOK 0x00000004
1259 #define wxYES_NO 0x00000008
1260 #define wxCANCEL 0x00000010
1261 #define wxYES 0x00000020
1262 #define wxNO 0x00000040
1263 #define wxNO_DEFAULT 0x00000080
1264 #define wxYES_DEFAULT 0x00000000 // has no effect
1266 #define wxICON_EXCLAMATION 0x00000100
1267 #define wxICON_HAND 0x00000200
1268 #define wxICON_WARNING wxICON_EXCLAMATION
1269 #define wxICON_ERROR wxICON_HAND
1270 #define wxICON_QUESTION 0x00000400
1271 #define wxICON_INFORMATION 0x00000800
1272 #define wxICON_STOP wxICON_HAND
1273 #define wxICON_ASTERISK wxICON_INFORMATION
1274 #define wxICON_MASK (0x00000100|0x00000200|0x00000400|0x00000800)
1276 #define wxFORWARD 0x00001000
1277 #define wxBACKWARD 0x00002000
1278 #define wxRESET 0x00004000
1279 #define wxHELP 0x00008000
1280 #define wxMORE 0x00010000
1281 #define wxSETUP 0x00020000
1283 // ----------------------------------------------------------------------------
1285 // ----------------------------------------------------------------------------
1287 // id for a separator line in the menu (invalid for normal item)
1288 #define wxID_SEPARATOR (-1)
1290 // Standard menu IDs
1291 #define wxID_LOWEST 4999
1293 #define wxID_OPEN 5000
1294 #define wxID_CLOSE 5001
1295 #define wxID_NEW 5002
1296 #define wxID_SAVE 5003
1297 #define wxID_SAVEAS 5004
1298 #define wxID_REVERT 5005
1299 #define wxID_EXIT 5006
1300 #define wxID_UNDO 5007
1301 #define wxID_REDO 5008
1302 #define wxID_HELP 5009
1303 #define wxID_PRINT 5010
1304 #define wxID_PRINT_SETUP 5011
1305 #define wxID_PREVIEW 5012
1306 #define wxID_ABOUT 5013
1307 #define wxID_HELP_CONTENTS 5014
1308 #define wxID_HELP_COMMANDS 5015
1309 #define wxID_HELP_PROCEDURES 5016
1310 #define wxID_HELP_CONTEXT 5017
1312 #define wxID_CUT 5030
1313 #define wxID_COPY 5031
1314 #define wxID_PASTE 5032
1315 #define wxID_CLEAR 5033
1316 #define wxID_FIND 5034
1317 #define wxID_DUPLICATE 5035
1318 #define wxID_SELECTALL 5036
1320 #define wxID_FILE1 5050
1321 #define wxID_FILE2 5051
1322 #define wxID_FILE3 5052
1323 #define wxID_FILE4 5053
1324 #define wxID_FILE5 5054
1325 #define wxID_FILE6 5055
1326 #define wxID_FILE7 5056
1327 #define wxID_FILE8 5057
1328 #define wxID_FILE9 5058
1330 // Standard button IDs
1331 #define wxID_OK 5100
1332 #define wxID_CANCEL 5101
1333 #define wxID_APPLY 5102
1334 #define wxID_YES 5103
1335 #define wxID_NO 5104
1336 #define wxID_STATIC 5105
1337 #define wxID_FORWARD 5106
1338 #define wxID_BACKWARD 5107
1339 #define wxID_DEFAULT 5108
1340 #define wxID_MORE 5109
1341 #define wxID_SETUP 5110
1342 #define wxID_RESET 5111
1343 #define wxID_CONTEXT_HELP 5112
1344 #define wxID_YESTOALL 5113
1345 #define wxID_NOTOALL 5114
1346 #define wxID_ABORT 5115
1347 #define wxID_RETRY 5116
1348 #define wxID_IGNORE 5117
1350 // IDs used by generic file dialog (11 consecutive starting from this value)
1351 #define wxID_FILEDLGG 5900
1352 #define wxID_HIGHEST 5999
1354 // ----------------------------------------------------------------------------
1355 // Possible SetSize flags
1356 // ----------------------------------------------------------------------------
1358 // Use internally-calculated width if -1
1359 #define wxSIZE_AUTO_WIDTH 0x0001
1360 // Use internally-calculated height if -1
1361 #define wxSIZE_AUTO_HEIGHT 0x0002
1362 // Use internally-calculated width and height if each is -1
1363 #define wxSIZE_AUTO (wxSIZE_AUTO_WIDTH|wxSIZE_AUTO_HEIGHT)
1364 // Ignore missing (-1) dimensions (use existing).
1365 // For readability only: test for wxSIZE_AUTO_WIDTH/HEIGHT in code.
1366 #define wxSIZE_USE_EXISTING 0x0000
1367 // Allow -1 as a valid position
1368 #define wxSIZE_ALLOW_MINUS_ONE 0x0004
1369 // Don't do parent client adjustments (for implementation only)
1370 #define wxSIZE_NO_ADJUSTMENTS 0x0008
1372 // ----------------------------------------------------------------------------
1374 // ----------------------------------------------------------------------------
1377 // Text font families
1384 wxTELETYPE
, /* @@@@ */
1386 // Proportional or Fixed width fonts (not yet used)
1393 // Also wxNORMAL for normal (non-italic text)
1407 // Brush & Pen Stippling. Note that a stippled pen cannot be dashed!!
1408 // Note also that stippling a Pen IS meaningfull, because a Line is
1409 wxSTIPPLE_MASK_OPAQUE
, //mask is used for blitting monochrome using text fore and back ground colors
1410 wxSTIPPLE_MASK
, //mask is used for masking areas in the stipple bitmap (TO DO)
1411 // drawn with a Pen, and without any Brush -- and it can be stippled.
1419 #define IS_HATCH(s) ((s)>=wxBDIAGONAL_HATCH && (s)<=wxVERTICAL_HATCH)
1434 wxCLEAR
, wxROP_BLACK
= wxCLEAR
, wxBLIT_BLACKNESS
= wxCLEAR
, // 0
1435 wxXOR
, wxROP_XORPEN
= wxXOR
, wxBLIT_SRCINVERT
= wxXOR
, // src XOR dst
1436 wxINVERT
, wxROP_NOT
= wxINVERT
, wxBLIT_DSTINVERT
= wxINVERT
, // NOT dst
1437 wxOR_REVERSE
, wxROP_MERGEPENNOT
= wxOR_REVERSE
, wxBLIT_00DD0228
= wxOR_REVERSE
, // src OR (NOT dst)
1438 wxAND_REVERSE
, wxROP_MASKPENNOT
= wxAND_REVERSE
, wxBLIT_SRCERASE
= wxAND_REVERSE
, // src AND (NOT dst)
1439 wxCOPY
, wxROP_COPYPEN
= wxCOPY
, wxBLIT_SRCCOPY
= wxCOPY
, // src
1440 wxAND
, wxROP_MASKPEN
= wxAND
, wxBLIT_SRCAND
= wxAND
, // src AND dst
1441 wxAND_INVERT
, wxROP_MASKNOTPEN
= wxAND_INVERT
, wxBLIT_00220326
= wxAND_INVERT
, // (NOT src) AND dst
1442 wxNO_OP
, wxROP_NOP
= wxNO_OP
, wxBLIT_00AA0029
= wxNO_OP
, // dst
1443 wxNOR
, wxROP_NOTMERGEPEN
= wxNOR
, wxBLIT_NOTSRCERASE
= wxNOR
, // (NOT src) AND (NOT dst)
1444 wxEQUIV
, wxROP_NOTXORPEN
= wxEQUIV
, wxBLIT_00990066
= wxEQUIV
, // (NOT src) XOR dst
1445 wxSRC_INVERT
, wxROP_NOTCOPYPEN
= wxSRC_INVERT
, wxBLIT_NOTSCRCOPY
= wxSRC_INVERT
, // (NOT src)
1446 wxOR_INVERT
, wxROP_MERGENOTPEN
= wxOR_INVERT
, wxBLIT_MERGEPAINT
= wxOR_INVERT
, // (NOT src) OR dst
1447 wxNAND
, wxROP_NOTMASKPEN
= wxNAND
, wxBLIT_007700E6
= wxNAND
, // (NOT src) OR (NOT dst)
1448 wxOR
, wxROP_MERGEPEN
= wxOR
, wxBLIT_SRCPAINT
= wxOR
, // src OR dst
1449 wxSET
, wxROP_WHITE
= wxSET
, wxBLIT_WHITENESS
= wxSET
// 1
1453 #define wxFLOOD_SURFACE 1
1454 #define wxFLOOD_BORDER 2
1456 /* Polygon filling mode */
1457 #define wxODDEVEN_RULE 1
1458 #define wxWINDING_RULE 2
1460 /* ToolPanel in wxFrame */
1461 #define wxTOOL_TOP 1
1462 #define wxTOOL_BOTTOM 2
1463 #define wxTOOL_LEFT 3
1464 #define wxTOOL_RIGHT 4
1466 // the values of the format constants should be the same as correspondign
1467 // CF_XXX constants in Windows API
1471 wxDF_TEXT
= 1, /* CF_TEXT */
1472 wxDF_BITMAP
= 2, /* CF_BITMAP */
1473 wxDF_METAFILE
= 3, /* CF_METAFILEPICT */
1477 wxDF_OEMTEXT
= 7, /* CF_OEMTEXT */
1478 wxDF_DIB
= 8, /* CF_DIB */
1483 wxDF_UNICODETEXT
= 13,
1484 wxDF_ENHMETAFILE
= 14,
1485 wxDF_FILENAME
= 15, /* CF_HDROP */
1491 /* Virtual keycodes */
1514 WXK_PRIOR
, /* Page up */
1515 WXK_NEXT
, /* Page down */
1588 WXK_NUMPAD_PAGEDOWN
,
1594 WXK_NUMPAD_MULTIPLY
,
1596 WXK_NUMPAD_SEPARATOR
,
1597 WXK_NUMPAD_SUBTRACT
,
1602 // Mapping modes (as per Windows)
1604 #define wxMM_LOMETRIC 2
1605 #define wxMM_HIMETRIC 3
1606 #define wxMM_LOENGLISH 4
1607 #define wxMM_HIENGLISH 5
1608 #define wxMM_TWIPS 6
1609 #define wxMM_ISOTROPIC 7
1610 #define wxMM_ANISOTROPIC 8
1612 #define wxMM_POINTS 9
1613 #define wxMM_METRIC 10
1615 /* Shortcut for easier dialog-unit-to-pixel conversion */
1616 #define wxDLG_UNIT(parent, pt) parent->ConvertDialogToPixels(pt)
1620 wxPAPER_NONE
, // Use specific dimensions
1621 wxPAPER_LETTER
, // Letter, 8 1/2 by 11 inches
1622 wxPAPER_LEGAL
, // Legal, 8 1/2 by 14 inches
1623 wxPAPER_A4
, // A4 Sheet, 210 by 297 millimeters
1624 wxPAPER_CSHEET
, // C Sheet, 17 by 22 inches
1625 wxPAPER_DSHEET
, // D Sheet, 22 by 34 inches
1626 wxPAPER_ESHEET
, // E Sheet, 34 by 44 inches
1627 wxPAPER_LETTERSMALL
, // Letter Small, 8 1/2 by 11 inches
1628 wxPAPER_TABLOID
, // Tabloid, 11 by 17 inches
1629 wxPAPER_LEDGER
, // Ledger, 17 by 11 inches
1630 wxPAPER_STATEMENT
, // Statement, 5 1/2 by 8 1/2 inches
1631 wxPAPER_EXECUTIVE
, // Executive, 7 1/4 by 10 1/2 inches
1632 wxPAPER_A3
, // A3 sheet, 297 by 420 millimeters
1633 wxPAPER_A4SMALL
, // A4 small sheet, 210 by 297 millimeters
1634 wxPAPER_A5
, // A5 sheet, 148 by 210 millimeters
1635 wxPAPER_B4
, // B4 sheet, 250 by 354 millimeters
1636 wxPAPER_B5
, // B5 sheet, 182-by-257-millimeter paper
1637 wxPAPER_FOLIO
, // Folio, 8-1/2-by-13-inch paper
1638 wxPAPER_QUARTO
, // Quarto, 215-by-275-millimeter paper
1639 wxPAPER_10X14
, // 10-by-14-inch sheet
1640 wxPAPER_11X17
, // 11-by-17-inch sheet
1641 wxPAPER_NOTE
, // Note, 8 1/2 by 11 inches
1642 wxPAPER_ENV_9
, // #9 Envelope, 3 7/8 by 8 7/8 inches
1643 wxPAPER_ENV_10
, // #10 Envelope, 4 1/8 by 9 1/2 inches
1644 wxPAPER_ENV_11
, // #11 Envelope, 4 1/2 by 10 3/8 inches
1645 wxPAPER_ENV_12
, // #12 Envelope, 4 3/4 by 11 inches
1646 wxPAPER_ENV_14
, // #14 Envelope, 5 by 11 1/2 inches
1647 wxPAPER_ENV_DL
, // DL Envelope, 110 by 220 millimeters
1648 wxPAPER_ENV_C5
, // C5 Envelope, 162 by 229 millimeters
1649 wxPAPER_ENV_C3
, // C3 Envelope, 324 by 458 millimeters
1650 wxPAPER_ENV_C4
, // C4 Envelope, 229 by 324 millimeters
1651 wxPAPER_ENV_C6
, // C6 Envelope, 114 by 162 millimeters
1652 wxPAPER_ENV_C65
, // C65 Envelope, 114 by 229 millimeters
1653 wxPAPER_ENV_B4
, // B4 Envelope, 250 by 353 millimeters
1654 wxPAPER_ENV_B5
, // B5 Envelope, 176 by 250 millimeters
1655 wxPAPER_ENV_B6
, // B6 Envelope, 176 by 125 millimeters
1656 wxPAPER_ENV_ITALY
, // Italy Envelope, 110 by 230 millimeters
1657 wxPAPER_ENV_MONARCH
, // Monarch Envelope, 3 7/8 by 7 1/2 inches
1658 wxPAPER_ENV_PERSONAL
, // 6 3/4 Envelope, 3 5/8 by 6 1/2 inches
1659 wxPAPER_FANFOLD_US
, // US Std Fanfold, 14 7/8 by 11 inches
1660 wxPAPER_FANFOLD_STD_GERMAN
, // German Std Fanfold, 8 1/2 by 12 inches
1661 wxPAPER_FANFOLD_LGL_GERMAN
, // German Legal Fanfold, 8 1/2 by 13 inches
1663 wxPAPER_ISO_B4
, // B4 (ISO) 250 x 353 mm
1664 wxPAPER_JAPANESE_POSTCARD
, // Japanese Postcard 100 x 148 mm
1665 wxPAPER_9X11
, // 9 x 11 in
1666 wxPAPER_10X11
, // 10 x 11 in
1667 wxPAPER_15X11
, // 15 x 11 in
1668 wxPAPER_ENV_INVITE
, // Envelope Invite 220 x 220 mm
1669 wxPAPER_LETTER_EXTRA
, // Letter Extra 9 \275 x 12 in
1670 wxPAPER_LEGAL_EXTRA
, // Legal Extra 9 \275 x 15 in
1671 wxPAPER_TABLOID_EXTRA
, // Tabloid Extra 11.69 x 18 in
1672 wxPAPER_A4_EXTRA
, // A4 Extra 9.27 x 12.69 in
1673 wxPAPER_LETTER_TRANSVERSE
, // Letter Transverse 8 \275 x 11 in
1674 wxPAPER_A4_TRANSVERSE
, // A4 Transverse 210 x 297 mm
1675 wxPAPER_LETTER_EXTRA_TRANSVERSE
, // Letter Extra Transverse 9\275 x 12 in
1676 wxPAPER_A_PLUS
, // SuperA/SuperA/A4 227 x 356 mm
1677 wxPAPER_B_PLUS
, // SuperB/SuperB/A3 305 x 487 mm
1678 wxPAPER_LETTER_PLUS
, // Letter Plus 8.5 x 12.69 in
1679 wxPAPER_A4_PLUS
, // A4 Plus 210 x 330 mm
1680 wxPAPER_A5_TRANSVERSE
, // A5 Transverse 148 x 210 mm
1681 wxPAPER_B5_TRANSVERSE
, // B5 (JIS) Transverse 182 x 257 mm
1682 wxPAPER_A3_EXTRA
, // A3 Extra 322 x 445 mm
1683 wxPAPER_A5_EXTRA
, // A5 Extra 174 x 235 mm
1684 wxPAPER_B5_EXTRA
, // B5 (ISO) Extra 201 x 276 mm
1685 wxPAPER_A2
, // A2 420 x 594 mm
1686 wxPAPER_A3_TRANSVERSE
, // A3 Transverse 297 x 420 mm
1687 wxPAPER_A3_EXTRA_TRANSVERSE
// A3 Extra Transverse 322 x 445 mm
1691 /* Printing orientation */
1693 #define wxPORTRAIT 1
1694 #define wxLANDSCAPE 2
1697 /* Duplex printing modes
1701 wxDUPLEX_SIMPLEX
, // Non-duplex
1702 wxDUPLEX_HORIZONTAL
,
1709 #define wxPRINT_QUALITY_HIGH -1
1710 #define wxPRINT_QUALITY_MEDIUM -2
1711 #define wxPRINT_QUALITY_LOW -3
1712 #define wxPRINT_QUALITY_DRAFT -4
1714 typedef int wxPrintQuality
;
1716 /* Print mode (currently PostScript only)
1720 wxPRINT_MODE_NONE
= 0,
1721 wxPRINT_MODE_PREVIEW
= 1, // Preview in external application
1722 wxPRINT_MODE_FILE
= 2, // Print to file
1723 wxPRINT_MODE_PRINTER
= 3 // Send to printer
1726 // ----------------------------------------------------------------------------
1728 // ----------------------------------------------------------------------------
1730 // define this macro if font handling is done using the X font names
1731 #if defined(__WXGTK__) || defined(__X__)
1732 #define _WX_X_FONTLIKE
1735 // macro to specify "All Files" on different platforms
1736 #if defined(__WXMSW__)
1737 # define wxALL_FILES_PATTERN "*.*"
1738 # define wxALL_FILES gettext_noop("All files (*.*)|*.*")
1740 # define wxALL_FILES_PATTERN "*"
1741 # define wxALL_FILES gettext_noop("All files (*)|*")
1744 // ---------------------------------------------------------------------------
1745 // macros that enable wxWindows apps to be compiled in absence of the
1746 // sytem headers, although some platform specific types are used in the
1747 // platform specific (implementation) parts of the headers
1748 // ---------------------------------------------------------------------------
1752 typedef WindowPtr WXHWND
;
1753 typedef Handle WXHANDLE
;
1754 typedef CIconHandle WXHICON
;
1755 //typedef unsigned long WXHFONT;
1756 typedef MenuHandle WXHMENU
;
1757 //typedef unsigned long WXHPEN;
1758 //typedef unsigned long WXHBRUSH;
1759 //typedef unsigned long WXHPALETTE;
1760 typedef CursHandle WXHCURSOR
;
1761 typedef RgnHandle WXHRGN
;
1762 //typedef unsigned long WXHACCEL;
1763 //typedef unsigned long WXHINSTANCE;
1764 typedef GWorldPtr WXHBITMAP
;
1765 //typedef unsigned long WXHIMAGELIST;
1766 //typedef unsigned long WXHGLOBAL;
1767 typedef GrafPtr WXHDC
;
1768 typedef unsigned int WXUINT
;
1769 typedef unsigned long WXDWORD
;
1770 typedef unsigned short WXWORD
;
1771 //typedef unsigned int WXWPARAM;
1772 //typedef long WXLPARAM;
1773 typedef RGBColor WXCOLORREF
;
1774 //typedef void * WXRGNDATA;
1775 //typedef void * WXMSG;
1776 //typedef unsigned long WXHCONV;
1777 //typedef unsigned long WXHKEY;
1778 //typedef void * WXDRAWITEMSTRUCT;
1779 //typedef void * WXMEASUREITEMSTRUCT;
1780 //typedef void * WXLPCREATESTRUCT;
1781 typedef int (*WXFARPROC
)();
1783 typedef WindowPtr WXWindow
;
1784 typedef ControlHandle WXWidget
;
1788 #if defined(__WXMSW__) || defined(__WXPM__)
1790 // the keywords needed for WinMain() declaration
1793 # define WXFAR __far
1803 // Stand-ins for Windows types or OS/2, to avoid #including all of windows.h or os2.h
1804 typedef unsigned long WXHWND
;
1805 typedef unsigned long WXHANDLE
;
1806 typedef unsigned long WXHICON
;
1807 typedef unsigned long WXHFONT
;
1808 typedef unsigned long WXHMENU
;
1809 typedef unsigned long WXHPEN
;
1810 typedef unsigned long WXHBRUSH
;
1811 typedef unsigned long WXHPALETTE
;
1812 typedef unsigned long WXHCURSOR
;
1813 typedef unsigned long WXHRGN
;
1814 typedef unsigned long WXHACCEL
;
1815 typedef void WXFAR
* WXHINSTANCE
;
1816 typedef unsigned long WXHBITMAP
;
1817 typedef unsigned long WXHIMAGELIST
;
1818 typedef unsigned long WXHGLOBAL
;
1819 typedef unsigned long WXHDC
;
1820 typedef unsigned int WXUINT
;
1821 typedef unsigned long WXDWORD
;
1822 typedef unsigned short WXWORD
;
1824 typedef unsigned int WXWPARAM
;
1825 typedef long WXLPARAM
;
1827 # define WXWPARAM MPARAM
1828 # define WXLPARAM MPARAM
1830 # define LOGFONT FATTRS
1831 # define LOWORD SHORT1FROMMP
1832 # define HIWORD SHORT2FROMMP
1834 typedef unsigned long WXCOLORREF
;
1835 typedef void * WXRGNDATA
;
1836 typedef void * WXMSG
;
1837 typedef unsigned long WXHCONV
;
1838 typedef unsigned long WXHKEY
;
1839 typedef unsigned long WXHTREEITEM
;
1841 typedef void * WXDRAWITEMSTRUCT
;
1842 typedef void * WXMEASUREITEMSTRUCT
;
1843 typedef void * WXLPCREATESTRUCT
;
1845 #if defined(__WXPM__)
1846 typedef unsigned long WXMPARAM
;
1847 typedef unsigned long WXMSGID
;
1848 typedef void* WXRESULT
;
1849 //typedef int (*WXFARPROC)();
1850 // some windows handles not defined by PM
1851 typedef unsigned long HANDLE
;
1852 typedef unsigned long HICON
;
1853 typedef unsigned long HFONT
;
1854 typedef unsigned long HMENU
;
1855 typedef unsigned long HPEN
;
1856 typedef unsigned long HBRUSH
;
1857 typedef unsigned long HPALETTE
;
1858 typedef unsigned long HCURSOR
;
1859 typedef unsigned long HINSTANCE
;
1860 typedef unsigned long HIMAGELIST
;
1861 typedef unsigned long HGLOBAL
;
1862 typedef unsigned long DWORD
;
1863 typedef unsigned short WORD
;
1865 // WIN32 graphics types for OS/2 GPI
1867 // RGB under OS2 is more like a PALETTEENTRY struct under Windows so we need a real RGB def
1868 #define OS2RGB(r,g,b) ((DWORD ((BYTE) (b) | ((WORD) (g) << 8)) | (((DWORD)(BYTE)(r)) << 16)))
1870 typedef unsigned long COLORREF
;
1871 #define GetBValue(rgb) ((BYTE)((rgb) >> 16))
1872 #define GetGValue(rgb) ((BYTE)(((WORD)(rgb)) >> 8))
1873 #define GetRValue(rgb) ((BYTE)(rgb))
1874 #define PALETTEINDEX(i) ((COLORREF)(0x01000000 | (DWORD)(WORD)(i)))
1875 #define PALETTERGB(r,g,b) (0x02000000 | OS2RGB(r,g,b))
1876 // OS2's RGB/RGB2 is backwards from this
1877 typedef struct tagPALETTEENTRY
1884 typedef struct tagLOGPALETTE
1888 WORD PALETTEENTRY
[1];
1892 #if defined(__GNUWIN32__) || defined(__WXWINE__)
1893 typedef int (*WXFARPROC
)();
1894 #elif defined(__WIN32__)
1895 typedef int (__stdcall
*WXFARPROC
)();
1896 #elif defined(__WXPM__)
1897 # if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
1898 // VA 3.0 for some reason needs base data types when typedefing a proc proto???
1899 typedef void* (_System
*WXFARPROC
)(unsigned long, unsigned long, void*, void*);
1901 typedef WXRESULT (_System
*WXFARPROC
)(WXHWND
, WXMSGID
, WXWPARAM
, WXLPARAM
);
1904 typedef int (*WXFARPROC
)();
1907 typedef WXHWND WXWidget
;
1909 #if defined(__BORLANDC__) && !defined(__WIN32__)
1911 # define LPTSTR LPSTR
1914 # define LPCTSTR LPSTR
1918 #endif // MSW or OS2
1921 /* Stand-ins for X/Xt/Motif types */
1922 typedef void* WXWindow
;
1923 typedef void* WXWidget
;
1924 typedef void* WXAppContext
;
1925 typedef void* WXColormap
;
1926 typedef void WXDisplay
;
1927 typedef void WXEvent
;
1928 typedef void* WXCursor
;
1929 typedef void* WXPixmap
;
1930 typedef void* WXFontStructPtr
;
1932 typedef void* WXRegion
;
1933 typedef void* WXFont
;
1934 typedef void* WXImage
;
1935 typedef void* WXCursor
;
1936 typedef void* WXFontList
;
1938 typedef unsigned long Atom
; /* this might fail on a few architectures */
1943 /* Stand-ins for GLIB types */
1945 typedef signed char gint8
;
1947 typedef unsigned guint
;
1948 typedef unsigned long gulong
;
1949 typedef void* gpointer
;
1950 typedef struct _GSList GSList
;
1952 /* Stand-ins for GDK types */
1953 typedef gulong GdkAtom
;
1954 typedef struct _GdkColor GdkColor
;
1955 typedef struct _GdkColormap GdkColormap
;
1956 typedef struct _GdkFont GdkFont
;
1957 typedef struct _GdkGC GdkGC
;
1959 typedef struct _GdkDrawable GdkWindow
;
1960 typedef struct _GdkDrawable GdkBitmap
;
1961 typedef struct _GdkDrawable GdkPixmap
;
1963 typedef struct _GdkWindow GdkWindow
;
1964 typedef struct _GdkWindow GdkBitmap
;
1965 typedef struct _GdkWindow GdkPixmap
;
1967 typedef struct _GdkCursor GdkCursor
;
1968 typedef struct _GdkRegion GdkRegion
;
1969 typedef struct _GdkDragContext GdkDragContext
;
1971 typedef struct _GdkIC GdkIC
;
1972 typedef struct _GdkICAttr GdkICAttr
;
1975 /* Stand-ins for GTK types */
1976 typedef struct _GtkWidget GtkWidget
;
1977 typedef struct _GtkStyle GtkStyle
;
1978 typedef struct _GtkAdjustment GtkAdjustment
;
1979 typedef struct _GtkList GtkList
;
1980 typedef struct _GtkToolbar GtkToolbar
;
1981 typedef struct _GtkTooltips GtkTooltips
;
1982 typedef struct _GtkNotebook GtkNotebook
;
1983 typedef struct _GtkNotebookPage GtkNotebookPage
;
1984 typedef struct _GtkAccelGroup GtkAccelGroup
;
1985 typedef struct _GtkItemFactory GtkItemFactory
;
1986 typedef struct _GtkSelectionData GtkSelectionData
;
1988 typedef GtkWidget
*WXWidget
;
1991 #define GTK_OBJECT_GET_CLASS(object) (GTK_OBJECT(object)->klass)
1992 #define GTK_CLASS_TYPE(klass) ((klass)->type)
1996 /* Stand-ins for Pango types */
1997 typedef struct _PangoContext PangoContext
;
1998 typedef struct _PangoLayout PangoLayout
;
1999 typedef struct _PangoFontDescription PangoFontDescription
;
2003 // This is required because of clashing macros in windows.h, which may be
2004 // included before or after wxWindows classes, and therefore must be
2005 // disabled here before any significant wxWindows headers are included.
2037 // ---------------------------------------------------------------------------
2038 // macro to define a class without copy ctor nor assignment operator
2039 // ---------------------------------------------------------------------------
2041 #define DECLARE_NO_COPY_CLASS(classname) \
2043 classname(const classname&); \
2044 classname& operator=(const classname&)