forked from AuroraMiddleware/gtk
Return FALSE if not shoing the titles. (#70959, Thomas Leonard)
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkclist.c (title_focus_in): Return FALSE if not shoing the titles. (#70959, Thomas Leonard)
This commit is contained in:
parent
6ec06edbbf
commit
ac447dc59b
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (title_focus_in): Return FALSE if
|
||||
not shoing the titles. (#70959, Thomas Leonard)
|
||||
|
||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
|
||||
|
@ -6614,6 +6614,9 @@ title_focus_in (GtkCList *clist, gint dir)
|
||||
gint i;
|
||||
gint left, right;
|
||||
|
||||
if (!GTK_CLIST_SHOW_TITLES (clist))
|
||||
return FALSE;
|
||||
|
||||
/* Check last focused column */
|
||||
if (clist->focus_header_column != -1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user