#include "gui/widgets/container.h"
#include "configuration.h"
#include "guichanfwd.h"
Go to the source code of this file.
Classes | |
class | Popup |
A rather reduced down version of the Window class that is particularly suited for popup type functionality that doesn't need to be resized or moved around by the mouse once created, but only needs to display some simple content, like a static message. More... |