Code

add accessor for tip (description)
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 1 Mar 2007 16:23:17 +0000 (16:23 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 1 Mar 2007 16:23:17 +0000 (16:23 +0000)
src/verbs.h

index 9fd9689e26e86a92f22c424a702d957a21bc4a71..40930f46da9b3e6c7a2a4840dc1e4c496f300e27 100644 (file)
@@ -319,6 +319,8 @@ public:
     /** \brief Accessor to get the internal variable. */
     gchar const * get_name (void) { return _name; }
     /** \brief Accessor to get the internal variable. */
+    gchar const * get_tip (void) { return _tip; }
+    /** \brief Accessor to get the internal variable. */
     gchar const * get_image (void) { return _image; }
 
     /** \brief Set the name after initialization. */