27 #ifndef _FalListbox_h_
28 #define _FalListbox_h_
30 #include "CEGUI/WindowRendererSets/Core/Module.h"
31 #include "CEGUI/widgets/Listbox.h"
82 void cacheListboxBaseImagery();
87 Rectf getListRenderArea(
void)
const;
89 void resizeListToContent(
bool fit_width,
90 bool fit_height)
const;
92 bool handleFontRenderSizeChange(
const Font*
const font);
95 Rectf getItemRenderingArea(
bool hscroll,
bool vscroll)
const;
100 #endif // end of guard _FalListbox_h_
static const String TypeName
type name for this widget.
Definition: WindowRendererSets/Core/Listbox.h:64
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Listbox class for the FalagardBase module.
Definition: WindowRendererSets/Core/Listbox.h:61
Class that encapsulates a typeface.
Definition: Font.h:58
Base class for Listbox window renderer.
Definition: widgets/Listbox.h:51
String class used within the GUI system.
Definition: String.h:62