~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gtk/gtkexpander.c

Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1538
1538
 * return value will be %NULL. This will be the case if you create an
1539
1539
 * empty button with gtk_button_new() to use as a container.
1540
1540
 *
 
1541
 * Note that this function behaved differently in versions prior to
 
1542
 * 2.14 and used to return the label text stripped of embedded
 
1543
 * underlines indicating mnemonics and Pango markup. This problem can
 
1544
 * be avoided by fetching the label text directly from the label
 
1545
 * widget.
 
1546
 *
1541
1547
 * Return value: The text of the label widget. This string is owned
1542
1548
 * by the widget and must not be modified or freed.
1543
1549
 *