#include <ToolTipListBox.h>


TSP-enforcing: No
Definition at line 23 of file ToolTipListBox.h.
Public Member Functions | |
| ToolTipListBox (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=NULL, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxListBoxNameStr) | |
| void | SetToolTip (const wxString &tip) |
| wxToolTip * | GetToolTip () const |
| ToolTipListBox::ToolTipListBox | ( | wxWindow * | parent, | |
| wxWindowID | id, | |||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| int | n = 0, |
|||
| const wxString | choices[] = NULL, |
|||
| long | style = 0, |
|||
| const wxValidator & | validator = wxDefaultValidator, |
|||
| const wxString & | name = wxListBoxNameStr | |||
| ) |
| void ToolTipListBox::SetToolTip | ( | const wxString & | tip | ) |
Interface: External
This function sets the tooltip message
| tip | [in] tooltip message |
Definition at line 38 of file ToolTipListBox.cpp.
| wxToolTip * ToolTipListBox::GetToolTip | ( | ) | const |
Interface: External
This function gets the tooltip
Definition at line 51 of file ToolTipListBox.cpp.
1.5.6