50 int pRow = 0,
int pCol = 0,
53 const std::string& pTitle =
"",
54 const std::string& pMessage =
"",
55 const std::string& pStatus =
"",
58 cxWindow *pExtStatusWindow =
nullptr,
59 bool pMessageUnderlines =
false);
Similar to wxFrame and other frame classes in GUI frameworks, this.
Definition cxFrame.h:28
cxFrame(cxWindow *pParentWindow=nullptr, int pRow=0, int pCol=0, int pHeight=DEFAULT_HEIGHT, int pWidth=DEFAULT_WIDTH, const std::string &pTitle="", const std::string &pMessage="", const std::string &pStatus="", eBorderStyle pBorderStyle=eBS_SINGLE_LINE, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pMessageUnderlines=false)
Default constructor.
virtual std::string cxTypeStr() const override
Returns the name of the cxWidgets class. This can be used to.
Represents a text-based window on the screen. Can contain a title, status, and a message to appear wi...
Definition cxWindow.h:195
#define DEFAULT_HEIGHT
Definition cxWindow.h:68
#define DEFAULT_WIDTH
Definition cxWindow.h:69
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition cxApp.cpp:5
eBorderStyle
Definition cxBorderStyles.h:26
@ eBS_SINGLE_LINE
Definition cxBorderStyles.h:28