mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Improve documentation. (#117306, Steve Chaplin)
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve documentation. (#117306, Steve Chaplin)
This commit is contained in:
parent
85e23e7121
commit
ad709dcfea
@ -1,3 +1,8 @@
|
||||
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
|
||||
documentation. (#117306, Steve Chaplin)
|
||||
|
||||
2003-09-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
|
||||
documentation. (#117306, Steve Chaplin)
|
||||
|
||||
2003-09-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
|
||||
documentation. (#117306, Steve Chaplin)
|
||||
|
||||
2003-09-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
|
||||
documentation. (#117306, Steve Chaplin)
|
||||
|
||||
2003-09-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
|
||||
documentation. (#117306, Steve Chaplin)
|
||||
|
||||
2003-09-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
|
||||
|
@ -10180,6 +10180,9 @@ gtk_tree_view_real_set_cursor (GtkTreeView *tree_view,
|
||||
* Fills in @path and @focus_column with the current path and focus column. If
|
||||
* the cursor isn't currently set, then *@path will be %NULL. If no column
|
||||
* currently has focus, then *@focus_column will be %NULL.
|
||||
*
|
||||
* The returned #GtkTreePath must be freed with gtk_tree_path_free() when
|
||||
* you are done with it.
|
||||
**/
|
||||
void
|
||||
gtk_tree_view_get_cursor (GtkTreeView *tree_view,
|
||||
|
Loading…
Reference in New Issue
Block a user