This class represents a category of jump list in the taskbar button.
More...
#include <wx/taskbarbutton.h>
This class represents a category of jump list in the taskbar button.
There are four kinds of categories in Windows: Recent, Frequent, Tasks and custom.
Availability: only available for the
wxMSW port.
- See also
- wxTaskBarJumpList, wxTaskBarJumpListItem
- Since
- 3.1.0
◆ wxTaskBarJumpListCategory()
Constructs the jump list category.
- Parameters
-
| parent | Jump list that the jump list category belongs to. Can be NULL if the category is going to be added to the jump list later. |
| title | The title of the category. |
◆ ~wxTaskBarJumpListCategory()
| virtual wxTaskBarJumpListCategory::~wxTaskBarJumpListCategory |
( |
| ) |
|
|
virtual |
◆ Append()
Appends a jump list item.
- Parameters
-
| item | The jump list item to be appended. It will be owned by the wxTaskBarJumpListCategory object after this function is called, so do not delete it yourself. |
- See also
- Insert(), Prepend()
◆ Delete()
Deletes the jump list item from the category.
- Parameters
-
| item | The jump list item to be deleted. |
- See also
- Remove()
◆ FindItemByPosition()
◆ GetItems()
Gets the jump list items of the category.
◆ GetTitle()
| const wxString & wxTaskBarJumpListCategory::GetTitle |
( |
| ) |
const |
Gets the title of the category.
◆ Insert()
◆ Prepend()
Inserts the given item at position 0, i.e.
before all the other existing items.
- See also
- Append(), Insert();
◆ Remove()
Removes the jump list item from the category but doesn't delete the associated C++ object.
- Parameters
-
| item | The jump list item to be removed. |
◆ SetTitle()
| void wxTaskBarJumpListCategory::SetTitle |
( |
const wxString & | title | ) |
|
Sets the title of the category.
The documentation for this class was generated from the following file: