commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src/uidrivers/wx UIdriver.py


From: Jason Cater
Subject: gnue/forms/src/uidrivers/wx UIdriver.py
Date: Tue, 28 May 2002 11:28:21 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/05/28 11:28:19

Modified files:
        forms/src/uidrivers/wx: UIdriver.py 

Log message:
        [ticket #39] removed redundent combo box initialization code [patch by 
btami]

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/uidrivers/wx/UIdriver.py.diff?tr1=1.174&tr2=1.175&r1=text&r2=text

Patches:
Index: gnue/forms/src/uidrivers/wx/UIdriver.py
diff -c gnue/forms/src/uidrivers/wx/UIdriver.py:1.174 
gnue/forms/src/uidrivers/wx/UIdriver.py:1.175
*** gnue/forms/src/uidrivers/wx/UIdriver.py:1.174       Thu May 16 08:42:12 2002
--- gnue/forms/src/uidrivers/wx/UIdriver.py     Tue May 28 11:28:19 2002
***************
*** 771,777 ****
          styles = wxTE_PROCESS_TAB
          if object.height > 1:
            styles = styles|wxTE_MULTILINE
!         value = object.getValue()
        else:
          styles = 0
          value = ""
--- 771,777 ----
          styles = wxTE_PROCESS_TAB
          if object.height > 1:
            styles = styles|wxTE_MULTILINE
!         value = ""  ## object.getValue()
        else:
          styles = 0
          value = ""
***************
*** 780,786 ****
  
      _setDefaultEventHandlers(newWidget,initialize)
      return newWidget
!   
    def comboHandler(self, event):
      action = None
      if event.GetEventType() == wxEVT_COMMAND_COMBOBOX_SELECTED:
--- 780,786 ----
  
      _setDefaultEventHandlers(newWidget,initialize)
      return newWidget
! 
    def comboHandler(self, event):
      action = None
      if event.GetEventType() == wxEVT_COMMAND_COMBOBOX_SELECTED:



reply via email to

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