cvs: php-gtk-doc /manual/en/reference/gtk gtkvbuttonbox.xml
[email protected] ("Scott Mattocks")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsscottmattocks1161007959@cvsserver> |
scottmattocks Mon Oct 16 14:12:39 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtkvbuttonbox.xml
Log:
Fill in (deprecated) methods for GtkVButtonBox.
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtkvbuttonbox.xml?r1=1.7&r2=1.8&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtkvbuttonbox.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtkvbuttonbox.xml:1.7 php-gtk-doc/manual/en/reference/gtk/gtkvbuttonbox.xml:1.8
--- php-gtk-doc/manual/en/reference/gtk/gtkvbuttonbox.xml:1.7 Tue Oct 10 06:44:37 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtkvbuttonbox.xml Mon Oct 16 14:12:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<classentry id="gtk.gtkvbuttonbox">
<classmeta>
<classtitle>GtkVButtonBox</classtitle>
@@ -77,20 +77,36 @@
</constructors>
-<methods> <method id="gtk.gtkvbuttonbox.method.get_layout_default">
+ <methods>
+ <method id="gtk.gtkvbuttonbox.method.get_layout_default">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>get_layout_default</function></funcdef>
+ <funcdef>
+ <enumname>GtkButtonBoxStyle</enumname>
+ <function>get_layout_default</function>
+ </funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ &deprecated; Returns the layout style used to arrange the buttons in the
+ box.
</shortdesc>
<desc>
+ <para>
+ Returns the layout style used to arrange the buttons in the box. By
+ default, the default style for a button box is <optionname
+ enum="GtkButtonBoxStyle">Gtk::BUTTONBOX_EDGE</optionname>. This can be
+ changed by calling <function
+ class="GtkVButtonBox">set_layout_default</function>.
+ </para>
<simpara>
&static;
</simpara>
+ <para>
+ &seealso;
+ <function class="GtkVButtonBox">set_layout_default</function>
+ </para>
</desc>
</method>
@@ -102,12 +118,22 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ &deprecated; Returns the default spacing between buttons in the box.
</shortdesc>
<desc>
+ <para>
+ Returns the default spacing between buttons in the box in pixels. By
+ default, the default spacing is <literal>10</literal> pixels. This can be
+ changed by calling <function
+ class="GtkVButtonBox">set_spacing_default</function>.
+ </para>
<simpara>
&static;
</simpara>
+ <para>
+ &seealso;
+ <function class="GtkVButtonBox">set_spacing_default</function>
+ </para>
</desc>
</method>
@@ -115,16 +141,29 @@
<funcsynopsis>
<funcprototype>
<funcdef>void <function>set_layout_default</function></funcdef>
- <paramdef><parameter>layout</parameter></paramdef>
+ <paramdef>
+ <enumname>GtkButtonBoxStyle</enumname> <parameter>layout</parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ &deprecated; Sets the default layout style used to arrange buttons in the
+ box.
</shortdesc>
<desc>
+ <para>
+ Sets the default layout style used to arrange buttons in the box to
+ <parameter>layout</parameter>. By default, the default layout style is
+ set to <optionname
+ enum="GtkButtonBoxStyle">Gtk::BUTTONBOX_EDGE</optionname>.
+ </para>
<simpara>
&static;
</simpara>
+ <para>
+ &seealso;
+ <function class="GtkVButtonBox">get_layout_default</function>
+ </para>
</desc>
</method>
@@ -132,17 +171,44 @@
<funcsynopsis>
<funcprototype>
<funcdef>void <function>set_spacing_default</function></funcdef>
- <paramdef><parameter>spacing</parameter></paramdef>
+ <paramdef>int <parameter>spacing</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ &deprecated; Sets the default spacing between buttons in the box.
</shortdesc>
<desc>
+ <para>
+ Sets the default spacing between buttons in the box in pixels. By default,
+ the default spacing is <literal>10</literal> pixels.
+ </para>
<simpara>
&static;
</simpara>
+ <para>
+ &seealso;
+ <function class="GtkVButtonBox">get_spacing_default</function>
+ </para>
</desc>
</method>
-
-</methods></classentry>
+ </methods>
+</classentry>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->