Package fife :: Package extensions :: Package pychan :: Package widgets' :: Module common
[hide private]
[frames] | no frames]

Module common

source code

Functions [hide private]
 
get_manager() source code
 
text2gui(text)
This function is applied to all text set on widgets.
source code
 
gui2text(text)
This function is applied to all text get from widgets.
source code
 
gui2str(text)
This function returns an 8-bit representation of the unicode string.
source code
 
isLayouted(widget) source code
Function Details [hide private]

text2gui(text)

source code 

This function is applied to all text set on widgets. It replaces tabs by four spaces. It assumes the text to be a unicode object.

gui2text(text)

source code 

This function is applied to all text get from widgets. Translates the encoded string into a unicode object.

gui2str(text)

source code 

This function returns an 8-bit representation of the unicode string. This is useful for passing strings to SWIG functions.