Doc updates
svn path=/trunk/; revision=20772
This commit is contained in:
parent
faef4e8ce2
commit
908aba628a
@ -1,3 +1,9 @@
|
||||
2008-07-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c:
|
||||
* gtk/gtkfontsel.c:
|
||||
* gtk/gtkscalebutton.c: Small doc fixes.
|
||||
|
||||
2008-07-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkevents.c:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-07-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkradiobutton.sgml: Update
|
||||
|
||||
2008-07-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/tmpl/events.sgml:
|
||||
|
@ -128,10 +128,8 @@ Creates a new #GtkRadioButton, adding it to the same group as @radio_group_membe
|
||||
As with gtk_radio_button_new(), a widget should be packed into the radio button.
|
||||
</para>
|
||||
|
||||
@radio_group_member:
|
||||
@radio_group_member: an existing #GtkRadioButton.
|
||||
@Returns: a new radio button.
|
||||
<!-- # Unused Parameters # -->
|
||||
@group: an existing #GtkRadioButton.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_radio_button_new_with_label ##### -->
|
||||
|
@ -1710,6 +1710,8 @@ gtk_font_selection_dialog_get_font (GtkFontSelectionDialog *fsd)
|
||||
* @fsd: a #GtkFontSelectionDialog
|
||||
* @fontname: a pointer to a string
|
||||
*
|
||||
* Sets the currently selected font.
|
||||
*
|
||||
* Return value: %TRUE if the font selected in @fsd is now the
|
||||
* @fontname specified. %FALSE otherwise.
|
||||
*/
|
||||
|
@ -4582,6 +4582,7 @@ gtk_icon_view_new_with_model (GtkTreeModel *model)
|
||||
|
||||
/**
|
||||
* gtk_icon_view_convert_widget_to_bin_window_coords:
|
||||
* @icon_view: a #GtkIconView
|
||||
* @wx: X coordinate relative to the widget
|
||||
* @wy: Y coordinate relative to the widget
|
||||
* @bx: return location for bin_window X coordinate
|
||||
@ -4897,7 +4898,6 @@ gtk_icon_view_set_tooltip_query_cb (GtkWidget *widget,
|
||||
/**
|
||||
* gtk_icon_view_set_tooltip_column:
|
||||
* @icon_view: a #GtkIconView
|
||||
*
|
||||
* @column: an integer, which is a valid column number for @icon_view's model
|
||||
*
|
||||
* If you only plan to have simple (text-only) tooltips on full items, you
|
||||
|
@ -796,6 +796,8 @@ gtk_scale_button_get_minus_button (GtkScaleButton *button)
|
||||
*
|
||||
* Retrieves the popup of the #GtkScaleButton.
|
||||
*
|
||||
* Returns: the popup of the #GtkScaleButton
|
||||
*
|
||||
* Since: 2.14
|
||||
*/
|
||||
GtkWidget *
|
||||
|
Loading…
Reference in New Issue
Block a user