|
WINDEX
|
A class for making windex objects. More...
#include <wex.h>
Static Public Member Functions | |
| template<class W , class P > | |
| static W & | make (P &parent) |
| Construct widget. More... | |
| static gui & | make () |
| Construct a top level window ( first call constructs application window ) More... | |
A class for making windex objects.
Use the methods of this class to create windex objects, NOT the constructors of the objects.
|
inlinestatic |
Construct a top level window ( first call constructs application window )
|
inlinestatic |
Construct widget.
| [in] | parent | reference to parent window or widget |