]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCharacter.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormCharacter.h
index 42c2aa61eb513da98e9e14e2da1d332810ae14b2..8e6fd23233e7812d37b40fc88d4692edc07c4a1b 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormCharacter.h
  * Copyright 2001 The LyX Team.
@@ -43,8 +44,11 @@ private:
        /// Build the dialog
        virtual void build();
    
-       /// Nothing to update...
-       virtual void update() {}
+       /// Update the dialog.
+       virtual void update();
+
+       /// Filter the inputs on callback from xforms
+       virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
        /** Callback method (used only to activate Apply button when
            combox is changed */