This class lets extension-scripts hook into the main menu of
Scribus.
|
__init__(self,
window=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
QMenu
|
|
|
|
QAction instance
|
|
|
|
|
appendMenu(self,
menu)
Probably not that usefull because it will add a menu after the help
menu |
source code
|
|
|
insertMenuAfter(self,
after_menu,
new_menu)
Insert a menu before another menu in the menubar |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|