%enddef
#endif
-
// Set the autodoc string for a constructor decl and then define the decl too.
// Must use the full declaration of the item.
decl
%enddef
+#ifdef _DO_FULL_DOCS
+ %define %RenameDocCtor(newname, docstr, details, decl)
+ %feature("docstring") decl docstr details;
+ %rename(newname) decl;
+ decl
+ %enddef
+#else
+ %define %RenameDocCtor(newname, docstr, details, decl)
+ %feature("docstring") decl docstr;
+ %rename(newname) decl;
+ decl
+ %enddef
+#endif
//---------------------------------------------------------------------------
// Forward declarations and %renames for some classes, so the autodoc strings
wxSTATIC_BORDER,
wxTRANSPARENT_WINDOW,
wxNO_BORDER,
-
+ wxDEFAULT_CONTROL_BORDER,
+ wxDEFAULT_STATUSBAR_STYLE,
+
wxTAB_TRAVERSAL,
wxWANTS_CHARS,
wxPOPUP_WINDOW,
};
-#ifdef __WXGTK__
-#define wxDEFAULT_STATUSBAR_STYLE wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE
-#else
-#define wxDEFAULT_STATUSBAR_STYLE wxST_SIZEGRIP
-#endif
-
-
enum wxGeometryCentre
{
wxUSER_DASH,
wxTRANSPARENT,
wxSTIPPLE,
+ wxSTIPPLE_MASK,
+ wxSTIPPLE_MASK_OPAQUE,
wxBDIAGONAL_HATCH,
wxCROSSDIAG_HATCH,
wxFDIAGONAL_HATCH,