RE: Signal of a button dynamically created

2013-10-28 Thread Jon Zabala Gutiérrez
I think the best thing you can do is associate a number when you connect the button response to a method like this: my_button.signal_clicked().connect(sigc::bind(sigc::mem_fun(*this, &my_class::OnMyButtonClicked),iNumber)); The only thing you have to take into account is that the response metho

Problem with CSS style options

2013-09-03 Thread Jon Zabala Gutiérrez
Hi all, I am creating an application in Ubuntu using Gtkmm libraries, and I have a problem with the CSS style properties. I started the application using Gtkmm 3.0 that at that moment included Gtk 3.2 library. In the GtkCssProvider reference it says for the style supported property background

Problem activating a column in a row of a TreeView

2009-05-19 Thread Jon Zabala Gutiérrez
Hi Guys, I am developing a app with Gtk and I have a problem that is driving me mad. I have a TreeView with 3 columns, one of these columns associated to a Gtk::CellRendererText. My problem is that I want to activate this CellRenderer, saying in other words, I want to put the cursor in this

Problems upgrading my app to Visual C++ Express 2008

2008-06-18 Thread Jon Zabala Gutiérrez
Hi All! Until now I was using Visual C++ Express 2005 with gtkmm libraries version 2.10.11-1 and it worked, but now I have upgraded to Visual C++ Express 2008 and I get crashes when deleting widgets (deleting widgets created with new) in the same project that works with 2005. Is there any ne