X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb5e0af035b25afec4bebf8585c1f32766636599..4e937c4d526f068bb4b6eb4eaf63542b4852703a:/utils/wxPython/src/_defs.i diff --git a/utils/wxPython/src/_defs.i b/utils/wxPython/src/_defs.i index 5218ae9a7d..40404a1256 100644 --- a/utils/wxPython/src/_defs.i +++ b/utils/wxPython/src/_defs.i @@ -92,6 +92,8 @@ class wxSlider; class wxPyTimer; class wxIndividualLayoutConstraint; class wxLayoutConstraints; +class wxToolBar; +class wxStatusBar; //--------------------------------------------------------------------------- @@ -113,9 +115,6 @@ enum { wxMINOR_VERSION, wxRELEASE_NUMBER, -#ifdef __WXMSW__ - UNKNOWN, -#endif NOT_FOUND, wxVSCROLL, @@ -158,6 +157,7 @@ enum { wxTB_3DBUTTONS, wxTB_HORIZONTAL, wxTB_VERTICAL, + wxTB_FLAT, wxCOLOURED, wxFIXED_LENGTH, wxALIGN_LEFT, @@ -204,6 +204,7 @@ enum { wxBU_NOAUTODRAW, wxTR_HAS_BUTTONS, wxTR_EDIT_LABELS, + wxTR_LINES_AT_ROOT, wxLC_ICON, wxLC_SMALL_ICON, wxLC_LIST, @@ -486,6 +487,7 @@ enum _Virtual_keycodes { }; typedef enum { + wxCURSOR_NONE = 0, wxCURSOR_ARROW = 1, wxCURSOR_BULLSEYE, wxCURSOR_CHAR, @@ -511,13 +513,13 @@ typedef enum { wxCURSOR_WAIT, wxCURSOR_WATCH, wxCURSOR_BLANK -//#ifdef __X__ -// /* Not yet implemented for Windows */ -// , wxCURSOR_CROSS_REVERSE, -// wxCURSOR_DOUBLE_ARROW, -// wxCURSOR_BASED_ARROW_UP, -// wxCURSOR_BASED_ARROW_DOWN -//#endif +// #ifndef __WXMSW__ +// /* Not yet implemented for Windows */ +// , wxCURSOR_CROSS_REVERSE, +// wxCURSOR_DOUBLE_ARROW, +// wxCURSOR_BASED_ARROW_UP, +// wxCURSOR_BASED_ARROW_DOWN +// #endif } _standard_cursors_t; @@ -697,6 +699,15 @@ enum wxEventType { ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.6 1998/10/20 06:43:53 RD +// New wxTreeCtrl wrappers (untested) +// some changes in helpers +// etc. +// +// Revision 1.5 1998/10/02 06:40:32 RD +// +// Version 0.4 of wxPython for MSW. +// // Revision 1.4 1998/08/18 19:48:11 RD // more wxGTK compatibility things. //