Classes | |
class | wxThumbBarButton |
class | wxTaskBarButton |
class | wxTaskBarJumpListItem |
class | wxTaskBarJumpListCategory |
class | wxTaskBarJumpList |
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_DESTINATION } |
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 |