cvs: php-gtk-doc /manual/en/reference/gtk gtk-functions.xml
[email protected] ("Christian Weiske") Thu, 01 Feb 2007 05:27:02 -0000
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvscweiske1170307622@cvsserver> |
cweiske Thu Feb 1 05:27:02 2007 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtk-functions.xml
Log:
Removing not existing functions from gtk-funcs
cweiske-20070201052702.txt
(text/plain, 67.6 KB)
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtk-functions.xml?r1=1.15&r2=1.16&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtk-functions.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtk-functions.xml:1.15 php-gtk-doc/manual/en/reference/gtk/gtk-functions.xml:1.16
--- php-gtk-doc/manual/en/reference/gtk/gtk-functions.xml:1.15 Sat Dec 9 15:40:16 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtk-functions.xml Thu Feb 1 05:27:02 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<refentry id="gtk.functions">
<refmeta>
<!-- do *not* change this to "Gtk Static Methods" or anything
@@ -475,11 +475,14 @@
</desc>
</method>
- <method id="gtk.method.cell_view_new_with_markup">
+
+ <method id="gtk.method.check_version">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>cell_view_new_with_markup</function></funcdef>
- <paramdef>string <parameter>markup</parameter></paramdef>
+ <funcdef>string <function>check_version</function></funcdef>
+ <paramdef>int <parameter>required_major</parameter></paramdef>
+ <paramdef>int <parameter>required_minor</parameter></paramdef>
+ <paramdef>int <parameter>required_micro</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -490,10 +493,10 @@
</desc>
</method>
- <method id="gtk.method.cell_view_new_with_pixbuf">
+ <method id="gtk.method.disable_setlocale">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>cell_view_new_with_pixbuf</function></funcdef>
+ <funcdef>void <function>disable_setlocale</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -505,11 +508,11 @@
</desc>
</method>
- <method id="gtk.method.cell_view_new_with_text">
+ <method id="gtk.method.drag_set_default_icon">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>cell_view_new_with_text</function></funcdef>
- <paramdef>string <parameter>text</parameter></paramdef>
+ <funcdef>void <function>drag_set_default_icon</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -520,13 +523,11 @@
</desc>
</method>
- <method id="gtk.method.check_version">
+ <method id="gtk.method.draw_insertion_cursor">
<funcsynopsis>
<funcprototype>
- <funcdef>string <function>check_version</function></funcdef>
- <paramdef>int <parameter>required_major</parameter></paramdef>
- <paramdef>int <parameter>required_minor</parameter></paramdef>
- <paramdef>int <parameter>required_micro</parameter></paramdef>
+ <funcdef>void <function>draw_insertion_cursor</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -537,26 +538,33 @@
</desc>
</method>
- <method id="gtk.method.clipboard_get">
+ <method id="gtk.method.events_pending">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkClipboard <function>clipboard_get</function></funcdef>
+ <funcdef>boolean <function>events_pending</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Checks if any events are pending.
</shortdesc>
<desc>
-
+ <para>
+ Checks if any events are pending in the event queue.
+ This can be used to update the GUI and invoke timeouts etc.
+ while doing some time intensive computation.
+ </para>
+ <para>
+ See <function class="Gtk">main_iteration</function>.
+ </para>
</desc>
</method>
- <method id="gtk.method.color_selection_palette_from_string">
+ <method id="gtk.method.exit">
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>color_selection_palette_from_string</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>exit</function></funcdef>
+ <paramdef>int <parameter>error_code</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -567,25 +575,28 @@
</desc>
</method>
- <method id="gtk.method.color_selection_palette_to_string">
+ <method id="gtk.method.false">
<funcsynopsis>
<funcprototype>
- <funcdef>string <function>color_selection_palette_to_string</function></funcdef>
+ <funcdef>bool <function>false</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns "false"
</shortdesc>
<desc>
-
+ <para>
+ Returns a boolean "false".
+ </para>
</desc>
</method>
- <method id="gtk.method.color_selection_set_change_palette_hook">
+
+ <method id="gtk.method.gc_get">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>color_selection_set_change_palette_hook</function></funcdef>
+ <funcdef> <function>gc_get</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -597,10 +608,10 @@
</desc>
</method>
- <method id="gtk.method.color_selection_set_change_palette_with_screen_hook">
+ <method id="gtk.method.gc_release">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>color_selection_set_change_palette_with_screen_hook</function></funcdef>
+ <funcdef>void <function>gc_release</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -612,10 +623,10 @@
</desc>
</method>
- <method id="gtk.method.container_class_find_child_property">
+ <method id="gtk.method.get_current_event">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>container_class_find_child_property</function></funcdef>
+ <funcdef> <function>get_current_event</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -627,10 +638,10 @@
</desc>
</method>
- <method id="gtk.method.container_class_install_child_property">
+ <method id="gtk.method.get_current_event_state">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>container_class_install_child_property</function></funcdef>
+ <funcdef>bool <function>get_current_event_state</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -642,10 +653,10 @@
</desc>
</method>
- <method id="gtk.method.container_class_list_child_properties">
+ <method id="gtk.method.get_current_event_time">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>container_class_list_child_properties</function></funcdef>
+ <funcdef>int <function>get_current_event_time</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -657,10 +668,10 @@
</desc>
</method>
- <method id="gtk.method.disable_setlocale">
+ <method id="gtk.method.get_default_language">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>disable_setlocale</function></funcdef>
+ <funcdef> <function>get_default_language</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -672,10 +683,10 @@
</desc>
</method>
- <method id="gtk.method.drag_set_default_icon">
+ <method id="gtk.method.get_event_widget">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>drag_set_default_icon</function></funcdef>
+ <funcdef>GtkWidget <function>get_event_widget</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -687,10 +698,10 @@
</desc>
</method>
- <method id="gtk.method.draw_insertion_cursor">
+ <method id="gtk.method.grab_get_current">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>draw_insertion_cursor</function></funcdef>
+ <funcdef>GtkWidget <function>grab_get_current</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -702,33 +713,26 @@
</desc>
</method>
- <method id="gtk.method.events_pending">
+ <method id="gtk.method.icon_size_from_name">
<funcsynopsis>
<funcprototype>
- <funcdef>boolean <function>events_pending</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>GtkIconSize <function>icon_size_from_name</function></funcdef>
+ <paramdef>string <parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
- Checks if any events are pending.
+
</shortdesc>
<desc>
- <para>
- Checks if any events are pending. This can be used
- to update the GUI and invoke timeouts etc. while
- doing some time intensive computation.
- </para>
- <para>
- See <function class="Gtk">main_iteration</function>.
- </para>
+
</desc>
</method>
- <method id="gtk.method.exit">
+ <method id="gtk.method.icon_size_get_name">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>exit</function></funcdef>
- <paramdef>int <parameter>error_code</parameter></paramdef>
+ <funcdef>string <function>icon_size_get_name</function></funcdef>
+ <paramdef>GtkIconSize <parameter>size</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -739,10 +743,10 @@
</desc>
</method>
- <method id="gtk.method.false">
+ <method id="gtk.method.icon_size_lookup">
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>false</function></funcdef>
+ <funcdef>bool <function>icon_size_lookup</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -754,13 +758,11 @@
</desc>
</method>
- <method id="gtk.method.file_chooser_button_new_with_backend">
+ <method id="gtk.method.icon_size_lookup_for_settings">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>file_chooser_button_new_with_backend</function></funcdef>
- <paramdef>string <parameter>title</parameter></paramdef>
- <paramdef>GtkFileChooserAction <parameter>action</parameter></paramdef>
- <paramdef>string <parameter>backend</parameter></paramdef>
+ <funcdef>bool <function>icon_size_lookup_for_settings</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -771,11 +773,13 @@
</desc>
</method>
- <method id="gtk.method.file_chooser_button_new_with_dialog">
+ <method id="gtk.method.icon_size_register">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>file_chooser_button_new_with_dialog</function></funcdef>
- <paramdef>GtkWidget <parameter>dialog</parameter></paramdef>
+ <funcdef>GtkIconSize <function>icon_size_register</function></funcdef>
+ <paramdef>string <parameter>name</parameter></paramdef>
+ <paramdef>int <parameter>width</parameter></paramdef>
+ <paramdef>int <parameter>height</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -786,11 +790,12 @@
</desc>
</method>
- <method id="gtk.method.gtk_file_chooser_error_quark">
+ <method id="gtk.method.icon_size_register_alias">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>gtk_file_chooser_error_quark</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>icon_size_register_alias</function></funcdef>
+ <paramdef>string <parameter>alias</parameter></paramdef>
+ <paramdef>GtkIconSize <parameter>target</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -801,25 +806,26 @@
</desc>
</method>
- <method id="gtk.method.file_paths_copy">
+ <method id="gtk.method.idle_add">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>file_paths_copy</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>int <function>idle_add</function></funcdef>
+ <paramdef>callback <cbfunction>callback</cbfunction></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Adds a callback to be called when the main loop is idle.
</shortdesc>
<desc>
</desc>
</method>
- <method id="gtk.method.file_paths_free">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.idle_add_full">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>file_paths_free</function></funcdef>
+ <funcdef>int <function>idle_add_full</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -830,11 +836,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.file_paths_sort">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.idle_add_priority">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>file_paths_sort</function></funcdef>
+ <funcdef>int <function>idle_add_priority</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -845,26 +853,28 @@
</desc>
</method>
+ -->
- <method id="gtk.method.file_system_error_quark">
+ <method id="gtk.method.idle_remove">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>file_system_error_quark</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>idle_remove</function></funcdef>
+ <paramdef>int <parameter>idle_handler_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Removes a callback from being processed when the main loop is idle.
</shortdesc>
<desc>
</desc>
</method>
- <method id="gtk.method.gc_get">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.idle_remove_by_data">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>gc_get</function></funcdef>
+ <funcdef>void <function>idle_remove_by_data</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -875,12 +885,14 @@
</desc>
</method>
+ -->
- <method id="gtk.method.gc_release">
+
+ <method id="gtk.method.input_remove">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>gc_release</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>input_remove</function></funcdef>
+ <paramdef>int <parameter>input_handler_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -891,10 +903,10 @@
</desc>
</method>
- <method id="gtk.method.get_current_event">
+ <method id="gtk.method.key_snooper_install">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>get_current_event</function></funcdef>
+ <funcdef>int <function>key_snooper_install</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -906,11 +918,11 @@
</desc>
</method>
- <method id="gtk.method.get_current_event_state">
+ <method id="gtk.method.key_snooper_remove">
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>get_current_event_state</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>key_snooper_remove</function></funcdef>
+ <paramdef>int <parameter>snooper_handler_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -921,10 +933,10 @@
</desc>
</method>
- <method id="gtk.method.get_current_event_time">
+ <method id="gtk.method.main">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>get_current_event_time</function></funcdef>
+ <funcdef>void <function>main</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -936,10 +948,10 @@
</desc>
</method>
- <method id="gtk.method.get_default_language">
+ <method id="gtk.method.main_do_event">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>get_default_language</function></funcdef>
+ <funcdef>void <function>main_do_event</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -951,26 +963,50 @@
</desc>
</method>
- <method id="gtk.method.get_event_widget">
+ <method id="gtk.method.main_iteration">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>get_event_widget</function></funcdef>
+ <funcdef>bool <function>main_iteration</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Runs a single iteration of the mainloop.
</shortdesc>
<desc>
-
+ <para>
+ Runs a single iteration of the mainloop. If no events are waiting to be
+ processed GTK+ will block until the next event is noticed.
+ If you don't want to block look at
+ <function class="Gtk">main_iteration_do</function> or check if any
+ events are pending with <function class="Gtk">events_pending</function>
+ first.
+ </para>
+ <para>
+ If you ever change the UI and go on with time consuming processing, you
+ should update the UI (e.g. the progress bar) yourself by using the
+ following lines of code:
+ </para>
+ <informalexample>
+ <programlisting role="php"><![CDATA[
+while (Gtk::events_pending()) {
+ Gtk::main_iteration();
+}
+]]></programlisting>
+ </informalexample>
+ <para>
+ Returns <literal>true</literal> if
+ <function class="Gtk">main_quit</function> has been called for the
+ innermost mainloop.
+ </para>
</desc>
</method>
- <method id="gtk.method.grab_get_current">
+ <method id="gtk.method.main_iteration_do">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkWidget <function>grab_get_current</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>bool <function>main_iteration_do</function></funcdef>
+ <paramdef>bool <parameter><optional>blocking = true</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -981,10 +1017,10 @@
</desc>
</method>
- <method id="gtk.method.hbutton_box_get_layout_default">
+ <method id="gtk.method.main_level">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkButtonBoxStyle <function>hbutton_box_get_layout_default</function></funcdef>
+ <funcdef>int <function>main_level</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -996,10 +1032,10 @@
</desc>
</method>
- <method id="gtk.method.hbutton_box_get_spacing_default">
+ <method id="gtk.method.main_quit">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>hbutton_box_get_spacing_default</function></funcdef>
+ <funcdef>void <function>main_quit</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -1011,11 +1047,11 @@
</desc>
</method>
- <method id="gtk.method.hbutton_box_set_layout_default">
+ <method id="gtk.method.quit_add">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>hbutton_box_set_layout_default</function></funcdef>
- <paramdef>GtkButtonBoxStyle <parameter>layout</parameter></paramdef>
+ <funcdef>int <function>quit_add</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1026,11 +1062,12 @@
</desc>
</method>
- <method id="gtk.method.hbutton_box_set_spacing_default">
+ <method id="gtk.method.quit_add_destroy">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>hbutton_box_set_spacing_default</function></funcdef>
- <paramdef>int <parameter>spacing</parameter></paramdef>
+ <funcdef>void <function>quit_add_destroy</function></funcdef>
+ <paramdef>int <parameter>main_level</parameter></paramdef>
+ <paramdef>GtkObject <parameter>object</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1041,10 +1078,10 @@
</desc>
</method>
- <method id="gtk.method.icon_set_new">
+ <method id="gtk.method.quit_add_full">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>icon_set_new</function></funcdef>
+ <funcdef>int <function>quit_add_full</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -1056,11 +1093,11 @@
</desc>
</method>
- <method id="gtk.method.icon_size_from_name">
+ <method id="gtk.method.quit_remove">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkIconSize <function>icon_size_from_name</function></funcdef>
- <paramdef>string <parameter>name</parameter></paramdef>
+ <funcdef>void <function>quit_remove</function></funcdef>
+ <paramdef>int <parameter>quit_handler_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1071,11 +1108,11 @@
</desc>
</method>
- <method id="gtk.method.icon_size_get_name">
+ <method id="gtk.method.quit_remove_by_data">
<funcsynopsis>
<funcprototype>
- <funcdef>string <function>icon_size_get_name</function></funcdef>
- <paramdef>GtkIconSize <parameter>size</parameter></paramdef>
+ <funcdef>void <function>quit_remove_by_data</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1086,11 +1123,11 @@
</desc>
</method>
- <method id="gtk.method.icon_size_lookup">
+ <method id="gtk.method.rc_add_default_file">
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>icon_size_lookup</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>rc_add_default_file</function></funcdef>
+ <paramdef>string <parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1101,11 +1138,11 @@
</desc>
</method>
- <method id="gtk.method.icon_size_lookup_for_settings">
+ <method id="gtk.method.rc_find_module_in_path">
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>icon_size_lookup_for_settings</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>string <function>rc_find_module_in_path</function></funcdef>
+ <paramdef>string <parameter>module_file</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1116,13 +1153,11 @@
</desc>
</method>
- <method id="gtk.method.icon_size_register">
+ <method id="gtk.method.rc_find_pixmap_in_path">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkIconSize <function>icon_size_register</function></funcdef>
- <paramdef>string <parameter>name</parameter></paramdef>
- <paramdef>int <parameter>width</parameter></paramdef>
- <paramdef>int <parameter>height</parameter></paramdef>
+ <funcdef>string <function>rc_find_pixmap_in_path</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1133,12 +1168,11 @@
</desc>
</method>
- <method id="gtk.method.icon_size_register_alias">
+ <method id="gtk.method.rc_get_default_files">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>icon_size_register_alias</function></funcdef>
- <paramdef>string <parameter>alias</parameter></paramdef>
- <paramdef>GtkIconSize <parameter>target</parameter></paramdef>
+ <funcdef> <function>rc_get_default_files</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -1149,10 +1183,10 @@
</desc>
</method>
- <method id="gtk.method.icon_theme_error_quark">
+ <method id="gtk.method.rc_get_im_module_file">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>icon_theme_error_quark</function></funcdef>
+ <funcdef>string <function>rc_get_im_module_file</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -1164,26 +1198,25 @@
</desc>
</method>
- <method id="gtk.method.idle_add">
+ <method id="gtk.method.rc_get_im_module_path">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>idle_add</function></funcdef>
- <paramdef>callback <cbfunction>callback</cbfunction></paramdef>
+ <funcdef>string <function>rc_get_im_module_path</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
- Adds a callback to be called when the main loop is idle.
+
</shortdesc>
<desc>
</desc>
</method>
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.idle_add_full">
+ <method id="gtk.method.rc_get_module_dir">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>idle_add_full</function></funcdef>
+ <funcdef>string <function>rc_get_module_dir</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -1194,1152 +1227,15 @@
</desc>
</method>
- -->
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.idle_add_priority">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>idle_add_priority</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <method id="gtk.method.idle_remove">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>idle_remove</function></funcdef>
- <paramdef>int <parameter>idle_handler_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
- Removes a callback from being processed when the main loop is idle.
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.idle_remove_by_data">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>idle_remove_by_data</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <method id="gtk.method.image_new_from_icon_name">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkWidget <function>image_new_from_icon_name</function></funcdef>
- <paramdef>string <parameter>icon_name</parameter></paramdef>
- <paramdef>GtkIconSize <parameter>size</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.init">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>init</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.init_abi_check">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>init_abi_check</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.init_add">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>init_add</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.init_check">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>init_check</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.init_check_abi_check">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>init_check_abi_check</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.input_add_full">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>input_add_full</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.input_remove">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>input_remove</function></funcdef>
- <paramdef>int <parameter>input_handler_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.item_factories_path_delete">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>item_factories_path_delete</function></funcdef>
- <paramdef>string <parameter>ifactory_path</parameter></paramdef>
- <paramdef>string <parameter>path</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.item_factory_create_menu_entries">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>item_factory_create_menu_entries</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.item_factory_from_path">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkItemFactory <function>item_factory_from_path</function></funcdef>
- <paramdef>string <parameter>path</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.item_factory_from_widget">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkItemFactory <function>item_factory_from_widget</function></funcdef>
- <paramdef>GtkWidget <parameter>widget</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.item_factory_path_from_widget">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>item_factory_path_from_widget</function></funcdef>
- <paramdef>GtkWidget <parameter>widget</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.item_factory_popup_data_from_widget">
- <funcsynopsis>
- <funcprototype>
- <funcdef> <function>item_factory_popup_data_from_widget</function></funcdef>
- <paramdef>GtkWidget <parameter>widget</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.key_snooper_install">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>key_snooper_install</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.key_snooper_remove">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>key_snooper_remove</function></funcdef>
- <paramdef>int <parameter>snooper_handler_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.main">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>main</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.main_do_event">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>main_do_event</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.main_iteration">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>main_iteration</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
- Runs a single iteration of the mainloop.
- </shortdesc>
- <desc>
- <para>
- Runs a single iteration of the mainloop. If no events are waiting to be
- processed GTK+ will block until the next event is noticed.
- If you don't want to block look at
- <function class="Gtk">main_iteration_do</function> or check if any
- events are pending with <function class="Gtk">events_pending</function>
- first.
- </para>
- <para>
- If you ever change the UI and go on with time consuming processing, you
- should update the UI (e.g. the progress bar) yourself by using the
- following lines of code:
- </para>
- <informalexample>
- <programlisting role="php"><![CDATA[
-while (Gtk::events_pending()) {
- Gtk::main_iteration();
-}
-]]></programlisting>
- </informalexample>
- <para>
- Returns <literal>true</literal> if
- <function class="Gtk">main_quit</function> has been called for the
- innermost mainloop.
- </para>
- </desc>
- </method>
-
- <method id="gtk.method.main_iteration_do">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>main_iteration_do</function></funcdef>
- <paramdef>bool <parameter><optional>blocking = true</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.main_level">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>main_level</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.main_quit">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>main_quit</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.gtk_menu_tool_button_new_from_stock">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkToolItem <function>gtk_menu_tool_button_new_from_stock</function></funcdef>
- <paramdef>string <parameter>stock_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.object_new">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkObject <function>object_new</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.plug_new_for_display">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkWidget <function>plug_new_for_display</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_get_cmap">
- <funcsynopsis>
- <funcprototype>
- <funcdef> <function>preview_get_cmap</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_get_info">
- <funcsynopsis>
- <funcprototype>
- <funcdef> <function>preview_get_info</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_get_visual">
- <funcsynopsis>
- <funcprototype>
- <funcdef> <function>preview_get_visual</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_reset">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>preview_reset</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_set_color_cube">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>preview_set_color_cube</function></funcdef>
- <paramdef>int <parameter>nred_shades</parameter></paramdef>
- <paramdef>int <parameter>ngreen_shades</parameter></paramdef>
- <paramdef>int <parameter>nblue_shades</parameter></paramdef>
- <paramdef>int <parameter>ngray_shades</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_set_gamma">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>preview_set_gamma</function></funcdef>
- <paramdef>double <parameter>gamma</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_set_install_cmap">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>preview_set_install_cmap</function></funcdef>
- <paramdef>int <parameter>install_cmap</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_set_reserved">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>preview_set_reserved</function></funcdef>
- <paramdef>int <parameter>nreserved</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.preview_uninit">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>preview_uninit</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.quit_add">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>quit_add</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.quit_add_destroy">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>quit_add_destroy</function></funcdef>
- <paramdef>int <parameter>main_level</parameter></paramdef>
- <paramdef>GtkObject <parameter>object</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.quit_add_full">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>quit_add_full</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.quit_remove">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>quit_remove</function></funcdef>
- <paramdef>int <parameter>quit_handler_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.quit_remove_by_data">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>quit_remove_by_data</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_add_default_file">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>rc_add_default_file</function></funcdef>
- <paramdef>string <parameter>filename</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_find_module_in_path">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rc_find_module_in_path</function></funcdef>
- <paramdef>string <parameter>module_file</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_find_pixmap_in_path">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rc_find_pixmap_in_path</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_get_default_files">
- <funcsynopsis>
- <funcprototype>
- <funcdef> <function>rc_get_default_files</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_get_im_module_file">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rc_get_im_module_file</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_get_im_module_path">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rc_get_im_module_path</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_get_module_dir">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rc_get_module_dir</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_get_style_by_paths">
- <funcsynopsis>
- <funcprototype>
- <funcdef>GtkStyle <function>rc_get_style_by_paths</function></funcdef>
- <paramdef>GtkSettings <parameter>settings</parameter></paramdef>
- <paramdef>string <parameter>widget_path</parameter></paramdef>
- <paramdef>string <parameter>class_path</parameter></paramdef>
- <paramdef>GType <parameter>type</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_get_theme_dir">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rc_get_theme_dir</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_parse">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>rc_parse</function></funcdef>
- <paramdef>string <parameter>filename</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_parse_color">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>rc_parse_color</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_parse_priority">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>rc_parse_priority</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_parse_state">
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>rc_parse_state</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <method id="gtk.method.rc_parse_string">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>rc_parse_string</function></funcdef>
- <paramdef>string <parameter>rc_string</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_property_parse_border">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_property_parse_border</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_property_parse_color">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_property_parse_color</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_property_parse_enum">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_property_parse_enum</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_property_parse_flags">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_property_parse_flags</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_property_parse_requisition">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_property_parse_requisition</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <method id="gtk.method.rc_reparse_all">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_reparse_all</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_reparse_all_for_settings">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>rc_reparse_all_for_settings</function></funcdef>
- <paramdef>GtkSettings <parameter>settings</parameter></paramdef>
- <paramdef>bool <parameter>force_load</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <method id="gtk.method.rc_reset_styles">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>rc_reset_styles</function></funcdef>
- <paramdef>GtkSettings <parameter>settings</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.rc_set_default_files">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>rc_set_default_files</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <method id="gtk.method.selection_owner_set_for_display">
- <funcsynopsis>
- <funcprototype>
- <funcdef>bool <function>selection_owner_set_for_display</function></funcdef>
- <paramdef>
- <classname>GdkDisplay</classname> <parameter>display</parameter>
- </paramdef>
- <paramdef>
- <classname>GtkWidget</classname> <parameter>widget</parameter>
- </paramdef>
- <paramdef>
- <classname>GdkAtom</classname> <parameter>selection</parameter>
- </paramdef>
- <paramdef>
- int <parameter>timestamp</parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.set_locale">
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>set_locale</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.settings_install_property">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>settings_install_property</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.settings_install_property_parser">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>settings_install_property_parser</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.show_about_dialog">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>show_about_dialog</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.stock_add">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>stock_add</function></funcdef>
- <paramdef>void</paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
- -->
-
- <!-- Not implemented as of 2006-06-05
- <method id="gtk.method.stock_add_static">
+ <method id="gtk.method.rc_get_style_by_paths">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>stock_add_static</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>GtkStyle <function>rc_get_style_by_paths</function></funcdef>
+ <paramdef>GtkSettings <parameter>settings</parameter></paramdef>
+ <paramdef>string <parameter>widget_path</parameter></paramdef>
+ <paramdef>string <parameter>class_path</parameter></paramdef>
+ <paramdef>GType <parameter>type</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2349,44 +1245,41 @@
</desc>
</method>
- -->
- <method id="gtk.method.stock_list_ids">
+ <method id="gtk.method.rc_get_theme_dir">
<funcsynopsis>
<funcprototype>
- <funcdef>array <function>stock_list_ids</function></funcdef>
+ <funcdef>string <function>rc_get_theme_dir</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
- Returns a list of available stock ids.
+
</shortdesc>
<desc>
</desc>
</method>
- <method id="gtk.method.stock_lookup">
+ <method id="gtk.method.rc_parse">
<funcsynopsis>
<funcprototype>
- <funcdef>array <function>stock_lookup</function></funcdef>
- <paramdef>
- <enumname>GtkStockItem</enumname> <parameter>stock_id</parameter>
- </paramdef>
+ <funcdef>void <function>rc_parse</function></funcdef>
+ <paramdef>string <parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
- Returns an array of information for the given stock id.
+
</shortdesc>
<desc>
</desc>
</method>
- <method id="gtk.method.target_list_add_image_targets">
+ <method id="gtk.method.rc_parse_color">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>target_list_add_image_targets</function></funcdef>
+ <funcdef>int <function>rc_parse_color</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2398,10 +1291,10 @@
</desc>
</method>
- <method id="gtk.method.target_list_add_text_targets">
+ <method id="gtk.method.rc_parse_priority">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>target_list_add_text_targets</function></funcdef>
+ <funcdef>int <function>rc_parse_priority</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2413,10 +1306,11 @@
</desc>
</method>
- <method id="gtk.method.target_list_add_uri_targets">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.rc_parse_state">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>target_list_add_uri_targets</function></funcdef>
+ <funcdef>int <function>rc_parse_state</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2427,55 +1321,28 @@
</desc>
</method>
+ -->
- <method id="gtk.method.timeout_add">
+ <method id="gtk.method.rc_parse_string">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>timeout_add</function></funcdef>
- <paramdef>int <parameter>timeout</parameter></paramdef>
- <paramdef>callback <cbfunction>callback</cbfunction></paramdef>
- <paramdef>
- mixed <parameter><optional>user_data1, ...</optional></parameter>
- </paramdef>
+ <funcdef>void <function>rc_parse_string</function></funcdef>
+ <paramdef>string <parameter>rc_string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
- Adds a callback to be called at regular intervals.
+
</shortdesc>
<desc>
- <para>
- Registers a function to be called periodically.
- The function will be called repeatedly after
- <parameter>interval</parameter> milliseconds until it
- returns <literal>false</literal> (or nothing) at which point the timeout
- is destroyed and will not be called again.
- </para>
- <para>
- So to keep the timeout alive, your callback function
- needs to <literal>return true;</literal>
- </para>
- <example>
- <title>Using Gtk::timeout_add() to create a simple clock</title>
- <programlisting role="php">
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&directory.examples;/reference/gtk/gtk/timeout_add.phpw" parse="text">
- <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- </xi:include>
- </programlisting>
- </example>
- <para>
- The integer returned by this method can be used by
- <function class="Gtk">timeout_remove</function> to destroy
- the timeout independent of the return value of the callback.
- </para>
</desc>
</method>
<!-- Not implemented as of 2006-06-05
- <method id="gtk.method.timeout_add_full">
+ <method id="gtk.method.rc_property_parse_border">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>timeout_add_full</function></funcdef>
+ <funcdef>bool <function>rc_property_parse_border</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2488,33 +1355,12 @@
</method>
-->
- <method id="gtk.method.timeout_remove">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>timeout_remove</function></funcdef>
- <paramdef>int <parameter>timeout_handler_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
- Removes a callback from being called at regular intervals.
- </shortdesc>
- <desc>
- <para>
- Destroys a timeout, stopping the callback from being
- called periodically.
- </para>
- <para>
- <parameter>timeout_handler_id</parameter> is the value
- returned by <function class="Gtk">timeout_add</function>.
- </para>
- </desc>
- </method>
-
- <method id="gtk.method.tooltips_data_get">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.rc_property_parse_color">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>tooltips_data_get</function></funcdef>
- <paramdef>GtkWidget <parameter>widget</parameter></paramdef>
+ <funcdef>bool <function>rc_property_parse_color</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2524,12 +1370,14 @@
</desc>
</method>
+ -->
- <method id="gtk.method.gtk_tooltips_data_get">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.rc_property_parse_enum">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>gtk_tooltips_data_get</function></funcdef>
- <paramdef>GtkWidget <parameter>widget</parameter></paramdef>
+ <funcdef>bool <function>rc_property_parse_enum</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2539,11 +1387,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.tree_path_new_first">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.rc_property_parse_flags">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>tree_path_new_first</function></funcdef>
+ <funcdef>bool <function>rc_property_parse_flags</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2554,11 +1404,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.tree_path_new_from_indices">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.rc_property_parse_requisition">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>tree_path_new_from_indices</function></funcdef>
+ <funcdef>bool <function>rc_property_parse_requisition</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2569,12 +1421,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.tree_path_new_from_string">
+ <method id="gtk.method.rc_reparse_all">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>tree_path_new_from_string</function></funcdef>
- <paramdef>string <parameter>path</parameter></paramdef>
+ <funcdef>bool <function>rc_reparse_all</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2585,11 +1438,12 @@
</desc>
</method>
- <method id="gtk.method.tree_row_reference_deleted">
+ <method id="gtk.method.rc_reparse_all_for_settings">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>tree_row_reference_deleted</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>bool <function>rc_reparse_all_for_settings</function></funcdef>
+ <paramdef>GtkSettings <parameter>settings</parameter></paramdef>
+ <paramdef>bool <parameter>force_load</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2600,11 +1454,11 @@
</desc>
</method>
- <method id="gtk.method.tree_row_reference_inserted">
+ <method id="gtk.method.rc_reset_styles">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>tree_row_reference_inserted</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>void <function>rc_reset_styles</function></funcdef>
+ <paramdef>GtkSettings <parameter>settings</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2615,10 +1469,11 @@
</desc>
</method>
- <method id="gtk.method.tree_row_reference_reordered">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.rc_set_default_files">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>tree_row_reference_reordered</function></funcdef>
+ <funcdef>void <function>rc_set_default_files</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2629,12 +1484,24 @@
</desc>
</method>
+ -->
- <method id="gtk.method.true">
+ <method id="gtk.method.selection_owner_set_for_display">
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>true</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>bool <function>selection_owner_set_for_display</function></funcdef>
+ <paramdef>
+ <classname>GdkDisplay</classname> <parameter>display</parameter>
+ </paramdef>
+ <paramdef>
+ <classname>GtkWidget</classname> <parameter>widget</parameter>
+ </paramdef>
+ <paramdef>
+ <classname>GdkAtom</classname> <parameter>selection</parameter>
+ </paramdef>
+ <paramdef>
+ int <parameter>timestamp</parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2645,10 +1512,11 @@
</desc>
</method>
- <method id="gtk.method.vbutton_box_get_layout_default">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.set_locale">
<funcsynopsis>
<funcprototype>
- <funcdef>GtkButtonBoxStyle <function>vbutton_box_get_layout_default</function></funcdef>
+ <funcdef>string <function>set_locale</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2659,11 +1527,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.vbutton_box_get_spacing_default">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.settings_install_property">
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>vbutton_box_get_spacing_default</function></funcdef>
+ <funcdef>void <function>settings_install_property</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2674,12 +1544,14 @@
</desc>
</method>
+ -->
- <method id="gtk.method.vbutton_box_set_layout_default">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.settings_install_property_parser">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>vbutton_box_set_layout_default</function></funcdef>
- <paramdef>GtkButtonBoxStyle <parameter>layout</parameter></paramdef>
+ <funcdef>void <function>settings_install_property_parser</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2689,12 +1561,14 @@
</desc>
</method>
+ -->
- <method id="gtk.method.vbutton_box_set_spacing_default">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.show_about_dialog">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>vbutton_box_set_spacing_default</function></funcdef>
- <paramdef>int <parameter>spacing</parameter></paramdef>
+ <funcdef>void <function>show_about_dialog</function></funcdef>
+ <paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
@@ -2704,11 +1578,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.widget_class_find_style_property">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.stock_add">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>widget_class_find_style_property</function></funcdef>
+ <funcdef>void <function>stock_add</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2719,11 +1595,13 @@
</desc>
</method>
+ -->
- <method id="gtk.method.widget_class_install_style_property">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.stock_add_static">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>widget_class_install_style_property</function></funcdef>
+ <funcdef>void <function>stock_add_static</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2734,56 +1612,88 @@
</desc>
</method>
+ -->
- <method id="gtk.method.widget_class_install_style_property_parser">
+ <method id="gtk.method.stock_list_ids">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>widget_class_install_style_property_parser</function></funcdef>
+ <funcdef>array <function>stock_list_ids</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns a list of available stock ids.
</shortdesc>
<desc>
</desc>
</method>
- <method id="gtk.method.widget_class_list_style_properties">
+ <method id="gtk.method.stock_lookup">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>widget_class_list_style_properties</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>array <function>stock_lookup</function></funcdef>
+ <paramdef>
+ <enumname>GtkStockItem</enumname> <parameter>stock_id</parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns an array of information for the given stock id.
</shortdesc>
<desc>
</desc>
</method>
- <method id="gtk.method.window_get_default_icon_list">
+ <method id="gtk.method.timeout_add">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>window_get_default_icon_list</function></funcdef>
- <paramdef>void</paramdef>
+ <funcdef>int <function>timeout_add</function></funcdef>
+ <paramdef>int <parameter>timeout</parameter></paramdef>
+ <paramdef>callback <cbfunction>callback</cbfunction></paramdef>
+ <paramdef>
+ mixed <parameter><optional>user_data1, ...</optional></parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Adds a callback to be called at regular intervals.
</shortdesc>
<desc>
+ <para>
+ Registers a function to be called periodically.
+ The function will be called repeatedly after
+ <parameter>interval</parameter> milliseconds until it
+ returns <literal>false</literal> (or nothing) at which point the timeout
+ is destroyed and will not be called again.
+ </para>
+ <para>
+ So to keep the timeout alive, your callback function
+ needs to <literal>return true;</literal>
+ </para>
+ <example>
+ <title>Using Gtk::timeout_add() to create a simple clock</title>
+ <programlisting role="php">
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&directory.examples;/reference/gtk/gtk/timeout_add.phpw" parse="text">
+ <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
+ </xi:include>
+ </programlisting>
+ </example>
+ <para>
+ The integer returned by this method can be used by
+ <function class="Gtk">timeout_remove</function> to destroy
+ the timeout independent of the return value of the callback.
+ </para>
</desc>
</method>
- <method id="gtk.method.window_list_toplevels">
+ <!-- Not implemented as of 2006-06-05
+ <method id="gtk.method.timeout_add_full">
<funcsynopsis>
<funcprototype>
- <funcdef> <function>window_list_toplevels</function></funcdef>
+ <funcdef>int <function>timeout_add_full</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
@@ -2794,51 +1704,46 @@
</desc>
</method>
+ -->
- <method id="gtk.method.window_set_default_icon_from_file">
+ <method id="gtk.method.timeout_remove">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>window_set_default_icon_from_file</function></funcdef>
- <paramdef>string <parameter>filename</parameter></paramdef>
- <paramdef>GError <parameter>error</parameter></paramdef>
+ <funcdef>void <function>timeout_remove</function></funcdef>
+ <paramdef>int <parameter>timeout_handler_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Removes a callback from being called at regular intervals.
</shortdesc>
<desc>
-
+ <para>
+ Destroys a timeout, stopping the callback from being
+ called periodically.
+ </para>
+ <para>
+ <parameter>timeout_handler_id</parameter> is the value
+ returned by <function class="Gtk">timeout_add</function>.
+ </para>
</desc>
</method>
- <method id="gtk.method.window_set_default_icon_list">
+ <method id="gtk.method.true">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>window_set_default_icon_list</function></funcdef>
+ <funcdef>bool <function>true</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns a boolean "true".
</shortdesc>
<desc>
-
+ <para>
+ Returns a boolean "true".
+ </para>
</desc>
</method>
- <method id="gtk.method.window_set_default_icon_name">
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>window_set_default_icon_name</function></funcdef>
- <paramdef>string <parameter>name</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <shortdesc>
-
- </shortdesc>
- <desc>
-
- </desc>
- </method>
</refentry>