27 #ifndef _FalListbox_h_
28 #define _FalListbox_h_
30 #include "CEGUI/WindowRendererSets/Core/Module.h"
31 #include "CEGUI/widgets/Listbox.h"
61 class COREWRSET_API FalagardListbox :
public ListboxWindowRenderer
64 static const String TypeName;
70 FalagardListbox(
const String& type);
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_