|
Public Member Functions |
|
| SlitClient (BScreen *screen, Window win) |
| | For adding an actual window.
|
|
| SlitClient (const char *name) |
| | For adding a placeholder.
|
|
const std::string & | matchName () const |
|
Window | window () const |
|
Window | clientWindow () const |
|
Window | iconWindow () const |
|
int | x () const |
|
int | y () const |
|
unsigned int | width () const |
|
unsigned int | height () const |
|
bool | visible () const |
|
void | setIconWindow (Window win) |
|
void | setWindow (Window win) |
|
void | move (int x, int y) |
|
void | resize (unsigned int width, unsigned int height) |
|
void | moveResize (int x, int y, unsigned int width, unsigned int height) |
|
void | hide () |
|
void | show () |
|
void | setVisible (bool value) |
|
void | initialize (BScreen *screen=0, Window win=None) |
|
void | disableEvents () |
|
void | enableEvents () |