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);
gtk_widget_
2010/6/26 John Emmas :
> 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? At first glance, CM
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.
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
gtk-
I whole heatedly agree with the 'user annotations'
MySQL does the same thing.
Moderated, it can be a very useful tool to quickly understand how given object
should be implement. Not to mention seeing all the deferent styles people code,
etc...
> Date: Wed, 30 Jun 2010 22:08:49 +0200
> Sub
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,