Re: Popup menu selections

2005-06-03 Thread Murray Cumming
On Tue, 2005-05-31 at 15:52 -0400, Bob Huston wrote: I tried to have the call back for the menu item be a method of the pDropIn class, but the compiler was not happy I guess that pDropIn is a pointer to an instance, not a class, so, with anything like: SigC::slot(*this,

Re: Glib::SignalProxyT and emit()?

2005-06-03 Thread Matthias Kaeppler
Murray Cumming wrote: On Wed, 2005-06-01 at 21:51 +0200, Matthias Kaeppler wrote: I noticed that the SignalProxy classes don't have an emit() method. How am I supposed to fire an event then? I tried converting the proxy to a normal sigc::signal, but no luck. You rarely need to emit GTK+

Problem building gtkmm CVS with jhbuild

2005-06-03 Thread Matthew Walton
This might be a jhbuild problem, I'm not sure, but I think it's a gtkmm problem... I've got jhbuild building into ~/gnome2/ glibmm from CVS is installed happily. Unfortunately, when gtkmm starts compiling (configure appears correct), it tries to run ~/gnome2/lib/glibmm-2.4/proc/gmmproc. glibmm's

Re: Problem building gtkmm CVS with jhbuild

2005-06-03 Thread Matthew Walton
Update: symlinking lib64 to lib worked, but I think it should still be able to cope with lib64. Will investigate further and see if I can figure out what's going on. This might be a jhbuild problem, I'm not sure, but I think it's a gtkmm problem... I've got jhbuild building into ~/gnome2/

how do I catch double clicks

2005-06-03 Thread John Taber
How do I catch a mouse double click? I couldn't find any class documentation on GdkEventButton and the associated event-type enums and event-type==GDK_MOUSE_DOUBLE_PRESS did not work. thks. ___ gtkmm-list mailing list gtkmm-list@gnome.org

Re: how do I catch double clicks

2005-06-03 Thread Claudio Polegato Junior
John Taber escreveu: How do I catch a mouse double click? I couldn't find any class documentation on GdkEventButton and the associated event-type enums and event-type==GDK_MOUSE_DOUBLE_PRESS did not work. thks. Hi, To catch the single and double click, you can use this: // The click

Gtkmm-forge digest, Vol 1 #930 - 1 msg

2005-06-03 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach