Bug 535250 - GtkToolButton reference page says "label" where
it should say "icon", uses underscores
* gtk/tmpl/gtktoolbutton.sgml: Improve introduction
svn path=/trunk/; revision=20227
This commit is contained in:
@ -1,3 +1,14 @@
|
||||
2008-05-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 535250 - GtkToolButton reference page says "label" where
|
||||
it should say "icon", uses underscores
|
||||
|
||||
* gtk/tmpl/gtktoolbutton.sgml: Improve introduction
|
||||
|
||||
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Additions
|
||||
|
||||
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 531887 - GtkTooltips is deprecated, but what should I use?
|
||||
|
||||
@ -17,19 +17,19 @@ containing a stock item.
|
||||
|
||||
<para>
|
||||
The label of a #GtkToolButton is determined by the properties
|
||||
"label_widget", "label", and "stock_id". If "label_widget" is
|
||||
"label-widget", "label", and "stock-id". If "label-widget" is
|
||||
non-%NULL, then that widget is used as the label. Otherwise, if
|
||||
"label" is non-%NULL, that string is used as the label. Otherwise, if
|
||||
"stock_id" is non-%NULL, the label is determined by the stock
|
||||
"stock-id" is non-%NULL, the label is determined by the stock
|
||||
item. Otherwise, the button does not have a label.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The icon of a #GtkToolButton is determined by the properties
|
||||
"icon_widget" and "stock_id". If "icon_widget" is non-%NULL, then
|
||||
that widget is used as the icon. Otherwise, if "stock_id" is
|
||||
"icon-widget" and "stock-id". If "icon-widget" is non-%NULL, then
|
||||
that widget is used as the icon. Otherwise, if "stock-id" is
|
||||
non-%NULL, the icon is determined by the stock item. Otherwise,
|
||||
the button does not have a label.
|
||||
the button does not have a icon.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
Reference in New Issue
Block a user