wxStaticLineNameStr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
MAKE_CONST_WXSTRING(StaticBitmapNameStr);
|
||||
MAKE_CONST_WXSTRING(StaticBoxNameStr);
|
||||
MAKE_CONST_WXSTRING(StaticTextNameStr);
|
||||
MAKE_CONST_WXSTRING(StaticLineNameStr);
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
%newgroup
|
||||
@@ -69,14 +70,14 @@ public:
|
||||
const wxPoint &pos = wxDefaultPosition,
|
||||
const wxSize &size = wxDefaultSize,
|
||||
long style = wxLI_HORIZONTAL,
|
||||
const wxString& name = wxPyStaticTextNameStr);
|
||||
const wxString& name = wxPyStaticLineNameStr);
|
||||
%RenameCtor(PreStaticLine, wxStaticLine());
|
||||
|
||||
bool Create( wxWindow *parent, wxWindowID id=-1,
|
||||
const wxPoint &pos = wxDefaultPosition,
|
||||
const wxSize &size = wxDefaultSize,
|
||||
long style = wxLI_HORIZONTAL,
|
||||
const wxString& name = wxPyStaticTextNameStr);
|
||||
const wxString& name = wxPyStaticLineNameStr);
|
||||
|
||||
// is the line vertical?
|
||||
bool IsVertical() const;
|
||||
|
Reference in New Issue
Block a user