Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _FalListbox_h_
28 #define _FalListbox_h_
30 #include "CEGUI/WindowRendererSets/Core/Module.h"
31 #include "CEGUI/widgets/Listbox.h"
90 bool fit_height)
const;
95 Rectf getItemRenderingArea(
bool hscroll,
bool vscroll)
const;
100 #endif // end of guard _FalListbox_h_
Class that encapsulates a typeface.
Definition: Font.h:62
void render()
Populate render cache.
void cacheListboxBaseImagery()
Perform caching of the widget control frame and other 'static' areas. This method should not render t...
FalagardListbox(const String &type)
Constructor.
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Base class for Listbox window renderer.
Definition: widgets/Listbox.h:52
void resizeListToContent(bool fit_width, bool fit_height) const
bool handleFontRenderSizeChange(const Font *const font)
Perform any updates needed because the given font's render size has changed.
String class used within the GUI system.
Definition: String.h:64
Listbox class for the FalagardBase module.
Definition: WindowRendererSets/Core/Listbox.h:62
static const String TypeName
type name for this widget.
Definition: WindowRendererSets/Core/Listbox.h:64
Rectf getListRenderArea(void) const
Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used fo...