/[gnue]/gnue-forms/src/uidrivers/win32/common.py
ViewVC logotype

Diff of /gnue-forms/src/uidrivers/win32/common.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by btami, Sat May 24 15:20:07 2003 UTC revision 1.9 by btami, Tue Jul 1 18:36:28 2003 UTC
# Line 65  def getNextId(): Line 65  def getNextId():
65    _idPos += 1    _idPos += 1
66    return _idPos    return _idPos
67    
 #  
 # Little global helper routine to set font according to options  
 #  
 # TODO: Not completed  
 #  
 def initFont(widget, affectsLayout=1):  
   global _font  
   widget.SetFont(_font)  
     
 def setWidgetBaseFont(font):  
   global _font  
   _font = font  
68    
69  def centerWindow(hwnd):  def centerWindow(hwnd):
70    desktop = win32gui.GetDesktopWindow()    desktop = win32gui.GetDesktopWindow()

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26