Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
908aba62
Commit
908aba62
authored
Jul 04, 2008
by
Matthias Clasen
Browse files
Doc updates
svn path=/trunk/; revision=20772
parent
faef4e8c
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
908aba62
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:
...
...
docs/reference/ChangeLog
View file @
908aba62
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:
...
...
docs/reference/gtk/tmpl/gtkradiobutton.sgml
View file @
908aba62
...
...
@@ -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 ##### -->
...
...
gtk/gtkfontsel.c
View file @
908aba62
...
...
@@ -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.
*/
...
...
gtk/gtkiconview.c
View file @
908aba62
...
...
@@ -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
...
...
gtk/gtkscalebutton.c
View file @
908aba62
...
...
@@ -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
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment