Show
Ignore:
Timestamp:
08/01/07 10:34:22 (6 years ago)
Author:
kop-labs
Message:

Add drag_received (option_check)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/k0p/umitInterfaceEditor/Tools.py

    r1198 r1199  
    117117class ToolBarInterface: 
    118118    def __init__(self): 
    119         pass 
     119        self.ui_info = """ 
     120 
     121        <toolbar> 
     122            <toolitem action='Move Up'/> 
     123            <toolitem action='Move Down'/> 
     124            <separator/> 
     125            <toolitem action='Move Section Left'/> 
     126            <toolitem action='Move Section Right'/> 
     127            <separator/> 
     128            <toolitem action='Add Section'/> 
     129            <toolitem action='Remove Section'/> 
     130            <separator/> 
     131            <toolitem action='Remove Option'/>          
     132        </toolbar> 
     133        """ 
     134         
    120135     
    121136 
    122137class Proprieties(HIGScrolledWindow): 
     138    ''' 
     139     
     140    This box should be configurable  
     141    if widget is of a type all configuration should be change to this type 
     142     
     143    #tricks: option_list have a icon to fill with options 
     144    and option_check have a list of options in combo to change 
     145     
     146    ''' 
     147     
    123148    def __init__(self): 
    124149        HIGScrolledWindow.__init__(self)