Version: 3.1.4
taskbarbutton.h File Reference

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 Documentation

◆ wxTaskBarJumpListCategories

◆ wxTaskBarJumpListItems

A vector of wxTaskBarJumpListItem pointers.

Since
3.1.0

Enumeration Type Documentation

◆ wxTaskBarButtonState

State of the taskbar button.

Since
3.1.0
Enumerator
wxTASKBAR_BUTTON_NO_PROGRESS 
wxTASKBAR_BUTTON_INDETERMINATE 
wxTASKBAR_BUTTON_NORMAL 
wxTASKBAR_BUTTON_ERROR 
wxTASKBAR_BUTTON_PAUSED 

◆ wxTaskBarJumpListItemType

Type of jump list item.

Since
3.1.0
Enumerator
wxTASKBAR_JUMP_LIST_SEPARATOR 

A separator, Only tasks category supports separators.

wxTASKBAR_JUMP_LIST_TASK 

A task, represents a link to application.

wxTASKBAR_JUMP_LIST_DESTINATION 

Item acts as a link to a file that the application can open.