X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormParagraph.h;h=c8458eb64a14d1db732945d41b0a82b742a473ba;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=4870989da87c12ae251794d09f8a74d51d534d5c;hpb=ba01a232eaea8162ca7980b552f21ab3b7689744;p=lyx.git diff --git a/src/frontends/xforms/FormParagraph.h b/src/frontends/xforms/FormParagraph.h index 4870989da8..c8458eb64a 100644 --- a/src/frontends/xforms/FormParagraph.h +++ b/src/frontends/xforms/FormParagraph.h @@ -35,12 +35,15 @@ public: ~FormParagraph(); private: + /** Redraw the form (on receipt of a Signal indicating, for example, + that the xform colours have been re-mapped). */ + virtual void redraw(); /// Build the popup virtual void build(); /// Apply from popup virtual void apply(); /// Update the popup. - virtual void update(bool); + virtual void update(); /// Filter the inputs on callback from xforms virtual bool input(FL_OBJECT * ob, long);