]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / FormParagraph.h
index 4870989da87c12ae251794d09f8a74d51d534d5c..c8458eb64a14d1db732945d41b0a82b742a473ba 100644 (file)
@@ -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);