InitGui.TemplatePyModWorkbench Class Reference

Public Member Functions

def Activated (self)
 
def Deactivated (self)
 
def Initialize (self)
 

Static Public Attributes

string Icon
 
string MenuText = "Python sandbox"
 
string ToolTip = "Python template workbench"
 

Member Function Documentation

◆ Activated()

◆ Deactivated()

def InitGui.TemplatePyModWorkbench.Deactivated (   self)

◆ Initialize()

Member Data Documentation

◆ Icon

string InitGui.TemplatePyModWorkbench.Icon
static
Initial value:
= """
/* XPM */
static const char *test_icon[]={
"16 16 2 1",
"a c #000000",
". c None",
"................",
"................",
"..############..",
"..############..",
"..############..",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"................",
"................"};
"""

◆ MenuText

string InitGui.TemplatePyModWorkbench.MenuText = "Python sandbox"
static

◆ ToolTip

string InitGui.TemplatePyModWorkbench.ToolTip = "Python template workbench"
static

The documentation for this class was generated from the following file: