]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtktoolbutton.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtktoolbutton.sgml
index 39d2c76a1730a27f2c5c9d7f3023d7cf6948c2e0..10d9e1d9fcb20ad82a21bd9a2031087189f77b5c 100644 (file)
@@ -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 ##### -->
@@ -72,6 +72,9 @@ the button does not have a label.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkToolButton ##### -->
 <para>
 The #GtkToolButton struct contains only private. It should only be
@@ -116,6 +119,11 @@ accessed with the function described below.
 
 </para>
 
+<!-- ##### ARG GtkToolButton:icon-spacing ##### -->
+<para>
+
+</para>
+
 <!-- ##### FUNCTION gtk_tool_button_new ##### -->
 <para>