X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormFloat.h;h=e07b4e2eaea8fa7004535d697fae9ddea558536f;hb=2c3af1475e2a408f725b5eea93583ee13e3d09cc;hp=2263ebb529b79cdb55c2028f083b202e1bfe0543;hpb=e952d33e0b702265cdac14de9871ecbfcf34863d;p=lyx.git diff --git a/src/frontends/xforms/FormFloat.h b/src/frontends/xforms/FormFloat.h index 2263ebb529..e07b4e2eae 100644 --- a/src/frontends/xforms/FormFloat.h +++ b/src/frontends/xforms/FormFloat.h @@ -38,6 +38,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_float * build_float();