18 #define _usubwin_hpp_ 1 19 #include <ubit/uwin.hpp> 39 virtual bool isSubWin()
const {
return true;}
41 static UStyle* createStyle();
42 virtual int getDisplayType()
const {
return BLOCK;}
49 virtual void initView(
UView* parent_view);
virtual bool realize()
[impl] initializes the window and its children.
Definition: usubwin.cpp:67
view event: base class for UPaintEvent and UResizeEvent.
Definition: uevent.hpp:347
Argument list (for passing arguments to constructor or add functions).
Definition: uargs.hpp:43
Box View.
Definition: uview.hpp:65
Definition: uhardfont.hpp:31
static const UArgs none
the empty arglist.
Definition: uargs.hpp:45
Base class for windows and menus.
Definition: uwin.hpp:47
Subwindow: a hard window that is embedded inside another window.
Definition: usubwin.hpp:33
Resize event.
Definition: uevent.hpp:418
Compiled Object Style.
Definition: ustyle.hpp:44