GTK3 breaking key grab rules?

2011-12-12 Thread Chris Dekter
Hi list, I am the developer of an application named AutoKey. One of the features of AutoKey is allowing the user to create hotkeys. The hotkeys are grabbed using the xlib window.grab_key() function. In all other desktop environments to date, grabbing a hotkey in the root window using this

Re: how to use hbox?

2011-12-12 Thread jcupitt
Hi Gary, 2011/12/11 Gary Kline kl...@thought.org:        well, i've reached a stumbling block.  the app i am working        on had things is a vertical stack.  so far, there about 6        rectangles.  the first shows the default title and the        count: Something like talk.0.txt Here's a

Re: how to use hbox?

2011-12-12 Thread Costin Chirvasuta
There is a very handy program called gtk-demo which contains many demo programs complete with source code. gtk3-demo is for GTK3. They're in the gtk2.0-examples and gtk-3-examples packages on Ubuntu. Check, for instance, Dialog and Message Boxes in the do_dialog() function. You can double-click

Child widgets of GtkBox not resized until clicked

2011-12-12 Thread Dan Vratil
Hi, I have this weird problem with layouts in Gtk and I hope you could push me in the right direction: I have GtkScrolledWindow with vertically-oriented GtkBox inside. Within this box there are multiple GtkScrolledWindows. For each of these embedded scrolled windows I have handler of

GLib 2.31.4

2011-12-12 Thread Ryan Lortie
GLib 2.31.4 is out. This is a point release on the way to what will become GLib 2.32.0. http://download.gnome.org/sources/glib/2.31/ 627fbffdb0c0a95709778e54ab32620d3e4ae9dfed939bb69ab4a50209ff43fb glib-2.31.4.tar.xz Overview of changes from GLib 2.31.2 to 2.31.4

Re: GMenuModel has landed

2011-12-12 Thread Alexander Larsson
On Fri, 2011-12-09 at 08:47 -0500, Ryan Lortie wrote: On Fri, 2011-12-09 at 09:50 +0100, Alexander Larsson wrote: Windows actually has an application menu thing. If you right-click on the application on the panel you can get app-specific operations in the menu. I'm not sure if the normal

Re: GMenuModel has landed

2011-12-12 Thread Stefan Sauer
On 12/12/2011 03:24 AM, Matthew Brush wrote: On 12/11/2011 12:14 PM, Stefan Sauer wrote: On 12/09/2011 01:00 AM, Ryan Lortie wrote: hi, Today I landed the GMenuModel work on glib master. A release will be following shortly. Just one quick question - why is this in GLib? Is that to allow

Re: GMenuModel has landed

2011-12-12 Thread Tristan Van Berkom
On Mon, 2011-12-12 at 10:18 +0100, Stefan Sauer wrote: On 12/12/2011 03:24 AM, Matthew Brush wrote: On 12/11/2011 12:14 PM, Stefan Sauer wrote: On 12/09/2011 01:00 AM, Ryan Lortie wrote: hi, Today I landed the GMenuModel work on glib master. A release will be following shortly.

Re: GMenuModel has landed

2011-12-12 Thread Mikkel Kamstrup Erlandsen
On 12/12/2011 03:24 AM, Matthew Brush wrote: On 12/11/2011 12:14 PM, Stefan Sauer wrote: On 12/09/2011 01:00 AM, Ryan Lortie wrote: hi, Today I landed the GMenuModel work on glib master. A release will be following shortly. Just one quick question - why is this in GLib? Is that to allow

Re: GMenuModel has landed

2011-12-12 Thread Matthew Brush
On 12/12/2011 10:45 AM, Ryan Lortie wrote: On Sun, 2011-12-11 at 18:24 -0800, Matthew Brush wrote: My (probably misguided) opinion is that if this type of stuff can't go into GTK+ for some reason, there should be a `glib-ui` or `glib-gnome` library or something like this. I have doubts how