#include <chatview.h>
Public Member Functions | |
ChatView (BaseObjectType *cobject, const Glib::RefPtr< Gnome::Glade::Xml > &refGlade) | |
ChatView () | |
virtual | ~ChatView () |
virtual bool | on_button_press_event (GdkEventButton *event) |
Public Attributes | |
sigc::signal< void, GdkEventButton * > | signal_menu |
Protected Attributes | |
Glib::RefPtr < Gnome::Glade::Xml > | m_refGlade |
Gtk::TextView * | textview |
ChatView::ChatView | ( | BaseObjectType * | cobject, | |
const Glib::RefPtr< Gnome::Glade::Xml > & | refGlade | |||
) | [inline] |
ChatView::ChatView | ( | ) | [inline] |
ChatView::~ChatView | ( | ) | [virtual] |
bool ChatView::on_button_press_event | ( | GdkEventButton * | event | ) | [virtual] |
Glib::RefPtr<Gnome::Glade::Xml> ChatView::m_refGlade [protected] |
Gtk::TextView* ChatView::textview [protected] |
sigc::signal<void, GdkEventButton*> ChatView::signal_menu |