diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 01bb018902..a54d838b5a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,6 @@ 2007-06-25 Matthias Clasen + * gtk/tmpl/gtkrange.sgml: * gtk/tmpl/gtkrecentaction.sgml: * gtk/tmpl/gtktooltip.sgml: * gtk/tmpl/gtkvscrollbar.sgml: Additions diff --git a/docs/reference/gtk/tmpl/gtkrange.sgml b/docs/reference/gtk/tmpl/gtkrange.sgml index 9700f54f66..5e3d506fae 100644 --- a/docs/reference/gtk/tmpl/gtkrange.sgml +++ b/docs/reference/gtk/tmpl/gtkrange.sgml @@ -6,7 +6,14 @@ Base class for widgets which visualize an adjustment - +#GtkRange is the common base class for widgets which visualize an +adjustment, e.g scales or scrollbars. + + +Apart from signals for monitoring the parameters of the adjustment, +GtkRange provides properties and methods for influencing the sensitivity +of the "steppers". It also provides properties and methods for setting a +"fill level" on range widgets. See gtk_range_set_fill_level(). diff --git a/docs/reference/gtk/tmpl/gtkrecentaction.sgml b/docs/reference/gtk/tmpl/gtkrecentaction.sgml index ebba90b234..5fb7802f0a 100644 --- a/docs/reference/gtk/tmpl/gtkrecentaction.sgml +++ b/docs/reference/gtk/tmpl/gtkrecentaction.sgml @@ -6,7 +6,15 @@ An action of which represents a list of recently used files - +A GtkRecentAction represents a list of recently used files, which +can be shown by widgets such as #GtkRecentChooserDialog or +#GtkRecentChooserMenu. + + +To construct a submenu showing recently used files, use a GtkRecentAction +as the action for a <menuitem>. To construct a menu toolbutton showing +the recently used files in the popup menu, use a GtkRecentAction as the +action for a <toolitem> element.