|
CTWM
|
#include <occupation.h>
Data Fields | |
| Window | w |
| TwmWindow * | twm_win |
| char * | geometry |
| Window * | obuttonw |
| Window | OK |
| Window | cancel |
| Window | allworkspc |
| int | width |
| int | height |
| int | minwidth |
| int | minheight |
| char * | name |
| char * | icon_name |
| int | lines |
| int | columns |
| int | hspace |
| int | vspace |
| int | bwidth |
| int | bheight |
| int | owidth |
| ColorPair | cp |
| MyFont | font |
| int | tmpOccupation |
Definition at line 9 of file occupation.h.
| Window OccupyWindow::allworkspc |
Definition at line 14 of file occupation.h.
Referenced by CreateOccupyWindow(), OccupyHandleButtonEvent(), PaintOccupyWindow(), and ResizeOccupyWindow().
| int OccupyWindow::bheight |
Definition at line 21 of file occupation.h.
Referenced by PaintWsButton(), and ResizeOccupyWindow().
| int OccupyWindow::bwidth |
Definition at line 21 of file occupation.h.
Referenced by PaintWsButton(), and ResizeOccupyWindow().
| Window OccupyWindow::cancel |
Definition at line 14 of file occupation.h.
Referenced by CreateOccupyWindow(), OccupyHandleButtonEvent(), PaintOccupyWindow(), and ResizeOccupyWindow().
| int OccupyWindow::columns |
Definition at line 19 of file occupation.h.
Referenced by CreateOccupyWindow().
| ColorPair OccupyWindow::cp |
Definition at line 23 of file occupation.h.
Referenced by CreateOccupyWindow(), and PaintOccupyWindow().
| MyFont OccupyWindow::font |
Definition at line 24 of file occupation.h.
Referenced by CreateOccupyWindow(), and PaintWsButton().
| char* OccupyWindow::geometry |
Definition at line 12 of file occupation.h.
| int OccupyWindow::height |
Definition at line 15 of file occupation.h.
Referenced by Occupy(), PaintOccupyWindow(), and ResizeOccupyWindow().
| int OccupyWindow::hspace |
Definition at line 20 of file occupation.h.
Referenced by CreateOccupyWindow(), InitScreenInfo(), and ResizeOccupyWindow().
| char* OccupyWindow::icon_name |
Definition at line 18 of file occupation.h.
Referenced by CreateOccupyWindow(), and InitScreenInfo().
| int OccupyWindow::lines |
Definition at line 19 of file occupation.h.
Referenced by CreateOccupyWindow().
| int OccupyWindow::minheight |
Definition at line 16 of file occupation.h.
Referenced by CreateOccupyWindow(), and ResizeOccupyWindow().
| int OccupyWindow::minwidth |
Definition at line 16 of file occupation.h.
Referenced by CreateOccupyWindow(), and ResizeOccupyWindow().
| char* OccupyWindow::name |
Definition at line 17 of file occupation.h.
Referenced by CreateOccupyWindow(), and InitScreenInfo().
| Window* OccupyWindow::obuttonw |
Definition at line 13 of file occupation.h.
Referenced by CreateOccupyWindow(), OccupyHandleButtonEvent(), PaintOccupyWindow(), and ResizeOccupyWindow().
| Window OccupyWindow::OK |
Definition at line 14 of file occupation.h.
Referenced by CreateOccupyWindow(), OccupyHandleButtonEvent(), PaintOccupyWindow(), and ResizeOccupyWindow().
| int OccupyWindow::owidth |
Definition at line 22 of file occupation.h.
Referenced by CreateOccupyWindow(), PaintWsButton(), and ResizeOccupyWindow().
| int OccupyWindow::tmpOccupation |
Definition at line 25 of file occupation.h.
Referenced by Occupy(), OccupyHandleButtonEvent(), and PaintOccupyWindow().
| TwmWindow* OccupyWindow::twm_win |
Definition at line 11 of file occupation.h.
Referenced by CanChangeOccupation(), CreateOccupyWindow(), Occupy(), OccupyHandleButtonEvent(), SetupFrame(), and WMapRemoveWindow().
| int OccupyWindow::vspace |
Definition at line 20 of file occupation.h.
Referenced by CreateOccupyWindow(), InitScreenInfo(), and ResizeOccupyWindow().
| Window OccupyWindow::w |
Definition at line 10 of file occupation.h.
Referenced by CreateOccupyWindow(), Occupy(), and PaintOccupyWindow().
| int OccupyWindow::width |
Definition at line 15 of file occupation.h.
Referenced by Occupy(), PaintOccupyWindow(), and ResizeOccupyWindow().