cvs: php-gtk-doc /manual/en/reference/gtk gtkstatusbar.xml
[email protected] ("Scott Mattocks")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsscottmattocks1160773729@cvsserver> |
scottmattocks Fri Oct 13 21:08:49 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtkstatusbar.xml
Log:
Fill in missing method for GtkStatusbar.
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtkstatusbar.xml?r1=1.12&r2=1.13&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtkstatusbar.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtkstatusbar.xml:1.12 php-gtk-doc/manual/en/reference/gtk/gtkstatusbar.xml:1.13
--- php-gtk-doc/manual/en/reference/gtk/gtkstatusbar.xml:1.12 Tue Oct 10 06:44:37 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtkstatusbar.xml Fri Oct 13 21:08:49 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<classentry id="gtk.gtkstatusbar">
<classmeta>
<classtitle>GtkStatusbar</classtitle>
@@ -166,7 +166,8 @@
<para>
<function class="GtkStatusbar">push</function> returns an integer
identifier for the message that is added. This value can be used to
- remove the message using <function class="GtkStatusbar">remove</function>.
+ remove the message using <function
+ class="GtkStatusbar">remove_message</function>.
</para>
<para>
&seealso;
@@ -176,8 +177,6 @@
</desc>
</method>
-
-
<method id="gtk.gtkstatusbar.method.set_has_resize_grip">
<funcsynopsis>
<funcprototype>
@@ -210,24 +209,30 @@
</desc>
</method>
- <method id="gtk.gtkstatusbar.method.remove_message">
- <funcsynopsis>
+ <method id="gtk.gtkstatusbar.method.remove_message">
+ <funcsynopsis>
<funcprototype>
<funcdef> <function>remove_message</function></funcdef>
-
- <paramdef><parameter>context_id</parameter></paramdef>
- <paramdef><parameter>message_id</parameter></paramdef>
+ <paramdef>int <parameter>context_id</parameter></paramdef>
+ <paramdef>int <parameter>message_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Removes a message from the stack.
</shortdesc>
<desc>
-
+ <para>
+ Removes the message with the given <parameter>context_id</parameter> and
+ <parameter>message_id</parameter>.
+ </para>
+ <para>
+ &seealso;
+ <function class="GtkStatusbar">push</function>,
+ <function class="GtkStatusbar">pop</function>
+ </para>
</desc>
</method>
-
- </methods>
+ </methods>
<signals>