X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormBaseDeprecated.h;h=65c2c7dfd2e239c397a10889b96de2ef28ebecdf;hb=f991ac4421699843081001d6ef01791026068036;hp=5a8d181a7e9dfb1dc5deabaf987d7cb1127471f8;hpb=b1b47074ed175131170b2725f0e8b5895185d1c0;p=lyx.git diff --git a/src/frontends/xforms/FormBaseDeprecated.h b/src/frontends/xforms/FormBaseDeprecated.h index 5a8d181a7e..65c2c7dfd2 100644 --- a/src/frontends/xforms/FormBaseDeprecated.h +++ b/src/frontends/xforms/FormBaseDeprecated.h @@ -22,14 +22,14 @@ #pragma interface #endif -#include "LString.h" #include "xformsBC.h" #include "FeedbackController.h" - #include "forms_fwd.h" +#include "LString.h" #include #include +#include // for Pixmap class Buffer; class Dialogs; @@ -131,6 +131,15 @@ protected: // methods string title_; private: + /** Called on the first show() request, initialising various bits and + * pieces. + */ + void prepare_to_show(); + + /// Passed to the window manager to give a pretty little symbol ;-) + Pixmap icon_pixmap_; + /// + Pixmap icon_mask_; /// The dialog's minimum allowable dimensions. int minw_; ///