#include <time_control.h>
Public Methods |
|
| time_control (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxString &name="the_time_control") | |
| Constructor. |
|
| time_control () | |
| ~time_control () | |
| Destructor. |
|
| wxDateTime | get_time () |
| wxDateTime::wxDateTime_t | get_hour () |
| wxDateTime::wxDateTime_t | get_minute () |
| void | set_time (const wxDateTime &input_time) |
| void | set_hour (const wxDateTime::wxDateTime_t input_hour) |
| void | set_minute (const wxDateTime::wxDateTime_t input_minute) |
| void | enable (bool do_enable) |
|
||||||||||||||||||||||||
|
Constructor.
|