gdesk.ezdock.laystruct module

class gdesk.ezdock.laystruct.LayoutStruct

Bases: object

compact()
compact_branch(node)
describe()
distribute()
insert_branch(branch, relation='right', to_panel=None, size=100)
insert_panel(panel, relation='right', to_panel=None, size=100)
insert_panel_tree(node, new_node, relation, to_panel=None, size=100)

Relation is either: ‘left’, ‘right’, ‘top’, ‘bottom’ or ‘tab’

is_empty()
pop_node(nodetype='layout', category='tab', node_id=None)
show()
static show_branch(node, prefix='')