Module message_textview :: Class MessageTextView
[hide private]
[frames] | no frames]

Class MessageTextView

source code


Class for the message textview (where user writes new messages) for chat/groupchat windows
Instance Methods [hide private]
 
__init__(self) source code
 
make_clickable_urls(self, text) source code
 
get_active_tags(self) source code
 
get_active_iters(self) source code
 
set_tag(self, widget, tag) source code
 
clear_tags(self, widget) source code
 
color_set(self, widget, response, color) source code
 
font_set(self, widget, response, font) source code
 
get_xhtml(self) source code
 
destroy(self) source code
 
clear(self, widget=None)
Clear text in the textview
source code
 
save_undo(self, text) source code
 
undo(self, widget=None)
Undo text in the textview
source code
 
get_sensitive(self) source code
Class Variables [hide private]
  UNDO_LIMIT = 20
  __gsignals__ = dict(mykeypress= (gobject.SIGNAL_RUN_LAST | gob...
Method Details [hide private]

__init__(self)
(Constructor)

source code 

make_clickable_urls(self, text)

source code 

get_active_tags(self)

source code 

get_active_iters(self)

source code 

set_tag(self, widget, tag)

source code 

clear_tags(self, widget)

source code 

color_set(self, widget, response, color)

source code 

font_set(self, widget, response, font)

source code 

get_xhtml(self)

source code 

destroy(self)

source code 

clear(self, widget=None)

source code 
Clear text in the textview

save_undo(self, text)

source code 

undo(self, widget=None)

source code 
Undo text in the textview

get_sensitive(self)

source code 

Class Variable Details [hide private]

UNDO_LIMIT

Value:
20

__gsignals__

Value:
dict(mykeypress= (gobject.SIGNAL_RUN_LAST | gobject.SIGNAL_ACTION, Non\
e, (int, gtk.gdk.ModifierType)))