#include <wxToolBox.h>
Public Member Functions | |
| wxToolBoxItem * | GetItem () |
| Returns pointer to current toolbox object (associated with text control). | |
| void | SetItem (wxToolBoxItem *item) |
| Sets current toolbox object. | |
| wxToolItemEditorTextCtrl (wxToolBox *parent, wxToolBoxItem *item=NULL, wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, long style=wxSIMPLE_BORDER) | |
| Constructor. | |
| wxToolItemEditorTextCtrl::wxToolItemEditorTextCtrl | ( | wxToolBox * | parent, | |
| wxToolBoxItem * | item = NULL, |
|||
| wxPoint | pos = wxDefaultPosition, |
|||
| wxSize | size = wxDefaultSize, |
|||
| long | style = wxSIMPLE_BORDER | |||
| ) |
Constructor.
| parent | - parent component | |
| item | - current toolbox object (wxToolBoxItem or wxToolBoxTab) | |
| pos | - position | |
| size | - size of text area | |
| style | - window style |
| void wxToolItemEditorTextCtrl::SetItem | ( | wxToolBoxItem * | item | ) | [inline] |
Sets current toolbox object.
| item | - pointer to current toolbox object |
1.5.2