|
gltk
0.3
a C++ widget library built on GLUT
|
a toplevel window. More...
#include <window.hh>
Public Member Functions | |
| void | set_default_size (int w, int h) |
| set initial size that will be requested | |
| void | set_title (std::string const &title) |
| set the title of window | |
| void | resize (int width, int height) |
| change the size of mapped window | |
| void | reconfigure () |
| ask to reconfigure the layout | |
| void | show () |
| mark the widget visible | |
| void | hide () |
| mark the widget hidden | |