cvs: php-gtk-doc /manual/en/reference/gtk gtkenum.xml gtkwindow.xml
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvssfox1161089374@cvsserver> |
sfox Tue Oct 17 12:49:34 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtkenum.xml gtkwindow.xml
Log:
enum fixes and some ws/typo stuff in gtkwindow
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtkenum.xml?r1=1.21&r2=1.22&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtkenum.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtkenum.xml:1.21 php-gtk-doc/manual/en/reference/gtk/gtkenum.xml:1.22
--- php-gtk-doc/manual/en/reference/gtk/gtkenum.xml:1.21 Fri Aug 11 07:31:16 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtkenum.xml Tue Oct 17 12:49:34 2006
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.21 $ -->
-<enums id="gtkenum">
+<!-- $Revision: 1.22 $ -->
+<enums id="gtk.gtkenum">
-
- <enum id="gtk.enum.accel">
- <enumname>GtkAccel</enumname>
+ <enum id="gtk.enum.accelflags">
+ <enumname>GtkAccelFlags</enumname>
<desc>
<simpara>
@@ -20,6 +19,14 @@
</enumoption>
<enumoption>
+ <value>?</value>
+ <optionname>Gtk::ACCEL_SIGNAL_VISIBLE</optionname>
+ <shortdesc>
+
+ </shortdesc>
+ </enumoption>
+
+ <enumoption>
<value>2</value>
<optionname>Gtk::ACCEL_LOCKED</optionname>
<shortdesc>
@@ -37,8 +44,8 @@
</enum>
- <enum id="gtk.enum.anchor">
- <enumname>GtkAnchor</enumname>
+ <enum id="gtk.enum.anchortype">
+ <enumname>GtkAnchorType</enumname>
<desc>
<simpara>
@@ -426,7 +433,7 @@
</enum>
- <enum id="gtk.enum.buttonbox">
+ <enum id="gtk.enum.buttonboxstyle">
<enumname>GtkButtonBoxStyle</enumname>
<desc>
<simpara>
@@ -945,8 +952,8 @@
</enum>
- <enum id="gtk.enum.curve">
- <enumname>GtkCurve</enumname>
+ <enum id="gtk.enum.curvetype">
+ <enumname>GtkCurveType</enumname>
<desc>
<simpara>
@@ -1201,8 +1208,8 @@
</enum>
- <enum id="gtk.enum.expander">
- <enumname>GtkExpander</enumname>
+ <enum id="gtk.enum.expanderstyle">
+ <enumname>GtkExpanderStyle</enumname>
<desc>
<simpara>
Used to specify the style of the expanders drawn by a
@@ -1430,7 +1437,7 @@
<enumname>GtkIconSize</enumname>
<desc>
<simpara>
-
+ Built-in stock icon sizes.
</simpara>
</desc>
@@ -1643,8 +1650,8 @@
</enum>
- <enum id="gtk.enum.match">
- <enumname>GtkMatch</enumname>
+ <enum id="gtk.enum.matchtype">
+ <enumname>GtkMatchType</enumname>
<desc>
<simpara>
GtkMatchType is deprecated and should not be used in newly-written code.
@@ -1701,8 +1708,8 @@
</enum>
- <enum id="gtk.enum.menu">
- <enumname>GtkMenu</enumname>
+ <enum id="gtk.enum.menudirectiontype">
+ <enumname>GtkMenuDirectionType</enumname>
<desc>
<simpara>
An enumeration representing directional movements within a menu.
@@ -1743,8 +1750,8 @@
</enum>
- <enum id="gtk.enum.message">
- <enumname>GtkMessage</enumname>
+ <enum id="gtk.enum.messagetype">
+ <enumname>GtkMessageType</enumname>
<desc>
<simpara>
The type of message being displayed in the dialog.
@@ -1831,7 +1838,7 @@
<value>0</value>
<optionname>Gtk::MOVEMENT_LOGICAL_POSITIONS</optionname>
<shortdesc>
- Move by forw/back graphemes.
+ Move by forward/back graphemes.
</shortdesc>
</enumoption>
@@ -1922,7 +1929,7 @@
<optionname>Gtk::IN_DESTRUCTION</optionname>
<shortdesc>
The object is currently being destroyed. This is used internally
- by GTK+ to prevent reinvokations during destruction.
+ by GTK+ to prevent reinvocations during destruction.
</shortdesc>
</enumoption>
@@ -3364,6 +3371,7 @@
<enum id="gtk.enum.stockitems">
+ <!-- Whoever put this here - these are NOT enums!!!! Should be in appendix. - sf -->
<enumname>GtkStockItems</enumname>
<desc>
<simpara>
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtkwindow.xml?r1=1.28&r2=1.29&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtkwindow.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtkwindow.xml:1.28 php-gtk-doc/manual/en/reference/gtk/gtkwindow.xml:1.29
--- php-gtk-doc/manual/en/reference/gtk/gtkwindow.xml:1.28 Tue Oct 10 06:44:37 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtkwindow.xml Tue Oct 17 12:49:34 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<classentry id="gtk.gtkwindow">
<classmeta>
<classtitle>GtkWindow</classtitle>
@@ -1087,8 +1087,10 @@
</para>
<para>
The the location referenced by <parameter>x</parameter> and
- <parameter>y</parameter> depends upon the window's <link linkd="gtk.gtkwindow.method.set_gravity">gravity</link>. By default a
- window has <link linkd="gdk.enum.gravity">north west gravity</link>. This
+ <parameter>y</parameter> depends upon the window's
+ <link linkend="gtk.gtkwindow.method.set_gravity">gravity</link>. By
+ default a window has
+ <link linkend="gdk.enum.gravity">north west gravity</link>. This
means that the top left corner of the window will be placed
<parameter>x</parameter> pixels from the left edge of the screen and
<parameter>y</parameter> pixels from the top edge of the screen.
@@ -1312,11 +1314,13 @@
<desc>
<simpara>
Resizes the window in the same manner it would be resized by the user.
- The window will obey its <link linkd="gtk.gtkwindow.method.set_geometry_hints">geometry
- contraints</link>. By default these constraints prevent the window from
- being resized smaller than the size set with <function class="GtkWidget">set_size_request</function>. Regardless of the
- geometry constraints, a window may not be resized smaller than one pixel
- by one pixel.
+ The window will obey its
+ <link linkend="gtk.gtkwindow.method.set_geometry_hints">geometry contraints</link>.
+ By default these constraints prevent the window from being resized
+ smaller than the size set with
+ <function class="GtkWidget">set_size_request</function>. Regardless of
+ the geometry constraints, a window may not be resized smaller than one
+ pixel by one pixel.
</simpara>
<para>
&seealso;
@@ -1516,11 +1520,13 @@
Using <function class="GtkWindow">set_default_size</function> simply sets
the size of the window. It does not set any restrictions on whether or
not the user can resize the window later. This method acts as if the user
- had resized the window. Unlike <function class="GtkWidget">set_size_request</function>, the user may shrink the
- window below the height and width passed to this function.
+ had resized the window. Unlike
+ <function class="GtkWidget">set_size_request</function>, the user may
+ shrink the window below the height and width passed to this function.
</simpara>
<simpara>
- This method respects any <link linkd="gtk.gtkwindow.method.set_geometry_hints">geometry hints</link>
+ This method respects any
+ <link linkend="gtk.gtkwindow.method.set_geometry_hints">geometry hints</link>
that have been set for the window. If the height and width given do not
match the geomety hints, the window will be clamped to the nearest
acceptable dimensions.
@@ -2011,7 +2017,7 @@
</para>
<para>
&seealso;
- <function class="GtkWindow">set_resizeable</function>
+ <function class="GtkWindow">set_resizable</function>
</para>
</desc>
</method>