Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24775
Modified Files:
ChangeLog
Log Message:
Allow the GtkVrmlBrowser widget to take focus.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1437
retrieving revision 1.1438
diff -C2 -d -r1.1437 -r1.1438
*** ChangeLog 4 Feb 2007 09:30:27 -0000 1.1437
--- ChangeLog 4 Feb 2007 09:46:32 -0000 1.1438
***************
*** 1,4 ****
--- 1,15 ----
2007-02-04 Braden McDaniel <br...@en...>
+ Allow the GtkVrmlBrowser widget to take focus.
+
+ * src/openvrml-gtkplug/gtkvrmlbrowser.cpp
+ (gtk_vrml_browser_init(GtkVrmlBrowser *)): Added
+ GDK_FOCUS_CHANGE_MASK to the event mask; set the widget's
+ can-focus property to "true".
+ (gtk_vrml_browser_button_press_event(GtkWidget *, GdkEventButton*,
+ gpointer)): Grab the focus.
+
+ 2007-02-04 Braden McDaniel <br...@en...>
+
Factored GladeXML creation out of main.
|