#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 () |
Variables | |
const bool | pgui_quick = config_pgui.GetBool("pgui-quick", true) |
const bool | use_keystrokes = config_pgui.GetBool("use-keystrokes", true) |
|
|
|
Definition at line 36 of file config_pgui.cxx. References init_libpgui(). |
|
Definition at line 59 of file config_pgui.cxx. References PGButton::init_type(), PGCullTraverser::init_type(), PGEntry::init_type(), PGMouseWatcherParameter::init_type(), PGMouseWatcherGroup::init_type(), PGItem::init_type(), PGMouseWatcherBackground::init_type(), PGMouseWatcherRegion::init_type(), PGTop::init_type(), and PGWaitBar::init_type(). Referenced by ConfigureFn(). |
|
|
|
Definition at line 43 of file config_pgui.cxx. |
|
Definition at line 47 of file config_pgui.cxx. Referenced by PGEntry::press(). |