PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#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 "pgScrollFrame.h"
#include "pgSliderBar.h"
#include "pgTop.h"
#include "pgVirtualFrame.h"
#include "pgWaitBar.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_pgui) | |
ConfigureFn (config_pgui) | |
void | init_libpgui () |
Initializes the library. More... | |
NotifyCategoryDef (pgui, "") | |
Variables | |
ConfigVariableDouble | scroll_continued_delay ("scroll-continued-delay", 0.1, PRC_DESC("This is the amount of time, in seconds, to delay between lines " "scrolled while the user is continuing to hold down the scrollbar " "button.")) |
ConfigVariableDouble | scroll_initial_delay ("scroll-initial-delay", 0.3, PRC_DESC("This is the amount of time, in seconds, to delay after the user " "first clicks and holds on a scrollbar button before the scrolling " "continues automatically.")) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file config_pgui.cxx.
void init_libpgui | ( | ) |
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 61 of file config_pgui.cxx.