diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8a94a29a6c..2fff053024 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2007-05-26 Matthias Clasen + + * gtk/*: Get the docs in shape + 2007-05-25 Matthias Clasen * gtk/gtk-sections.txt: Add new functions diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 8088be3040..19f6adf676 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -41,6 +41,7 @@ IGNORE_HFILES= \ gtkfilesystemwin32.h \ gtkhsv.h \ gtkiconcache.h \ + gtkiconcachevalidator.h \ gtkiconthemeparser.h \ gtkimmodule.h \ gtkintl.h \ @@ -58,15 +59,20 @@ IGNORE_HFILES= \ gtkprintutils.h \ gtkprintoperation-private.h \ gtkprivate.h \ + gtkquery.h \ gtkrbtree.h \ gtkrecentchooserdefault.h \ gtkrecentchooserutils.h \ gtkrecentchooserprivate.h \ + gtksearchengine.h \ + gtksearchenginebeagle.h \ + gtksearchenginetracker.h \ + gtksearchenginesimple.h \ gtksequence.h \ gtksocketprivate.h \ - gtktreedatalist.h \ - gtktreeprivate.h \ gtktextbtree.h \ + gtktextbufferserializ.h \ + gtktextchildprivate.h \ gtktextdisplay.h \ gtktextiterprivate.h \ gtktextlayout.h \ @@ -75,10 +81,14 @@ IGNORE_HFILES= \ gtktexttagprivate.h \ gtktexttypes.h \ gtktextutil.h \ + gtkthemes.h \ gtktoggleactionprivate.h \ gtktrayicon.h \ + gtktreedatalist.h \ + gtktreeprivate.h \ gtktypebuiltins.h \ gtkxembed.h \ + gtkwindow-decorate.h \ gtkwin32embed.h \ gtkwin32embedwidget.h \ xdgmime \ diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index c6cabcf413..a5ea4b1ecd 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -106,6 +106,7 @@ + @@ -393,9 +394,9 @@ that is, GUI components such as GtkButton or &GtkButton; &GtkCheckButton; &GtkRadioButton; - &GtkScaleButton; &GtkToggleButton; &GtkLinkButton; + &GtkScaleButton; &GtkVolumeButton; @@ -476,6 +477,7 @@ that is, GUI components such as GtkButton or &GtkAction; &GtkToggleAction; &GtkRadioAction; + &GtkRecentAction; @@ -654,6 +656,7 @@ that is, GUI components such as GtkButton or >k-glossary; + diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index f4059825b9..17d9192cf1 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -472,6 +472,43 @@ GTK_BUTTON_GET_CLASS gtk_button_get_type +
+gtkscalebutton +GtkScaleButton +GtkScaleButton +gtk_scale_button_new +gtk_scale_button_set_icons +gtk_scale_button_get_value +gtk_scale_button_get_adjustment +gtk_scale_button_set_adjustment + +GTK_TYPE_SCALE_BUTTON +GTK_SCALE_BUTTON +GTK_IS_SCALE_BUTTON +GTK_SCALE_BUTTON_CLASS +GTK_IS_SCALE_BUTTON_CLASS +GTK_SCALE_BUTTON_GET_CLASS + +gtk_scale_button_get_type +GtkScaleButtonPrivate +
+ +
+gtkvolumebutton +GtkVolumeButton +GtkVolumeButton +gtk_volume_button_new + +GTK_VOLUME_BUTTON +GTK_TYPE_VOLUME_BUTTON +GTK_IS_VOLUME_BUTTON +GTK_VOLUME_BUTTON_CLASS +GTK_IS_VOLUME_BUTTON_CLASS +GTK_VOLUME_BUTTON_GET_CLASS + +gtk_volume_button_get_type +
+
gtkcalendar GtkCalendar @@ -2976,6 +3013,26 @@ GtkRecentManagerPrivate gtk_recent_manager_error_quark
+
+gtkrecentaction +GtkRecentAction +GtkRecentAction +gtk_recent_action_new +gtk_recent_action_new_for_manager +gtk_recent_action_get_show_numbers +gtk_recent_action_set_show_numbers + +GTK_TYPE_RECENT_ACTION +GTK_RECENT_ACTION +GTK_IS_RECENT_ACTION +GTK_RECENT_ACTION_CLASS +GTK_IS_RECENT_ACTION_CLASS +GTK_RECENT_ACTION_GET_CLASS + +GtkRecentActionPrivate +gtk_recent_action_get_type +
+
gtkruler GtkRuler @@ -4072,6 +4129,25 @@ GTK_TOOLTIPS_GET_CLASS gtk_tooltips_get_type
+
+gtktooltip +GtkTooltip +gtk_tooltip_set_markup +gtk_tooltip_set_icon +gtk_tooltip_set_icon_from_stock +gtk_tooltip_set_custom +gtk_tooltip_trigger_tooltip_query +gtk_tooltip_focus_in +gtk_tooltip_focus_out +gtk_tooltip_toggle_keyboard_mode +gtk_tooltip_handle_event +gtk_tooltip_hide + +GTK_TYPE_TOOLTIP + +gtk_tooltip_get_type +
+
gtktree GtkTree @@ -5154,6 +5230,9 @@ gtk_widget_get_action gtk_widget_is_composited gtk_widget_error_bell gtk_widget_keynav_failed +gtk_widget_get_tooltip_window +gtk_widget_set_tooltip_window +gtk_widget_trigger_tooltip_query gtk_requisition_copy gtk_requisition_free @@ -5272,6 +5351,8 @@ gtk_window_set_icon_list gtk_window_set_icon_from_file gtk_window_set_icon_name gtk_window_set_auto_startup_notification +gtk_window_get_opacity +gtk_window_set_opacity GTK_WINDOW GTK_IS_WINDOW @@ -6234,7 +6315,7 @@ GTK_PRINT_UNIX_DIALOG_CLASS GTK_IS_PRINT_UNIX_DIALOG GTK_IS_PRINT_UNIX_DIALOG_CLASS GTK_PRINT_UNIX_DIALOG_GET_CLASS - +GTK_TYPE_PRINT_CAPABILITIES GtkPrintUnixDialogPrivate gtk_print_unix_dialog_get_type diff --git a/docs/reference/gtk/tmpl/gtkrecentaction.sgml b/docs/reference/gtk/tmpl/gtkrecentaction.sgml new file mode 100644 index 0000000000..41cc38696a --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkrecentaction.sgml @@ -0,0 +1,73 @@ + +GtkRecentAction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@name: +@label: +@tooltip: +@stock_id: +@Returns: + + + + + + + +@name: +@label: +@tooltip: +@stock_id: +@manager: +@Returns: + + + + + + + +@action: +@Returns: + + + + + + + +@action: +@show_numbers: + + diff --git a/docs/reference/gtk/tmpl/gtkscalebutton.sgml b/docs/reference/gtk/tmpl/gtkscalebutton.sgml new file mode 100644 index 0000000000..5c7c253521 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkscalebutton.sgml @@ -0,0 +1,122 @@ + +GtkScaleButton + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@scalebutton: the object which received the signal. + + + + + + +@scalebutton: the object which received the signal. + + + + + + +@scalebutton: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + + + + + + +@size: +@min: +@max: +@step: +@icons: +@Returns: + + + + + + + +@button: +@adjustment: + + + + + + + +@button: +@icons: + + + + + + + +@button: +@value: + + + + + + + +@button: +@Returns: + + + + + + + +@button: +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtktooltip.sgml b/docs/reference/gtk/tmpl/gtktooltip.sgml new file mode 100644 index 0000000000..13eda3ca21 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtktooltip.sgml @@ -0,0 +1,66 @@ + +GtkTooltip + + + + + + + + + + + + + + + + + + + + + + + + +@tooltip: +@markup: + + + + + + + +@tooltip: +@pixbuf: + + + + + + + +@tooltip: +@stock_id: +@size: + + + + + + + +@tooltip: +@custom_widget: + + + + + + + +@display: + + diff --git a/docs/reference/gtk/tmpl/gtkvolumebutton.sgml b/docs/reference/gtk/tmpl/gtkvolumebutton.sgml new file mode 100644 index 0000000000..657728822a --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkvolumebutton.sgml @@ -0,0 +1,35 @@ + +GtkVolumeButton + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@Returns: + +