forked from AuroraMiddleware/gtk
Focus the text view, so the tool bar won't have focus.
2003-08-27 Anders Carlsson <andersca@gnome.org> * demos/gtk-demo/appwindow.c (do_appwindow): Focus the text view, so the tool bar won't have focus.
This commit is contained in:
parent
ccdf6b9bc9
commit
bebc663c5a
@ -1,3 +1,8 @@
|
||||
2003-08-27 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Focus the
|
||||
text view, so the tool bar won't have focus.
|
||||
|
||||
Tue Aug 26 09:57:38 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-27 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Focus the
|
||||
text view, so the tool bar won't have focus.
|
||||
|
||||
Tue Aug 26 09:57:38 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-27 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Focus the
|
||||
text view, so the tool bar won't have focus.
|
||||
|
||||
Tue Aug 26 09:57:38 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-27 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Focus the
|
||||
text view, so the tool bar won't have focus.
|
||||
|
||||
Tue Aug 26 09:57:38 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-27 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Focus the
|
||||
text view, so the tool bar won't have focus.
|
||||
|
||||
Tue Aug 26 09:57:38 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
|
||||
|
@ -347,7 +347,8 @@ do_appwindow (void)
|
||||
200, 200);
|
||||
|
||||
contents = gtk_text_view_new ();
|
||||
|
||||
gtk_widget_grab_focus (contents);
|
||||
|
||||
gtk_container_add (GTK_CONTAINER (sw),
|
||||
contents);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user