#include <gcp/stringdlg.h>

Public Member Functions | |
| virtual bool | Apply () |
Definition at line 39 of file stringdlg.h.
| virtual bool gcp::StringDlg::Apply | ( | ) | [virtual] |
Called after a click on the OK or Apply buttons. After clicking the OK button and if the method returns true, Destroy will be called to close the dialog box. A derived class should implement this method, as the default just returns true.
Reimplemented from gcu::Dialog.
1.5.6