Project

General

Profile

RE: Is there a way to reverse a call to WDialog:rejectWhe... » 0001-wt-3.2.1-add-wdialog-esc-arg.patch

patch 1 (WDialog) - Steve Drake, 05/13/2013 01:52 PM

View differences:

wt-3.2.1/src/Wt/WDialog
*
* \sa reject()
*/
void rejectWhenEscapePressed();
void rejectWhenEscapePressed(bool enable = true);
/*! \brief %Signal emitted when the dialog is closed.
*
......
bool initialized_;
boost::signals::connection escapeConnection1_;
boost::signals::connection escapeConnection2_;
void saveCoverState(WApplication *app, WContainerWidget *cover);
void restoreCoverState(WApplication *app, WContainerWidget *cover);
};
(1-1/2)