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.
int OccupyWindow::bheight |
Definition at line 21 of file occupation.h.
int OccupyWindow::bwidth |
Definition at line 21 of file occupation.h.
Referenced by PaintWsButton().
Window OccupyWindow::cancel |
Definition at line 14 of file occupation.h.
int OccupyWindow::columns |
Definition at line 19 of file occupation.h.
ColorPair OccupyWindow::cp |
Definition at line 23 of file occupation.h.
MyFont OccupyWindow::font |
Definition at line 24 of file occupation.h.
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().
int OccupyWindow::hspace |
Definition at line 20 of file occupation.h.
Referenced by InitScreenInfo().
char* OccupyWindow::icon_name |
Definition at line 18 of file occupation.h.
Referenced by 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.
int OccupyWindow::minwidth |
Definition at line 16 of file occupation.h.
char* OccupyWindow::name |
Definition at line 17 of file occupation.h.
Referenced by InitScreenInfo().
Window* OccupyWindow::obuttonw |
Definition at line 13 of file occupation.h.
Window OccupyWindow::OK |
Definition at line 14 of file occupation.h.
int OccupyWindow::owidth |
Definition at line 22 of file occupation.h.
Referenced by PaintWsButton().
int OccupyWindow::tmpOccupation |
Definition at line 25 of file occupation.h.
Referenced by Occupy().
TwmWindow* OccupyWindow::twm_win |
Definition at line 11 of file occupation.h.
Referenced by CanChangeOccupation(), and Occupy().
int OccupyWindow::vspace |
Definition at line 20 of file occupation.h.
Referenced by InitScreenInfo().
Window OccupyWindow::w |
Definition at line 10 of file occupation.h.
Referenced by Occupy().
int OccupyWindow::width |
Definition at line 15 of file occupation.h.
Referenced by Occupy(), and PaintOccupyWindow().