Merged revisions 6293,6296-6306,6308 via svnmerge from
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / togglebutton.h
index f4fff2ef09a9facdfbb4fbb0d9d2cb60ccb83908..cc86bcfaafda6d92d6b63eab0e17fead77022ef7 100644 (file)
@@ -178,11 +178,9 @@ public:
   void toggled();
 
   /** Emitted whenever the toggle tool button changes state.
-   */
-  
-/**
+   *
    * @par Prototype:
-   * <tt>void %toggled()</tt>
+   * <tt>void on_my_%toggled()</tt>
    */
 
   Glib::SignalProxy0< void > signal_toggled();
@@ -256,10 +254,13 @@ public:
 
 namespace Glib
 {
-  /** @relates Gtk::ToggleButton
-   * @param object The C instance
+  /** A Glib::wrap() method for this object.
+   * 
+   * @param object The C instance.
    * @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
    * @result A C++ instance that wraps this C instance.
+   *
+   * @relates Gtk::ToggleButton
    */
   Gtk::ToggleButton* wrap(GtkToggleButton* object, bool take_copy = false);
 } //namespace Glib