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: arch_overview.dox:1
ItemListbox class for the FalagardBase module.
Definition: WindowRendererSets/Core/ItemListbox.h:57
Base class for ItemListBase window renderer.
Definition: ItemListBase.h:53
bool d_widgetLookAssigned
flag whether target window has looknfeel assigned yet.
Definition: WindowRendererSets/Core/ItemListbox.h:82
static const String TypeName
type name for this widget.
Definition: WindowRendererSets/Core/ItemListbox.h:60
String class used within the GUI system.
Definition: String.h:62