#-- #:import ButtonDock tagit.widgets.dock.ButtonDock # FIXME: mb/port : markup: True : markup: True valign: 'middle' halign: 'center' : orientation: 'horizontal' status: '' navigation: '' status_label: status_label navigation_label: navigation_label ButtonDock: root: root.root orientation: 'lr-tb' size_hint: None, 1 name: 'navigation_left' # space for three buttons width: 3*30 + 2*5 spacing: 5 button_height: 30 button_show: 'image', NavigationLabel: id: navigation_label size_hint: None, 1 width: 180 text: root.navigation ButtonDock: root: root.root size_hint: None, 1 orientation: 'lr-tb' name: 'navigation_right' # space for three buttons width: 3*30 + 2*5 spacing: 5 button_height: 30 button_show: 'image', StatusLabel: # gets remaining size id: status_label text_size: self.size text: root.status ButtonDock: root: root.root orientation: 'lr-tb' size_hint: None, 1 name: 'status' # space for three buttons width: 3*30 + 2*5 spacing: 5 button_height: 30 button_show: 'image', ## EOF ##