The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
listbox.hpp File Reference
#include "gui/widgets/generator.hpp"
#include "gui/widgets/scrollbar_container.hpp"
#include "gui/core/widget_definition.hpp"
#include "gui/core/window_builder.hpp"
#include "preferences/general.hpp"
#include <boost/dynamic_bitset.hpp>
#include <functional>
Include dependency graph for listbox.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gui2::listbox
 The listbox class. More...
 
struct  gui2::listbox_definition
 
struct  gui2::listbox_definition::resolution
 
struct  gui2::implementation::builder_listbox
 A listbox is a control that holds several items of the same type. More...
 
struct  gui2::implementation::builder_horizontal_listbox
 A horizontal listbox is a control that holds several items of the same type. More...
 
struct  gui2::implementation::builder_grid_listbox
 A grid listbox is a styled_widget that holds several items of the same type. More...
 

Namespaces

 gui2
 Generic file dialog.
 
 gui2::implementation