From: Braden M. <br...@us...> - 2007-02-04 09:46:54
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24747 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Allow the GtkVrmlBrowser widget to take focus. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.112 retrieving revision 1.1310.2.113 diff -C2 -d -r1.1310.2.112 -r1.1310.2.113 *** ChangeLog 4 Feb 2007 09:30:09 -0000 1.1310.2.112 --- ChangeLog 4 Feb 2007 09:46:17 -0000 1.1310.2.113 *************** *** 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. |