27 #ifndef _FalItemListbox_h_ 28 #define _FalItemListbox_h_ 30 #include "CEGUI/WindowRendererSets/Core/Module.h" 31 #include "CEGUI/widgets/ItemListBase.h" 70 Rectf getItemRenderArea(
void)
const;
72 Rectf getUnclippedInnerRect()
const;
75 Rectf getItemRenderingArea(
bool hscroll,
bool vscroll)
const;
78 void onLookNFeelAssigned();
79 void onLookNFeelUnassigned();
88 #endif // end of guard _FalItemListbox_h_ Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
static const String TypeName
type name for this widget.
Definition: cegui/include/CEGUI/WindowRendererSets/Core/ItemListbox.h:60
ItemListbox class for the FalagardBase module.
Definition: cegui/include/CEGUI/WindowRendererSets/Core/ItemListbox.h:57
Base class for ItemListBase window renderer.
Definition: cegui/include/CEGUI/widgets/ItemListBase.h:53
bool d_widgetLookAssigned
flag whether target window has looknfeel assigned yet.
Definition: cegui/include/CEGUI/WindowRendererSets/Core/ItemListbox.h:82
String class used within the GUI system.
Definition: cegui/include/CEGUI/String.h:62