DAZ Script | |
---|---|
void | clearActiveWgt () |
DzActionMenu | getActionMenu () |
QWidget | getActiveWgt () |
void | setActiveWgt ( QWidget wgt ) |
Persistant menus are registered with the DzActionMgr singleton and are available to access and modifiy via script.
void : clearActiveWgt()
Clear the active widget for this persistent menu.
DzActionMenu : getActionMenu()
Return Value:
Since:
QWidget : getActiveWgt()
Return Value:
void : setActiveWgt( QWidget wgt )
Sets the active widget for this persistent menu.
Parameter(s):