Home
last modified time | relevance | path

Searched refs:wxTaskBarJumpListItems (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtaskbarbutton.h190 typedef wxVector<wxTaskBarJumpListItem*> wxTaskBarJumpListItems; typedef
207 const wxTaskBarJumpListItems& GetItems() const;
215 wxTaskBarJumpListItems m_items;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dtaskbarbutton.h487 typedef wxVector<wxTaskBarJumpListItem*> wxTaskBarJumpListItems; typedef
585 const wxTaskBarJumpListItems& GetItems() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dtaskbarbutton.cpp1095 for ( wxTaskBarJumpListItems::iterator it = m_items.begin(); in ~wxTaskBarJumpListCategory()
1126 for (wxTaskBarJumpListItems::iterator it = m_items.begin(); in Remove()
1177 const wxTaskBarJumpListItems& wxTaskBarJumpListCategory::GetItems() const in GetItems()
1426 const wxTaskBarJumpListItems& tasks = m_tasks->GetItems(); in AddTasksToDestinationList()
1427 for ( wxTaskBarJumpListItems::const_iterator it = tasks.begin(); in AddTasksToDestinationList()
1449 const wxTaskBarJumpListItems& tasks = (*it)->GetItems(); in AddCustomCategoriesToDestinationList()
1450 for ( wxTaskBarJumpListItems::const_iterator iter = tasks.begin(); in AddCustomCategoriesToDestinationList()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/taskbarbutton/
H A Dtaskbarbutton.cpp178 const wxTaskBarJumpListItems& frequentItems = frequentCategory.GetItems(); in OnInit()
186 const wxTaskBarJumpListItems& recentItems = recentCategory.GetItems(); in OnInit()