summaryrefslogtreecommitdiff
path: root/docs/reference/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-19 01:17:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-19 01:17:29 +0000
commit783a4d99ed895bdbe3c4ae53b1dacd2c64763412 (patch)
treea856168a31efae20a1c5639f8333a99910967078 /docs/reference/gtk
parent61d32f70fc30533f6c4ceeb5bbb299a567d207e6 (diff)
downloadgtk+-783a4d99ed895bdbe3c4ae53b1dacd2c64763412.tar.gz
svn path=/trunk/; revision=21151
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r--docs/reference/gtk/tmpl/gtk-unused.sgml16
-rw-r--r--docs/reference/gtk/tmpl/gtkadjustment.sgml104
-rw-r--r--docs/reference/gtk/tmpl/gtkfilechooser.sgml78
-rw-r--r--docs/reference/gtk/tmpl/gtkfontsel.sgml45
-rw-r--r--docs/reference/gtk/tmpl/gtkfontseldlg.sgml27
-rw-r--r--docs/reference/gtk/tmpl/gtklinkbutton.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkstatusicon.sgml2
7 files changed, 231 insertions, 46 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml
index e1f0076201..f469845536 100644
--- a/docs/reference/gtk/tmpl/gtk-unused.sgml
+++ b/docs/reference/gtk/tmpl/gtk-unused.sgml
@@ -2371,6 +2371,22 @@ will be shown, or NULL to show all spacings.
@charsets: a NULL-terminated array of strings containing charset names which
will be shown, or NULL to show all charsets.
+<!-- ##### FUNCTION gtk_font_selection_get_face_entry ##### -->
+<para>
+
+</para>
+
+@fontsel:
+@Returns:
+
+<!-- ##### FUNCTION gtk_font_selection_get_family_entry ##### -->
+<para>
+
+</para>
+
+@fontsel:
+@Returns:
+
<!-- ##### FUNCTION gtk_font_selection_set_filter ##### -->
<para>
Sets one of the two font filters, to limit the fonts shown.
diff --git a/docs/reference/gtk/tmpl/gtkadjustment.sgml b/docs/reference/gtk/tmpl/gtkadjustment.sgml
index fef4104521..ee85e79d61 100644
--- a/docs/reference/gtk/tmpl/gtkadjustment.sgml
+++ b/docs/reference/gtk/tmpl/gtkadjustment.sgml
@@ -201,3 +201,107 @@ changed the #GtkAdjustment value field.
@adjustment: a #GtkAdjustment
+<!-- ##### FUNCTION gtk_adjustment_configure ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@value:
+@lower:
+@upper:
+@step_increment:
+@page_increment:
+@page_size:
+
+
+<!-- ##### FUNCTION gtk_adjustment_get_lower ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_adjustment_get_page_increment ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_adjustment_get_page_size ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_adjustment_get_step_increment ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_adjustment_get_upper ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_adjustment_set_lower ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@lower:
+
+
+<!-- ##### FUNCTION gtk_adjustment_set_page_increment ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@page_increment:
+
+
+<!-- ##### FUNCTION gtk_adjustment_set_page_size ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@page_size:
+
+
+<!-- ##### FUNCTION gtk_adjustment_set_step_increment ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@step_increment:
+
+
+<!-- ##### FUNCTION gtk_adjustment_set_upper ##### -->
+<para>
+
+</para>
+
+@adjustment:
+@upper:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkfilechooser.sgml b/docs/reference/gtk/tmpl/gtkfilechooser.sgml
index a24691a912..9d0851a953 100644
--- a/docs/reference/gtk/tmpl/gtkfilechooser.sgml
+++ b/docs/reference/gtk/tmpl/gtkfilechooser.sgml
@@ -1237,3 +1237,81 @@ End:
-->
+<!-- ##### FUNCTION gtk_file_chooser_get_current_folder_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_get_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_get_files ##### -->
+<para>
+
+</para>
+
+@chooser:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_get_preview_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_select_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@file:
+@error:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_set_current_folder_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@file:
+@error:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_set_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@file:
+@error:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_unselect_file ##### -->
+<para>
+
+</para>
+
+@chooser:
+@file:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml
index e345a9454f..e7ebf07aba 100644
--- a/docs/reference/gtk/tmpl/gtkfontsel.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml
@@ -113,33 +113,6 @@ Sets the text displayed in the preview area.
@text: the text to display in the preview area.
-<!-- ##### FUNCTION gtk_font_selection_dialog_get_apply_button ##### -->
-<para>
-
-</para>
-
-@fsd:
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_font_selection_dialog_get_cancel_button ##### -->
-<para>
-
-</para>
-
-@fsd:
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_font_selection_dialog_get_ok_button ##### -->
-<para>
-
-</para>
-
-@fsd:
-@Returns:
-
-
<!-- ##### FUNCTION gtk_font_selection_get_face ##### -->
<para>
@@ -149,15 +122,6 @@ Sets the text displayed in the preview area.
@Returns:
-<!-- ##### FUNCTION gtk_font_selection_get_face_entry ##### -->
-<para>
-
-</para>
-
-@fontsel:
-@Returns:
-
-
<!-- ##### FUNCTION gtk_font_selection_get_face_list ##### -->
<para>
@@ -185,15 +149,6 @@ Sets the text displayed in the preview area.
@Returns:
-<!-- ##### FUNCTION gtk_font_selection_get_family_entry ##### -->
-<para>
-
-</para>
-
-@fontsel:
-@Returns:
-
-
<!-- ##### FUNCTION gtk_font_selection_get_family_list ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
index 75d61fc8d6..6b44977f6f 100644
--- a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
@@ -107,3 +107,30 @@ Sets the text displayed in the preview area.
@text: the text to display in the preview area.
+<!-- ##### FUNCTION gtk_font_selection_dialog_get_apply_button ##### -->
+<para>
+
+</para>
+
+@fsd:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_font_selection_dialog_get_cancel_button ##### -->
+<para>
+
+</para>
+
+@fsd:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_font_selection_dialog_get_ok_button ##### -->
+<para>
+
+</para>
+
+@fsd:
+@Returns:
+
+
diff --git a/docs/reference/gtk/tmpl/gtklinkbutton.sgml b/docs/reference/gtk/tmpl/gtklinkbutton.sgml
index aa98dc4b8e..5e2515ffb7 100644
--- a/docs/reference/gtk/tmpl/gtklinkbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtklinkbutton.sgml
@@ -51,6 +51,11 @@ manipulated using the functions below.
</para>
+<!-- ##### ARG GtkLinkButton:visited ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_link_button_new ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkstatusicon.sgml b/docs/reference/gtk/tmpl/gtkstatusicon.sgml
index a56dd006dc..7b66654320 100644
--- a/docs/reference/gtk/tmpl/gtkstatusicon.sgml
+++ b/docs/reference/gtk/tmpl/gtkstatusicon.sgml
@@ -273,7 +273,7 @@ on Win32 doesn't allow to embed arbitrary widgets.
</para>
@status_icon:
-@icon:
+@Returns:
<!-- ##### FUNCTION gtk_status_icon_get_size ##### -->