]> 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 bfeb4d8471cf96073a193e3971edf6c30bf6ebdc..8e6fd23233e7812d37b40fc88d4692edc07c4a1b 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /** 
  * \file FormCharacter.h
  * Copyright 2001 The LyX Team.
@@ -37,14 +38,17 @@ public:
        FormCharacter(ControlCharacter &);
 private:
 
-       /// Apply from popup
+       /// Apply from dialog
        virtual void apply();
    
-       /// Build the popup
+       /// 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 */