X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormMinipage.h;h=deaaa0eb2ccc5b6aaef0e555d22ccbc059f64f4d;hb=27652900a60fd078f161ce866ddaed21dba21eff;hp=f0f92a96707fe9028654a7bfffa6e1bbef4e1e65;hpb=c44d76deae691866fc734077d870e698eb607a10;p=lyx.git diff --git a/src/frontends/xforms/FormMinipage.h b/src/frontends/xforms/FormMinipage.h index f0f92a9670..deaaa0eb2c 100644 --- a/src/frontends/xforms/FormMinipage.h +++ b/src/frontends/xforms/FormMinipage.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /* This file is part of * ====================================================== * @@ -20,22 +21,17 @@ #include "FormBase.h" -class LyXView; -class Dialogs; -class InsetMinipage; +class ControlMinipage; struct FD_form_minipage; /** This class provides an XForms implementation of the Minipage Dialog. */ -class ControlMinipage; -struct FD_form_minipage; - -class FormMinipage : public FormCB > { +class FormMinipage + : public FormCB > { public: /// FormMinipage(ControlMinipage &); - private: /// Set the Params variable for the Controller. virtual void apply(); @@ -43,6 +39,8 @@ private: virtual void build(); /// Update dialog before/whilst showing it. virtual void update(); + /// Filter the inputs on callback from xforms + virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); /// Fdesign generated method FD_form_minipage * build_minipage();