diff options
Diffstat (limited to 'docs/reference/gtk/tmpl')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprogressbar.sgml | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkradiobutton.sgml | 7 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkradiomenuitem.sgml | 8 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkspinbutton.sgml | 9 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkstyle.sgml | 9 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtktooltips.sgml | 10 |
6 files changed, 4 insertions, 45 deletions
diff --git a/docs/reference/gtk/tmpl/gtkprogressbar.sgml b/docs/reference/gtk/tmpl/gtkprogressbar.sgml index e397cfba63..c05dbd595b 100644 --- a/docs/reference/gtk/tmpl/gtkprogressbar.sgml +++ b/docs/reference/gtk/tmpl/gtkprogressbar.sgml @@ -264,12 +264,6 @@ directions for the visible progress bar. <!-- ##### FUNCTION gtk_progress_bar_new_with_adjustment ##### --> -<para> -Creates a new #GtkProgressBar with an associated #GtkAdjustment. -</para> - -@adjustment: a #GtkAdjustment. -@Returns: a #GtkProgressBar. <!-- ##### FUNCTION gtk_progress_bar_set_bar_style ##### --> diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index c6c55c1ef2..69dd718e3a 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -197,13 +197,6 @@ gtk_radio_button_get_group(). <!-- ##### FUNCTION gtk_radio_button_get_group ##### --> -<para> -Retrieves the group assigned to a radio button. -</para> -@radio_button: a #GtkRadioButton. -@Returns: a linked list containing all the radio buttons in the same group -as @radio_button. The returned list is owned by the radio button -and must not be modified or freed. diff --git a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml index a9373ccc65..0c25162a0a 100644 --- a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml @@ -80,14 +80,6 @@ Creates a new #GtkRadioMenuItem. <!-- ##### FUNCTION gtk_radio_menu_item_new_with_label ##### --> -<para> -Creates a new #GtkRadioMenuItem whose child is a simple #GtkLabel. -</para> - -@group: the group to which the radio menu item is to be attached -@label: the text for the label -@Returns: a new #GtkRadioMenuItem - <!-- ##### FUNCTION gtk_radio_menu_item_new_with_mnemonic ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml index 8ddd7a20f7..67efd898ac 100644 --- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml @@ -246,13 +246,12 @@ GTK_SPIN_END</entry> <!-- ##### FUNCTION gtk_spin_button_configure ##### --> <para> -Changes the properties of an existing spin button. The adjustment, climb rate, and number of decimal places are all changed accordingly, after this function call. + </para> -@spin_button: a #GtkSpinButton. -@adjustment: a #GtkAdjustment. -@climb_rate: the new climb rate. -@digits: the number of decimal places to display in the spin button. + +@adjustment: + <!-- ##### FUNCTION gtk_spin_button_new ##### --> diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml index a6c944d8a6..5e13cbf679 100644 --- a/docs/reference/gtk/tmpl/gtkstyle.sgml +++ b/docs/reference/gtk/tmpl/gtkstyle.sgml @@ -136,15 +136,6 @@ Returns whether the style is attached to a window. </para> -@style: -@window: -@set_bg: -@state_type: -@area: -@x: -@y: -@width: -@height: <!-- ##### MACRO gtk_style_apply_default_pixmap ##### --> diff --git a/docs/reference/gtk/tmpl/gtktooltips.sgml b/docs/reference/gtk/tmpl/gtktooltips.sgml index 41ce78e567..4c9a759fa4 100644 --- a/docs/reference/gtk/tmpl/gtktooltips.sgml +++ b/docs/reference/gtk/tmpl/gtktooltips.sgml @@ -146,16 +146,6 @@ Sets the time between the user moving the mouse over a widget and the widget's t <!-- ##### FUNCTION gtk_tooltips_set_tip ##### --> -<para> -Adds a tooltip containing the message @tip_text to the specified #GtkWidget. -</para> - -@tooltips: a #GtkTooltips. -@widget: the #GtkWidget you wish to associate the tip with. -@tip_text: a string containing the tip itself. -@tip_private: a string of any further information that may be useful if the user gets stuck. -@Deprecated: 2.12: - <!-- ##### FUNCTION gtk_tooltips_data_get ##### --> <para> |