Exemplo n.º 1
0
def main( hashtable = None ):
	"Display the comb dialog."
	preferences.displayDialog( CombPreferences() )
Exemplo n.º 2
0
def main(hashtable=None):
    "Display the tower dialog."
    preferences.displayDialog(TowerPreferences())
Exemplo n.º 3
0
def main( hashtable = None ):
	"Display the stretch dialog."
	preferences.displayDialog( StretchPreferences() )
Exemplo n.º 4
0
def main(hashtable=None):
    "Display the fillet dialog."
    preferences.displayDialog(FilletPreferences())
Exemplo n.º 5
0
def main(hashtable=None):
    "Display the comb dialog."
    preferences.displayDialog(CombPreferences())
Exemplo n.º 6
0
def main( hashtable = None ):
	"Display the slice dialog."
	preferences.displayDialog( SlicePreferences() )
Exemplo n.º 7
0
def main(hashtable=None):
    "Display the stretch dialog."
    preferences.displayDialog(StretchPreferences())
Exemplo n.º 8
0
def main( hashtable = None ):
	"Display the vectorwrite dialog."
	preferences.displayDialog( VectorwritePreferences() )
Exemplo n.º 9
0
def main( hashtable = None ):
	"Display the fill dialog."
	preferences.displayDialog( FillPreferences() )
Exemplo n.º 10
0
def main( hashtable = None ):
	"Display the tower dialog."
	preferences.displayDialog( TowerPreferences() )