Hello,

I'm new to gtk so my problem may be quite basic.


***************
class Pump: public Gtk::Button
{
  public:
    Gtk::Frame frame;
    Pump();
    void on_clicked();

private:
  Gtk::EventBox outer;
};
****************
I have my class which has a frame with eventbox inside. EventBox has
specified size (100x100pix).

I  want to get on_clicked event (on frame or eventbox). But
Gtk::Button::on_clicked() doesn't work.

Thanks id advance for your help.
-- 
View this message in context: 
http://old.nabble.com/Using-Gtk%3A%3AButton%3A%3Aon_clicked-function--tp32665672p32665672.html
Sent from the Gtkmm mailing list archive at Nabble.com.

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to