OpenCPN Partial API docs
|
Custom url edit control, a text line. More...
Public Member Functions | |
UrlEdit (wxWindow *parent) | |
void | setText (std::string text) |
void | clear () |
std::string | getText () |
Public Member Functions inherited from catalog_mgr::Helpers | |
Helpers (wxWindow *_parent) | |
wxStaticText * | staticText (const char *text) |
wxButton * | makeButton (const char *label, int id=wxID_ANY) |
Public Attributes | |
wxTextCtrl * | m_url_ctrl |
Custom url edit control, a text line.
Definition at line 413 of file catalog_mgr.cpp.