#include <GG/Base.h>
#include <GG/Exception.h>
#include <GG/Flags.h>
#include <list>
#include <set>
Go to the source code of this file.
Namespaces | |
| namespace | GG |
Classes | |
| class | GG::Wnd |
| This is the basic GG window class. More... | |
| struct | GG::Wnd::BrowseInfoMode |
| The data necessary to represent a browse info mode. More... | |
Functions | |
| GG::GG_FLAG_TYPE (WndFlag) | |
Variables | |
| GG_API const WndFlag | GG::CLICKABLE |
| GG_API const WndFlag | GG::REPEAT_BUTTON_DOWN |
| GG_API const WndFlag | GG::DRAGABLE |
| GG_API const WndFlag | GG::RESIZABLE |
| GG_API const WndFlag | GG::ONTOP |
| GG_API const WndFlag | GG::MODAL |
Definition in file Wnd.h.
1.5.2