Help with Gtk::MessageDialog
- From: "Jamiil Abduqadir" <jalqadir gmail com>
- To: "Gtkmm Mailing List" <gtkmm-list gnome org>
- Subject: Help with Gtk::MessageDialog
- Date: Wed, 27 Dec 2006 19:25:27 -0800
I have a class that derives from 'Gtk::MessageDialog', the class
displays a message box with an 'OK' button, the class is working just
fine, however, I don't know how to write a
namespace jme{
class GtkmmException : public virtual Gtk::MessageDialog{
private:
jme::Exception* ex;
protected:
public:
GtkmmException(Glib::ustring&, jme::Exception&);
~GtkmmException();
virtual void btnClicked();
}; // class
} // namespace
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]