commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef/src UIwxpython.py


From: Jason Cater
Subject: gnue/gnuef/src UIwxpython.py
Date: Wed, 14 Nov 2001 19:01:06 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/11/14 19:01:06

Modified files:
        gnuef/src      : UIwxpython.py 

Log message:
        under win32, made the login handler place focus on the Username field 
after creation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/UIwxpython.py.diff?cvsroot=OldCVS&tr1=1.118&tr2=1.119&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/UIwxpython.py
diff -u gnue/gnuef/src/UIwxpython.py:1.118 gnue/gnuef/src/UIwxpython.py:1.119
--- gnue/gnuef/src/UIwxpython.py:1.118  Wed Nov 14 12:56:10 2001
+++ gnue/gnuef/src/UIwxpython.py        Wed Nov 14 19:01:06 2001
@@ -1004,6 +1004,8 @@
         self.textctrlList[i].SetPosition(wxPoint(xPos + xSpacing, lastY))
         lastY = lastY + ySpacing
 
+      # Set the focus to the first text entry field
+      self.textctrlList[0].SetFocus()
 
       # Create and position the logo
       wxStaticBitmap(self.dlg,-1, bmp,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]