Receiving G_IO_HUP when reading output of g_spawn'ed Ruby script

2010-07-01 Thread altanis
Hello, I have written a small plugin for Audacious (http://audacious-media-player.org/), which utilises an external script to retrieve lyrics and displays them in a window. I have a strange problem. The way I call this external script is this: result = g_spawn_async_with_pipes(NULL,

destroy a window

2010-07-01 Thread Zdeněk Skulínek
Hello I have problem with destroying window. How I rightly quit the window, eg on signal on_clicked from a button. E.g. I need true cancel button. When I may delte the window. I'm using gtkmm. Thanks Zdeněk ___ gtk-app-devel-list mailing list

Ctrl-click with gtk-x11 on Mac

2010-07-01 Thread Allin Cottrell
Hello all, I distribute an OS X version of my GTK app, using as runtime GTK 2.14 (X11, not quartz native, since I'm not in a position to build the latter). I recently noticed that Ctrl-click doesn't work to pop up menus on a Mac with one-button mouse. Doh, I had that pegged to GDK_BUTTON3_MASK.

Re: Anyone for CMake?

2010-07-01 Thread Javier Jardón
2010/6/26 John Emmas john...@tiscali.co.uk: I just wondered if there's ever been any discussion in the *nix community about moving away from Autoconf/Automake in favour of CMake?  I guess this topic must have come up several times already, so what were considered to be the pros and cons?  

Re: Custom content in GtkMenus?

2010-07-01 Thread Matthew Allen
It seems that gdk_pointer_grab doesn't seem to work on windows at all. For example: Wnd = gtk_window_new(GTK_WINDOW_POPUP); gtk_window_set_decorated(GTK_WINDOW(Wnd), FALSE); gtk_window_set_type_hint(GTK_WINDOW(Wnd), GDK_WINDOW_TYPE_HINT_DROPDOWN_MENU);