cvs: php-gtk-doc /manual/en/reference/gtk gtkuimanager.xml
[email protected] ("Elizabeth Marie Smith")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsauroraeosrose1159971813@cvsserver> |
auroraeosrose Wed Oct 4 14:23:33 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtkuimanager.xml
Log:
Descriptions for remove_ui method added and removed parentheses from method links
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtkuimanager.xml?r1=1.9&r2=1.10&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtkuimanager.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtkuimanager.xml:1.9 php-gtk-doc/manual/en/reference/gtk/gtkuimanager.xml:1.10
--- php-gtk-doc/manual/en/reference/gtk/gtkuimanager.xml:1.9 Fri Sep 29 00:11:59 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtkuimanager.xml Wed Oct 4 14:23:33 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<classentry id="gtk.gtkuimanager">
<classmeta>
<classtitle>GtkUIManager</classtitle>
@@ -55,7 +55,7 @@
Adds a UI element of the
<enumname>GtkUiManagerItemType</enumname> specified by type to the
current contents of the ui manager at the location specified by path.
- Use <function class="GtkUiManager">new_merge_id()</function> to get an
+ Use <function class="GtkUiManager">new_merge_id</function> to get an
unused merge id.
&seealso;
<function class="GtkUIManager">get_ui</function>,
@@ -81,7 +81,7 @@
current UI definition. If there is an error during the parsing of the file
it will be place in GError. This method returns a merge id which can be used
to unmerge the UI with the
- <function class="GtkUiManager">remove_ui()</function> method.
+ <function class="GtkUiManager">remove_ui</function> method.
</desc>
</method>
@@ -99,7 +99,7 @@
This method parses a string containing a UI definition and merges it with
the current UI definition. An enclosing <ui> element is added if it is
missing. This method returns a merge id which can be used to unmerge the UI
- with the <function class="GtkUiManager">remove_ui()</function> method.
+ with the <function class="GtkUiManager">remove_ui</function> method.
</desc>
</method>
@@ -207,7 +207,8 @@
<desc>
Returns a list of all specified the types of toplevel widgets to include.
Allowed types are:
- <optionname enum="GtkUiManagerItemType">Gtk::UI_MANAGER_MENUBAR</optionname> ,<optionname enum="GtkUiManagerItemType">Gtk::UI_MANAGER_TOOLBAR</optionname>
+ <optionname enum="GtkUiManagerItemType">Gtk::UI_MANAGER_MENUBAR</optionname>
+ ,<optionname enum="GtkUiManagerItemType">Gtk::UI_MANAGER_TOOLBAR</optionname>
and <optionname enum="GtkUiManagerItemType">Gtk::UI_MANAGER_POPUP</optionname>.
</desc>
</method>
@@ -285,11 +286,11 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
- Returns a merge id for GtkUIManager::add_ui().
+ Returns a merge id for use when adding a ui component.
</shortdesc>
<desc>
Returns an unused merge id, suitable for use with
- <function class="GtkUiManager">add_ui()</function>.
+ <function class="GtkUiManager">add_ui</function>.
</desc>
</method>
@@ -306,9 +307,9 @@
<desc>
<para>
Using a merge id returned by
- <function class="GtkUiManager">add_ui()</function>,
- <function class="GtkUiManager">add_ui_from_string()</function> or
- <function class="GtkUiManager">add_ui_from_file()</function> methods
+ <function class="GtkUiManager">add_ui</function>,
+ <function class="GtkUiManager">add_ui_from_string</function> or
+ <function class="GtkUiManager">add_ui_from_file</function> methods
and removes the part of the UI content identified by the id.
&seealso;
<function class="GtkUIManager">insert_action_group</function>
@@ -324,10 +325,11 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Remove part of the ui description.
</shortdesc>
<desc>
<para>
+ This method unmerges the part of the ui manager content identified by <literal>merge_id</literal>.
&seealso;
<function class="GtkUIManager">add_ui</function>,
<function class="GtkUIManager">get_ui</function>