15 #include "config_pgui.h"
17 #include "pgCullTraverser.h"
19 #include "pgMouseWatcherParameter.h"
20 #include "pgMouseWatcherGroup.h"
22 #include "pgMouseWatcherBackground.h"
23 #include "pgMouseWatcherRegion.h"
24 #include "pgScrollFrame.h"
25 #include "pgSliderBar.h"
27 #include "pgVirtualFrame.h"
28 #include "pgWaitBar.h"
32 Configure(config_pgui);
33 NotifyCategoryDef(pgui,
"");
35 ConfigureFn(config_pgui) {
40 (
"scroll-initial-delay", 0.3,
41 PRC_DESC(
"This is the amount of time, in seconds, to delay after the user "
42 "first clicks and holds on a scrollbar button before the scrolling "
43 "continues automatically."));
46 (
"scroll-continued-delay", 0.1,
47 PRC_DESC(
"This is the amount of time, in seconds, to delay between lines "
48 "scrolled while the user is continuing to hold down the scrollbar "
61 static bool initialized =
false;
67 PGButton::init_type();
68 PGCullTraverser::init_type();
70 PGMouseWatcherParameter::init_type();
71 PGMouseWatcherGroup::init_type();
73 PGMouseWatcherBackground::init_type();
74 PGMouseWatcherRegion::init_type();
75 PGScrollFrame::init_type();
76 PGSliderBar::init_type();
78 PGVirtualFrame::init_type();
79 PGWaitBar::init_type();
This is a convenience class to specialize ConfigVariable as a floating-point type.