#include <toolbarcust/toolbarcustdlg.h>
Public Member Functions | |
| wxToolCheckListBox (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
| ~wxToolCheckListBox () | |
| bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) |
| virtual wxString | OnGetItem (size_t n) const |
| Returns the HTML for this item. | |
| void | SetCustomisation (wxToolBarCustomisationInfo *info) |
| Associates the control with a list of icons. | |
| wxToolBarCustomisationInfo * | GetCustomisation () const |
| void | UseCustomisation (wxToolBarCustomisationInfo *info) |
| Use the customisation. | |
| void | UpdateList () |
| Updates the list. | |
| void | OnLeftDown (wxMouseEvent &event) |
| Sets/gets the selections. | |
| virtual wxColour | GetSelectedTextColour (const wxColour &colFg) const |
| virtual wxColour | GetSelectedTextBgColour (const wxColour &colBg) const |
| void | ClearMemoryBitmaps () |
| Clear the memory bitmaps. | |
| void | AddMemoryBitmaps () |
| Add the memory bitmaps for the current info. | |
| wxToolCheckListBox::wxToolCheckListBox | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0 | |||
| ) |
wxToolCheckListBox class
| wxToolCheckListBox::~wxToolCheckListBox | ( | ) |
| void wxToolCheckListBox::AddMemoryBitmaps | ( | ) |
Add the memory bitmaps for the current info.
| void wxToolCheckListBox::ClearMemoryBitmaps | ( | ) |
Clear the memory bitmaps.
| bool wxToolCheckListBox::Create | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0 | |||
| ) |
| wxToolBarCustomisationInfo* wxToolCheckListBox::GetCustomisation | ( | ) | const [inline] |
| virtual wxColour wxToolCheckListBox::GetSelectedTextBgColour | ( | const wxColour & | colBg | ) | const [virtual] |
| virtual wxColour wxToolCheckListBox::GetSelectedTextColour | ( | const wxColour & | colFg | ) | const [virtual] |
| wxString wxToolCheckListBox::OnGetItem | ( | size_t | n | ) | const [virtual] |
Returns the HTML for this item.
| void wxToolCheckListBox::OnLeftDown | ( | wxMouseEvent & | event | ) |
Sets/gets the selections.
Select one item Is this item selected? Detect checkbox clicks
| void wxToolCheckListBox::SetCustomisation | ( | wxToolBarCustomisationInfo * | info | ) | [inline] |
Associates the control with a list of icons.
| void wxToolCheckListBox::UpdateList | ( | ) |
Updates the list.
Updates the list, for example if the icon list changed.
| void wxToolCheckListBox::UseCustomisation | ( | wxToolBarCustomisationInfo * | info | ) |
Use the customisation.
1.5.8