/[papo]/gnue/forms/src/GFForm.py
ViewVC logotype

Diff of /gnue/forms/src/GFForm.py

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

revision 1.12 by styxman, Fri Sep 27 17:15:02 2002 UTC revision 1.13 by apronotti, Fri Sep 27 20:21:21 2002 UTC
# Line 106  class GFForm(GFObj, GRootObj, GFEventAwa Line 106  class GFForm(GFObj, GRootObj, GFEventAwa
106                                'setStatusText':{'function':self.triggerSetStatusText,                                'setStatusText':{'function':self.triggerSetStatusText,
107                                            'global': 1,                                            'global': 1,
108                                            },                                            },
109                                  'genericBox':{'function':self.triggerGenericBox,
110                                                'global': 1},
111                                'exit':{'function':self.exit},                                'exit':{'function':self.exit},
112                                'getParameter':{'function':self.getParameter,                                'getParameter':{'function':self.getParameter,
113                                            'global': 1,                                            'global': 1,
# Line 113  class GFForm(GFObj, GRootObj, GFEventAwa Line 115  class GFForm(GFObj, GRootObj, GFEventAwa
115                                }                                }
116    
117    
118      
   
119    #    #
120    # Convert some deprecated options to new style    # Convert some deprecated options to new style
121    #    #
# Line 749  class GFForm(GFObj, GRootObj, GFEventAwa Line 750  class GFForm(GFObj, GRootObj, GFEventAwa
750    def triggerSetStatusText(self,tip=''):    def triggerSetStatusText(self,tip=''):
751      self.dispatchEvent(GFEvent('uiUPDATESTATUS',[tip,None,None,None,None,None,None]))      self.dispatchEvent(GFEvent('uiUPDATESTATUS',[tip,None,None,None,None,None,None]))
752    
753      def triggerGenericBox(self,message, buttonSet):
754        event = GFEvent('genericBox', [message,buttonSet])
755        self.dispatchEvent(event)
756        return event.data[0]

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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