[gtkmm] Stock::PASTE and stock::DELETE: Mention the icon names.



commit 2d8f2d8472246fc45fe58817f72727a233e99063
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 6 09:43:17 2015 +0100

    Stock::PASTE and stock::DELETE: Mention the icon names.
    
    As in the C API:
    https://git.gnome.org/browse/gtk+/commit/?id=7fbbf850c3be3e3e27c71821193cd64263328271

 gtk/gtkmm/stock.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkmm/stock.h b/gtk/gtkmm/stock.h
index eb826c5..d1001c7 100644
--- a/gtk/gtkmm/stock.h
+++ b/gtk/gtkmm/stock.h
@@ -106,7 +106,7 @@ extern GTKMM_API const Gtk::BuiltinStockID COPY;             /*!< @image html gt
 extern GTKMM_API const Gtk::BuiltinStockID CUT;              /*!< @image html gtk-cut.png
                                                               * @deprecated Use the named icon edit-cut or 
the label "Cu_t". */
 extern GTKMM_API const Gtk::BuiltinStockID DELETE;           /*!< @image html gtk-delete.png
-                                                              * @deprecated Use the named icon edit-cut or 
the  label "_Delete". */
+                                                              * @deprecated Use the named icon edit-delete 
or the  label "_Delete". */
 extern GTKMM_API const Gtk::BuiltinStockID DIRECTORY;        /*!< @image html gtk-directory.png
                                                               * @deprecated Use named icon "folder". */
 extern GTKMM_API const Gtk::BuiltinStockID DISCARD;          /*!< @image html gtk-discard.png
@@ -220,7 +220,7 @@ extern GTKMM_API const Gtk::BuiltinStockID ORIENTATION_REVERSE_LANDSCAPE; /*!< @
 extern GTKMM_API const Gtk::BuiltinStockID ORIENTATION_REVERSE_PORTRAIT; /*!< @image html 
gtk-orientation-reverse-portrait.png
                                                                           * @deprecated No replacement 
available. */
 extern GTKMM_API const Gtk::BuiltinStockID PASTE;            /*!< @image html gtk-paste.png
-                                                              * @deprecated Do not use an icon. Use label 
"_Paste". */
+                                                              * @deprecated Use the named icon edit-paste or 
the label "_Paste". */
 extern GTKMM_API const Gtk::BuiltinStockID PREFERENCES;      /*!< @image html gtk-preferences.png
                                                               * @deprecated Use named icon 
"preferences-system" or the label "_Preferences". */
 extern GTKMM_API const Gtk::BuiltinStockID PAGE_SETUP;       /*!< @image html gtk-page-setup.png


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]