]> 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 b683f2f8442550decf1b10398e1a8d5ecc036176..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,17 +130,15 @@ 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 getDescription( LyXRCTags );
+       static string const getDescription(LyXRCTags);
        ///
        string bind_file;
        ///
@@ -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);
 };
 
 ///