]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
GTK graphics dialog: Default to scaling 100% when no scaling or size is given
[lyx.git] / src / vspace.h
index 6e0bf5ff8dbf675ceb26baf1996c4cfbf4e2195f..dd21209ab33c19c86537913d29974f871fb92931 100644 (file)
@@ -24,7 +24,6 @@ class VSpace {
 public:
        /// The different kinds of spaces.
        enum vspace_kind {
-               NONE, ///< no added vertical space
                DEFSKIP,
                SMALLSKIP,
                MEDSKIP,
@@ -62,6 +61,8 @@ public:
        std::string const asLyXCommand() const;
        /// the latex representation
        std::string const asLatexCommand(BufferParams const & params) const;
+       /// how it is seen in the LyX window
+       std::string const asGUIName() const;
        /// the size of the space on-screen
        int inPixels(BufferView const & bv) const;