Using Gtk::Button::on_clicked function?
- From: _Michal_ <m szlosar upos pl>
- To: gtkmm-list gnome org
- Subject: Using Gtk::Button::on_clicked function?
- Date: Mon, 17 Oct 2011 02:39:57 -0700 (PDT)
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]