Changeset 1199 for branch/k0p/umitInterfaceEditor/Tools.py
- Timestamp:
- 08/01/07 10:34:22 (6 years ago)
- Files:
-
- 1 modified
-
branch/k0p/umitInterfaceEditor/Tools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/k0p/umitInterfaceEditor/Tools.py
r1198 r1199 117 117 class ToolBarInterface: 118 118 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 120 135 121 136 122 137 class 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 123 148 def __init__(self): 124 149 HIGScrolledWindow.__init__(self)
