
Public Member Functions | |
| wxStaticText_updater (wxStaticText *text, const wxString &field) | |
| Constructor. | |
| virtual void | operator() (Data_row_provider *data) |
| Update control. | |
| wxPg::wxStaticText_updater::wxStaticText_updater | ( | wxStaticText * | text, | |
| const wxString & | field | |||
| ) |
Constructor.
| text | - wxStaticText to be updated. | |
| field | - database field name. |
| virtual void wxPg::wxStaticText_updater::operator() | ( | Data_row_provider * | data | ) | [virtual] |
Update control.
This method should be overrided in derived class.
| win | - wxWindow to be updated. | |
| data | - row to obtain value from. |
Implements wxPg::wxWindow_updater.
1.5.8