Link Search Menu Expand Document

Class Menu

Class diagram of class of Menu.

Functions

Function summury
__init__(self, obj=None, direction=0)  
add_child(self, key, button)  
show_button_label(self, show=True)  
show_button_background(self, show=True)  
set_direction(self, direction=0)  

Methods desciption :

init

def __init__(self, obj=None, direction=0)

add_child

def add_child(self, key, button)

show_button_label

def show_button_label(self, show=True)

show_button_background

def show_button_background(self, show=True)

set_direction

def set_direction(self, direction=0)