[gtkmm/gtkmm-3-22] Label: improve h/valign constructor doc comment



commit 95acee723ade28702935b04f13b14540b325b05a
Author: djb <db0451 gmail com>
Date:   Thu Nov 17 22:21:47 2016 +0000

    Label: improve h/valign constructor doc comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774652

 gtk/src/label.hg |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/src/label.hg b/gtk/src/label.hg
index a962778..19c7a25 100644
--- a/gtk/src/label.hg
+++ b/gtk/src/label.hg
@@ -62,9 +62,8 @@ _DEPRECATE_IFDEF_START
   Label(const Glib::ustring& label, float xalign, float yalign, bool mnemonic = false);
 _DEPRECATE_IFDEF_END
 
-  /** This constructor is a shortcut for often used code
-   * when you want to create a label with alignment different
-   * than default one.
+  /** This constructor is a shortcut to create a Label with Widget
+   * alignment properties different from the default ALIGN_FILL.
    * @code
    * Gtk::Label label(text, h, v, mnemonic);
    * @endcode


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