diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-04-12 22:25:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-04-12 22:25:21 +0000 |
commit | 913e6e9ea9c1f92fc3dff71d0395542c7f5a3618 (patch) | |
tree | ada9120ba57e96c6e193013a17f88205f2855a6a /gtk/gtkbutton.c | |
parent | e2abcc2dea4aa42dcc057f531acfc2208d489685 (diff) | |
download | gdk-pixbuf-913e6e9ea9c1f92fc3dff71d0395542c7f5a3618.tar.gz |
Document.
2003-04-13 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeviewcolumn.c
(gtk_tree_view_column_cell_get_position): Document.
* gtk/gtktextbuffer.c (gtk_text_buffer_select_range):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand):
* gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
these as 2.4 additions.
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 165f60e27..84ebed24e 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -1262,6 +1262,8 @@ gtk_button_get_use_stock (GtkButton *button) * Making mouse clicks not grab focus is useful in places like toolbars where * you don't want the keyboard focus removed from the main area of the * application. + * + * Since: 2.4 **/ void gtk_button_set_focus_on_click (GtkButton *button, @@ -1288,6 +1290,8 @@ gtk_button_set_focus_on_click (GtkButton *button, * * Return value: %TRUE if the button grabs focus when it is clicked with * the mouse. + * + * Since: 2.4 **/ gboolean gtk_button_get_focus_on_click (GtkButton *button) |