27 #ifndef _FalItemListbox_h_ 28 #define _FalItemListbox_h_ 30 #include "CEGUI/WindowRendererSets/Core/Module.h" 31 #include "CEGUI/widgets/ItemListBase.h" 57 class COREWRSET_API FalagardItemListbox :
public ItemListBaseWindowRenderer
60 static const String TypeName;
66 FalagardItemListbox(
const String& type);
70 Rectf getItemRenderArea(
void)
const;
72 Rectf getUnclippedInnerRect()
const;
75 Rectf getItemRenderingArea(
bool hscroll,
bool vscroll)
const;
78 void onLookNFeelAssigned();
79 void onLookNFeelUnassigned();
82 bool d_widgetLookAssigned;
88 #endif // end of guard _FalItemListbox_h_ Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42