#include "config_pgui.h"
#include "pgButton.h"
#include "pgCullTraverser.h"
#include "pgEntry.h"
#include "pgMouseWatcherParameter.h"
#include "pgMouseWatcherGroup.h"
#include "pgItem.h"
#include "pgMouseWatcherBackground.h"
#include "pgMouseWatcherRegion.h"
#include "pgTop.h"
#include "pgWaitBar.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_pgui) | |
NotifyCategoryDef (pgui,"") | |
ConfigureFn (config_pgui) | |
void | init_libpgui () |
Initializes the library. | |
Variables | |
const bool | pgui_quick = config_pgui.GetBool("pgui-quick", true) |
const bool | use_keystrokes = config_pgui.GetBool("use-keystrokes", true) |
Definition in file config_pgui.cxx.
|
|
|
Definition at line 39 of file config_pgui.cxx. References pgui_quick. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 69 of file config_pgui.cxx. |
|
|
|
Definition at line 46 of file config_pgui.cxx. Referenced by ConfigureFn(). |
|
Definition at line 50 of file config_pgui.cxx. |