]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.h
Fix fuer #209
[lyx.git] / src / minibuffer.h
index 3a389620ec01e085d8f1a4e28e131c92567d7d3c..63dcffd22da2d05d1b38779f2d0388354a4d8a0c 100644 (file)
@@ -47,7 +47,7 @@ public:
        
        /** Makes the minibuffer wait for a string to be inserted.
            Waits for a string to be inserted into the minibuffer, when
-           the string has been insterted the signal stringReady is
+           the string has been inserted the signal stringReady is
            emitted.
        */
        void getString(State space,
@@ -74,7 +74,11 @@ private:
        void stored_slot();
        ///
        void stored_set(string const &);
-       ///
+       /// set the minibuffer content if str non-empty 
+       void set_complete_input(string const &);
+       /// append c to the current contents
+       void append_char(char c);
+       /// set the minibuffer content
        void set_input(string const &);
        ///
        void init();