#include <TxtFunzione.h>
Public Member Functions | |
| TxtFunzione (wxWindow *parent, const wxWindowID id=-1, const wxString &value="", const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=_T("TxtFunzione"), char primocarattere='\0') | |
| Constructor. | |
| void | OnPaint (wxPaintEvent &event) |
| Processes the paint event. | |
| void | OnSize (wxSizeEvent &event) |
| Processes the size event. | |
| void | OnChar (wxKeyEvent &event) |
| Processes the on char event. | |
| void | OnRightDown (wxMouseEvent &event) |
| Shows the popup menu. | |
| void | OnLeftDown (wxMouseEvent &event) |
| Processes the left-down event. | |
| void | OnLeftUP (wxMouseEvent &event) |
| Process the left-up event. | |
| void | OnMotion (wxMouseEvent &event) |
| Process the mouse motion event. | |
TxtFunzione permit to insert text inside an instance of PnlFoglio It Inherits form wxTextCtrl
Definition at line 21 of file TxtFunzione.h.
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 49 of file TxtFunzione.cpp. |
|
|
Processes the on char event.
Definition at line 71 of file TxtFunzione.cpp. |
|
|
Processes the left-down event.
Definition at line 104 of file TxtFunzione.cpp. |
|
|
Process the left-up event.
Definition at line 89 of file TxtFunzione.cpp. |
|
|
Process the mouse motion event.
Definition at line 35 of file TxtFunzione.cpp. |
|
|
Processes the paint event.
Definition at line 114 of file TxtFunzione.cpp. |
|
|
Shows the popup menu.
Definition at line 82 of file TxtFunzione.cpp. |
|
|
Processes the size event.
Definition at line 118 of file TxtFunzione.cpp. |