Inheritance diagram for gcp::NewFileDlg:
Public Member Functions | |
bool | Apply () |
Definition at line 39 of file newfiledlg.h.
bool gcp::NewFileDlg::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.