NINJA-IDE

Module: menubar.py API

No description.


Global Functions:

Function: menu_add_section(menu, section_parts) [at ln:28]

def menu_add_section(menu, section_parts):

No description.


Class: _MenuBar(QObject)

class _MenuBar(QObject):

No description.

Function: __init__() [at ln:49]

def __init__():

No description.


Function: add_child(root_name, sub_name, child, weight, namespace=str) [at ln:82]

def add_child(root_name, sub_name, child, weight, namespace=str):

No description.


Function: add_root(root_name, root_weight=None) [at ln:66]

def add_root(root_name, root_weight=None):
Add a root menu with desired weight or at end of list

Function: add_toolbar_item(toolbar_item) [at ln:105]

def add_toolbar_item(toolbar_item):

No description.


Function: get_children_of(parent, sub_name=None, namespace=None) [at ln:92]

def get_children_of(parent, sub_name=None, namespace=None):

No description.


Function: get_root() [at ln:76]

def get_root():

No description.


Function: load_menu(ide) [at ln:109]

def load_menu(ide):

No description.


Function: load_toolbar(ide) [at ln:155]

def load_toolbar(ide):

No description.

Contents © 2013 NINJA-IDE - Powered by Nikola and Documentor