]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkexpander.c
Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols
[~andy/gtk] / gtk / gtkexpander.c
index ebfead7aa4f45557d0de204d949aaf664d875f31..6866f982c96898f5f7792921ffc6fc4a060cf055 100644 (file)
@@ -1538,6 +1538,12 @@ gtk_expander_set_label (GtkExpander *expander,
  * return value will be %NULL. This will be the case if you create an
  * empty button with gtk_button_new() to use as a container.
  *
+ * Note that this function behaved differently in versions prior to
+ * 2.14 and used to return the label text stripped of embedded
+ * underlines indicating mnemonics and Pango markup. This problem can
+ * be avoided by fetching the label text directly from the label
+ * widget.
+ *
  * Return value: The text of the label widget. This string is owned
  * by the widget and must not be modified or freed.
  *