Classes | |
struct | wxSplitterRenderParams |
This is just a simple struct used as a return value of wxRendererNative::GetSplitterParams(). More... | |
struct | wxHeaderButtonParams |
This struct can optionally be used with wxRendererNative::DrawHeaderButton() to specify custom values used to draw the text or bitmap label. More... | |
class | wxDelegateRendererNative |
wxDelegateRendererNative allows reuse of renderers code by forwarding all the wxRendererNative methods to the given object and thus allowing you to only modify some of its methods – without having to reimplement all of them. More... | |
class | wxRendererNative |
First, a brief introduction to wxRendererNative and why it is needed. More... | |
struct | wxRendererVersion |
This simple struct represents the wxRendererNative interface version and is only used as the return value of wxRendererNative::GetVersion(). More... | |
anonymous enum |
The following rendering flags are defined for wxRendererNative:
enum wxHeaderSortIconType |
Used to specify the type of sort arrow used with wxRendererNative::DrawHeaderButton().
Enumerator | |
---|---|
wxHDR_SORT_ICON_NONE |
Don't draw a sort arrow. |
wxHDR_SORT_ICON_UP |
Draw a sort arrow icon pointing up. |
wxHDR_SORT_ICON_DOWN |
Draw a sort arrow icon pointing down. |
enum wxTitleBarButton |
Title bar buttons supported by wxRendererNative::DrawTitleBarBitmap().
Enumerator | |
---|---|
wxTITLEBAR_BUTTON_CLOSE | |
wxTITLEBAR_BUTTON_MAXIMIZE | |
wxTITLEBAR_BUTTON_ICONIZE | |
wxTITLEBAR_BUTTON_RESTORE | |
wxTITLEBAR_BUTTON_HELP |