wxstaticlinea static line is just a line which may be used in a dialog to separate the groups of controls. the line may be only vertical or horizontal. derived from
wxcontrol include files <wx/statline.h> window styles
see also members
wxstaticline::wxstaticline
wxstaticline::wxstaticlinewxstaticline() default constructor. wxstaticline(wxwindow* parent, wxwindowid id = wxid_any, const wxpoint& pos = wxdefaultposition, const wxsize& size = wxdefaultsize, long style = wxli_horizontal, const wxstring& name = "staticline") constructor, creating and showing a static line. parameters parent
id
pos
size
style
name
see also
wxstaticline::createbool create(wxwindow* parent, wxwindowid id = wxid_any, const wxpoint& pos = wxdefaultposition, const wxsize& size = wxdefaultsize, long style = 0, const wxstring& name = "staticline") creates the static line for two-step construction. see wxstaticline::wxstaticline for further details.
wxstaticline::isverticalbool isvertical() const returns true if the line is vertical, false if horizontal.
wxstaticline::getdefaultsizeint getdefaultsize() this static function returns the size which will be given to the smaller dimension of the static line, i.e. its height for a horizontal line or its width for a vertical one.
|