Package conduit :: Package gtkui :: Module MsgArea :: Class MsgArea
[hide private]

Class MsgArea

source code


Instance Methods [hide private]
 
__init__(self, buttons, **kwargs) source code
 
__get_response_data(self, w, create) source code
 
__find_button(self, respid) source code
 
__close(self) source code
 
__paint(self, w, event) source code
 
__on_style_set(self, w, style) source code
 
__get_response_for_widget(self, w) source code
 
__on_action_widget_activated(self, w) source code
 
add_action_widget(self, child, respid) source code
 
set_contents(self, contents) source code
 
add_button(self, btext, respid) source code
 
add_buttons(self, args) source code
 
set_response_sensitive(self, respid, setting) source code
 
set_default_response(self, respid) source code
 
response(self, respid) source code
 
add_stock_button_with_text(self, text, stockid, respid) source code
 
set_text_and_icon(self, stockid, primary_text, secondary_text=None) source code
Class Variables [hide private]
  __gsignals__ = {"response":(gobject.SIGNAL_RUN_LAST, gobject.T...
Class Variable Details [hide private]

__gsignals__

Value:
{"response":(gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gobject.TYPE\
_INT,)), "close":(gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, [])}