#include <PageDisplayConfig.h>
Public Member Functions | |
| PageDisplayConfig () | |
Public Attributes | |
| bool | use_run_snarl_entry |
| Whether or not to show the Run/Snarl entry box. (def=true). | |
This is given to Mint::SpawnDisplay. This is a simple collection of parameters to modify how the PageDisplay initially sets itself up. It will be initialized to defaults, then set the data members directly.
Created on: Fri Aug 12 10:07:11 2005
Definition at line 31 of file PageDisplayConfig.h.
|
|
Definition at line 3 of file PageDisplayConfig.cxx. 00004 : use_run_snarl_entry(true) 00005 { 00006 }
|
|
|
Whether or not to show the Run/Snarl entry box. (def=true).
Definition at line 36 of file PageDisplayConfig.h. Referenced by PageDisplay::BuildGUI(). |
1.3.9.1