]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxrc.h
index cc00c3fadb5afe48fee1b2eecfd5c1f6ca716149..6de67fc60a26173a603452c96488837f225670c9 100644 (file)
@@ -118,6 +118,7 @@ enum LyXRCTags {
        RC_FORMAT,
        RC_NEW_ASK_FILENAME,
        RC_DEFAULT_LANGUAGE,
+       RC_LABEL_INIT_LENGTH,
        RC_LAST
 };
 
@@ -129,15 +130,13 @@ enum LyXRCTags {
        ///
        int read (string const & filename);
        ///
+       void readBindFileIfNeeded();
+       ///
        void write(string const & filename) const;
        ///
         void print() const;
        ///
        void output(std::ostream & os) const;
-       /// Is a bind file already (or currently) read?
-       bool hasBindFile;
-       ///
-       int ReadBindFile(string const & name = "cua");
        ///
        static string const getDescription(LyXRCTags);
        ///
@@ -331,6 +330,13 @@ enum LyXRCTags {
        string default_language;
        ///
        bool cursor_follows_scrollbar;
+       ///
+       int label_init_length;
+private:
+       /// Is a bind file already (or currently) read?
+       bool hasBindFile;
+       ///
+       int ReadBindFile(string const & name);
 };
 
 ///