Package twisted :: Package spread :: Package ui :: Module tkutil
[show private | hide private]
[frames | no frames]

Module twisted.spread.ui.tkutil

Classes
CList  
DirectoryBrowser  
GenericLogin  
Login  
ProgressBar  
_QueryPassword  

Function Summary
  askdirectory(**options)
Ask for a directory to save to.
  askpassword(title, prompt, **kw)
get a password from the user
  grid_setexpand(widget)

Variable Summary
str ACTIVE
str ALL
str ANCHOR
str ARC
str BASELINE
str BEVEL
str BOTH
str BOTTOM
str BROWSE
str BUTT
str CASCADE
str CENTER
str CHAR
str CHECKBUTTON
str CHORD
str COMMAND
str CURRENT
str DISABLED
str E
str END
str EW
int EXCEPTION
str EXTENDED
int FALSE
str FIRST
str FLAT
str GROOVE
str HORIZONTAL
str INSERT
str INSIDE
str LAST
str LEFT
str MITER
str MOVETO
str MULTIPLE
str N
str NE
int NO
str NONE
str NORMAL
str NS
str NSEW
str NUMERIC
str NW
int OFF
int ON
str OUTSIDE
str PAGES
str PIESLICE
str PROJECTING
str RADIOBUTTON
str RAISED
SelectReactor reactor
int READABLE
str RIDGE
str RIGHT
str ROUND
str S
str SCROLL
str SE
str SEL
str SEL_FIRST
str SEL_LAST
str SEPARATOR
str SINGLE
str SOLID
tuple StringTypes
str SUNKEN
str SW
float TclVersion
float TkVersion
str TOP
int TRUE
str UNITS
str VERTICAL
str W
str WORD
int WRITABLE
str X
str Y
int YES

Function Details

askdirectory(**options)

Ask for a directory to save to.

askpassword(title, prompt, **kw)

get a password from the user
Parameters:
title - the dialog title
prompt - the label text @param **kw: see SimpleDialog class
Returns:
a string

Variable Details

ACTIVE

Type:
str
Value:
'active'                                                               

ALL

Type:
str
Value:
'all'                                                                  

ANCHOR

Type:
str
Value:
'anchor'                                                               

ARC

Type:
str
Value:
'arc'                                                                  

BASELINE

Type:
str
Value:
'baseline'                                                             

BEVEL

Type:
str
Value:
'bevel'                                                                

BOTH

Type:
str
Value:
'both'                                                                 

BOTTOM

Type:
str
Value:
'bottom'                                                               

BROWSE

Type:
str
Value:
'browse'                                                               

BUTT

Type:
str
Value:
'butt'                                                                 

CASCADE

Type:
str
Value:
'cascade'                                                              

CENTER

Type:
str
Value:
'center'                                                               

CHAR

Type:
str
Value:
'char'                                                                 

CHECKBUTTON

Type:
str
Value:
'checkbutton'                                                          

CHORD

Type:
str
Value:
'chord'                                                                

COMMAND

Type:
str
Value:
'command'                                                              

CURRENT

Type:
str
Value:
'current'                                                              

DISABLED

Type:
str
Value:
'disabled'                                                             

E

Type:
str
Value:
'e'                                                                    

END

Type:
str
Value:
'end'                                                                  

EW

Type:
str
Value:
'ew'                                                                   

EXCEPTION

Type:
int
Value:
8                                                                      

EXTENDED

Type:
str
Value:
'extended'                                                             

FALSE

Type:
int
Value:
0                                                                      

FIRST

Type:
str
Value:
'first'                                                                

FLAT

Type:
str
Value:
'flat'                                                                 

GROOVE

Type:
str
Value:
'groove'                                                               

HORIZONTAL

Type:
str
Value:
'horizontal'                                                           

INSERT

Type:
str
Value:
'insert'                                                               

INSIDE

Type:
str
Value:
'inside'                                                               

LAST

Type:
str
Value:
'last'                                                                 

LEFT

Type:
str
Value:
'left'                                                                 

MITER

Type:
str
Value:
'miter'                                                                

MOVETO

Type:
str
Value:
'moveto'                                                               

MULTIPLE

Type:
str
Value:
'multiple'                                                             

N

Type:
str
Value:
'n'                                                                    

NE

Type:
str
Value:
'ne'                                                                   

NO

Type:
int
Value:
0                                                                      

NONE

Type:
str
Value:
'none'                                                                 

NORMAL

Type:
str
Value:
'normal'                                                               

NS

Type:
str
Value:
'ns'                                                                   

NSEW

Type:
str
Value:
'nsew'                                                                 

NUMERIC

Type:
str
Value:
'numeric'                                                              

NW

Type:
str
Value:
'nw'                                                                   

OFF

Type:
int
Value:
0                                                                      

ON

Type:
int
Value:
1                                                                      

OUTSIDE

Type:
str
Value:
'outside'                                                              

PAGES

Type:
str
Value:
'pages'                                                                

PIESLICE

Type:
str
Value:
'pieslice'                                                             

PROJECTING

Type:
str
Value:
'projecting'                                                           

RADIOBUTTON

Type:
str
Value:
'radiobutton'                                                          

RAISED

Type:
str
Value:
'raised'                                                               

reactor

Type:
SelectReactor
Value:
<twisted.internet.default.SelectReactor instance at 0x10339470>        

READABLE

Type:
int
Value:
2                                                                      

RIDGE

Type:
str
Value:
'ridge'                                                                

RIGHT

Type:
str
Value:
'right'                                                                

ROUND

Type:
str
Value:
'round'                                                                

S

Type:
str
Value:
's'                                                                    

SCROLL

Type:
str
Value:
'scroll'                                                               

SE

Type:
str
Value:
'se'                                                                   

SEL

Type:
str
Value:
'sel'                                                                  

SEL_FIRST

Type:
str
Value:
'sel.first'                                                            

SEL_LAST

Type:
str
Value:
'sel.last'                                                             

SEPARATOR

Type:
str
Value:
'separator'                                                            

SINGLE

Type:
str
Value:
'single'                                                               

SOLID

Type:
str
Value:
'solid'                                                                

StringTypes

Type:
tuple
Value:
(<type 'str'>, <type 'unicode'>)                                       

SUNKEN

Type:
str
Value:
'sunken'                                                               

SW

Type:
str
Value:
'sw'                                                                   

TclVersion

Type:
float
Value:
8.4000000000000004                                                     

TkVersion

Type:
float
Value:
8.4000000000000004                                                     

TOP

Type:
str
Value:
'top'                                                                  

TRUE

Type:
int
Value:
1                                                                      

UNITS

Type:
str
Value:
'units'                                                                

VERTICAL

Type:
str
Value:
'vertical'                                                             

W

Type:
str
Value:
'w'                                                                    

WORD

Type:
str
Value:
'word'                                                                 

WRITABLE

Type:
int
Value:
4                                                                      

X

Type:
str
Value:
'x'                                                                    

Y

Type:
str
Value:
'y'                                                                    

YES

Type:
int
Value:
1                                                                      

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:50 2003 http://epydoc.sf.net