Crazy Eddies GUI System 0.7.5
|
Base class for Listbox window renderer. More...
Public Member Functions | |
ListboxWindowRenderer (const String &name) | |
Constructor. | |
virtual Rect | getListRenderArea (void) const =0 |
Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used for rendering list items. |
Base class for Listbox window renderer.
virtual Rect CEGUI::ListboxWindowRenderer::getListRenderArea | ( | void | ) | const [pure virtual] |
Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used for rendering list items.
Implemented in CEGUI::FalagardListbox.