#include <Pt/Forms/ListBoxStyler.h>
Renders the visual appearance of a list box container.
Inherits Renderer.
Inherited by PlatinumListBoxRenderer.
Public Member Functions | |
| ListBoxRenderer * | create () const |
| Creates a new default-constructed renderer instance. | |
| void | reset (const StyleOptions &options) |
| Resets with new style options. | |
Protected Member Functions | |
| virtual ListBoxRenderer * | onCreate () const =0 |
| Hook that allocates a new renderer of the same concrete type. | |
| virtual void | onReset (const StyleOptions &options)=0 |
|
protectedpure virtual |