wxDEFAULT_STATUSBAR_STYLE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-04 23:55:08 +00:00
parent dad65e8abc
commit 5f57b149e6
4 changed files with 11 additions and 16 deletions

View File

@@ -16,6 +16,7 @@
%rename(TRANSPARENT_WINDOW) wxTRANSPARENT_WINDOW;
%rename(NO_BORDER) wxNO_BORDER;
%rename(DEFAULT_CONTROL_BORDER) wxDEFAULT_CONTROL_BORDER;
%rename(DEFAULT_STATUSBAR_STYLE) wxDEFAULT_STATUSBAR_STYLE;
%rename(TAB_TRAVERSAL) wxTAB_TRAVERSAL;
%rename(WANTS_CHARS) wxWANTS_CHARS;
%rename(POPUP_WINDOW) wxPOPUP_WINDOW;

View File

@@ -259,21 +259,6 @@ typedef unsigned long wxUIntPtr;
%enddef
#endif
#ifdef _DO_FULL_DOCS
%define RenameDocCtorStr(newname, docstr, details, decl)
%feature("docstring") decl docstr details;
%rename(newname) decl;
decl
%enddef
#else
%define RenameDocCtorStr(newname, docstr, details, decl)
%feature("docstring") decl docstr;
%rename(newname) decl;
decl
%enddef
#endif
// Set the autodoc string for a constructor decl and then define the decl too.
// Must use the full declaration of the item.
@@ -426,7 +411,8 @@ enum {
wxTRANSPARENT_WINDOW,
wxNO_BORDER,
wxDEFAULT_CONTROL_BORDER,
wxDEFAULT_STATUSBAR_STYLE,
wxTAB_TRAVERSAL,
wxWANTS_CHARS,
wxPOPUP_WINDOW,