Classes | |
class | wxThumbBarButton |
A thumbnail toolbar button is a control that displayed in the thumbnail image of a window in a taskbar button flyout. More... | |
class | wxTaskBarButton |
A taskbar button that associated with the window under Windows 7 or later. More... | |
class | wxTaskBarJumpListItem |
A wxTaskBarJumpListItem represents an item in a jump list category. More... | |
class | wxTaskBarJumpListCategory |
This class represents a category of jump list in the taskbar button. More... | |
class | wxTaskBarJumpList |
This class is an transparent wrapper around Windows Jump Lists. More... | |
Typedefs | |
typedef wxVector< wxTaskBarJumpListItem * > | wxTaskBarJumpListItems |
A vector of wxTaskBarJumpListItem pointers. More... | |
typedef wxVector< wxTaskBarJumpListCategory * > | wxTaskBarJumpListCategories |
A vector of wxTaskBarJumpListCategory pointers. More... | |
Enumerations | |
enum | wxTaskBarButtonState { wxTASKBAR_BUTTON_NO_PROGRESS = 0, wxTASKBAR_BUTTON_INDETERMINATE = 1, wxTASKBAR_BUTTON_NORMAL = 2, wxTASKBAR_BUTTON_ERROR = 4, wxTASKBAR_BUTTON_PAUSED = 8 } |
State of the taskbar button. More... | |
enum | wxTaskBarJumpListItemType { wxTASKBAR_JUMP_LIST_SEPARATOR, wxTASKBAR_JUMP_LIST_TASK, wxTASKBAR_JUMP_LIST_DESTIONATION } |
Type of jump list item. More... | |
typedef wxVector<wxTaskBarJumpListCategory*> wxTaskBarJumpListCategories |
A vector of wxTaskBarJumpListCategory pointers.
typedef wxVector<wxTaskBarJumpListItem*> wxTaskBarJumpListItems |
A vector of wxTaskBarJumpListItem pointers.
enum wxTaskBarButtonState |