gtk+ r20227 - in trunk/docs/reference: . gtk/tmpl
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20227 - in trunk/docs/reference: . gtk/tmpl
- Date: Thu, 29 May 2008 03:07:02 +0000 (UTC)
Author: matthiasc
Date: Thu May 29 03:07:01 2008
New Revision: 20227
URL: http://svn.gnome.org/viewvc/gtk+?rev=20227&view=rev
Log:
Bug 535250 - GtkToolButton reference page says "label" where
it should say "icon", uses underscores
* gtk/tmpl/gtktoolbutton.sgml: Improve introduction
Modified:
trunk/docs/reference/ChangeLog
trunk/docs/reference/gtk/tmpl/gtktoolbutton.sgml
Modified: trunk/docs/reference/gtk/tmpl/gtktoolbutton.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtktoolbutton.sgml (original)
+++ trunk/docs/reference/gtk/tmpl/gtktoolbutton.sgml Thu May 29 03:07:01 2008
@@ -17,19 +17,19 @@
<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 ##### -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]