Skip to content

Instantly share code, notes, and snippets.

@rooterkyberian
Last active August 29, 2015 14:21
Show Gist options
  • Save rooterkyberian/b1c13f37705a89885ebf to your computer and use it in GitHub Desktop.
Save rooterkyberian/b1c13f37705a89885ebf to your computer and use it in GitHub Desktop.
<NavMenu>:
slide_button: slide_button
menu_grid: menu_grid
auto_bring_to_front: True
size_hint_x: 0.2
size_hint_y: 0.2
pos: (-self.width + slide_button.width,0)
orientation: 'horizontal'
rows: 1
BoxLayout:
id: menu_grid
orientation: 'vertical'
MyCustomWidget1
MyCustomWidget2
Button:
id: slide_button
text: ">"
width: self.texture_size[1]
size_hint_x: None
on_release: root.menu_open = not root.menu_open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment