Re: key press events holding keys down

2012-03-20 Thread Stefan Skoglund
mån 2012-03-19 klockan 13:37 -0800 skrev Christopher Howard: So, you mean, receive both key press and key release events, and then maintain my own tracking of whether or not the key is currently being held down? Okay, that makes sense to me, provided of course I can be certain that all key

Re: key press events holding keys down

2012-03-20 Thread Stefan Skoglund
I deal with object state (direction of travel, phaser firing, speed, acceleration/deceleration) thru a application framework triggered update event which is broadcast to all physical objects (a in-space minesweeping game.) The broadcasted event includes data about for example : 1 the

file monitor on the root directory

2012-03-20 Thread Boris HUISGEN
Hello, I'm trying to do a file monitor on the root directory /. My current code is : file = g_file_new_for_path(path); monitor = g_file_monitor(file, G_FILE_MONITOR_NONE, NULL, error); g_object_unref(file); if (error) { g_error_free(error); error = NULL; return

Re: Re:GtkScrolledWindow/GtkViewport question

2012-03-20 Thread Michael Stegherr
Hi John, alright, thanks for the answer! I thought, there'd be an easy way to do it nicely. Anyway my method works alright. Cheers, Michael On Wed, 2012-03-07 at 09:08 +, jcup...@gmail.com wrote: Hi Michael, Unfortunately I don't think this is easy. You need o do some kind of

Re: Commercial support page on gtk.org

2012-03-20 Thread Vincent Untz
Le lundi 19 mars 2012, à 17:41 +, Alberto Ruiz a écrit : I do wonder if Novell is actually offering Gtk+ support anymore, or whether we should refer them as SuSE (in case they want and they do actually offer such support?). That'd be SUSE, yes. And what Matthias said about Red Hat and GTK+

Re: Commercial support page on gtk.org

2012-03-20 Thread Martyn Russell
On 19/03/12 15:30, Carlos Garcia Campos wrote: Comments welcome, It looks pretty good :-) Attached is a patch to add Igalia to the list of companies. Committed, should be on the test server now. Sorry, Igalia should have been an obvious company to add to that list. -- Regards, Martyn

Re: Commercial support page on gtk.org

2012-03-20 Thread Martyn Russell
On 19/03/12 17:41, Alberto Ruiz wrote: I do wonder if Novell is actually offering Gtk+ support anymore, or whether we should refer them as SuSE (in case they want and they do actually offer such support?). Same question goes for RedHat, are they actually offering support to ISVs? Considering

Re: CSS box model-gtk containers integration

2012-03-20 Thread Peter Hurley
Benjamin Otte wrote: Peter Hurley peter at hurleysoftware.com writes: Hi, Is there a plan for implementing the CSS box model into existing containers? Yes, the idea is to support the full CSS box model and only the CSS box model. Widget style properties will go away. No idea

linking to libgirepository_internals.a

2012-03-20 Thread Mike Dupont
Hi there, Trying to add tests to the gobject-introspection test suite to cover more of the functions and learn about the code. wanted to create a simple test to create an object from the libgirepository_internals.a but having problems linking, wondering if anyone can give me some advice on this ?

GtkComboBoxTextEntry for input of multi-digits numbers

2012-03-20 Thread Stefan Salewski
For a small GTK+ application (http://www.ssalewski.de/PetEd.html.en) I need a way to let the user select some multi-digit integer values from a discontiguous list with the additional ability to add custom values. For example the list may have values 100, 50, 25, 10, the user can select one of

Re: GtkComboBoxTextEntry for input of multi-digits numbers

2012-03-20 Thread Stefan Salewski
On Tue, 2012-03-20 at 19:30 -0400, Paul Davis wrote: On Tue, Mar 20, 2012 at 7:13 PM, Stefan Salewski m...@ssalewski.de wrote: I was going to use http://developer.gnome.org/gtk3/stable/GtkComboBoxText.html with text entry. The problem is, that I have to connect to changed signal, which

Re: GtkComboBoxTextEntry for input of multi-digits numbers

2012-03-20 Thread Stefan Salewski
On Tue, 2012-03-20 at 19:30 -0400, Paul Davis wrote: On Tue, Mar 20, 2012 at 7:13 PM, Stefan Salewski m...@ssalewski.de wrote: I was going to use http://developer.gnome.org/gtk3/stable/GtkComboBoxText.html with text entry. The problem is, that I have to connect to changed signal, which

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Emmanuel Rodriguez
On Mon, Mar 19, 2012 at 23:30, Alejandro Imass a...@p2ee.org wrote: On Mon, Mar 19, 2012 at 4:30 PM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: On Sun, Mar 18, 2012 at 21:03, Alejandro Imass a...@p2ee.org wrote: On Sun, Mar 18, 2012 at 3:27 PM, Emmanuel Rodriguez

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Alejandro Imass
On Tue, Mar 20, 2012 at 2:21 AM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: On Mon, Mar 19, 2012 at 23:30, Alejandro Imass a...@p2ee.org wrote: On Mon, Mar 19, 2012 at 4:30 PM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: On Sun, Mar 18, 2012 at 21:03, Alejandro Imass

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Brian Manning
On Mon, Mar 19, 2012 at 11:21 PM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: The problem is that gtk3 and a few libraries are compiled without introspection. Fire up your editor skills because we need to edit a few files. You'll find the files here: cd

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Emmanuel Rodriguez
On Tue, Mar 20, 2012 at 17:05, Brian Manning elspicyj...@gmail.com wrote: On Mon, Mar 19, 2012 at 11:21 PM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: The problem is that gtk3 and a few libraries are compiled without introspection. Fire up your editor skills because we need to edit

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Brian Manning
On Tue, Mar 20, 2012 at 10:27 AM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: I'm wondering why some ports are compiled with introspection and others aren't. Life would be much more easy if all ports would be compiled with introspection :) (sorry for the duplicate e-mails Emmanuel)

Re: Installing perl-Gtk3 under OS X

2012-03-20 Thread Emmanuel Rodriguez
On Tue, Mar 20, 2012 at 18:50, Brian Manning elspicyj...@gmail.com wrote: On Tue, Mar 20, 2012 at 10:27 AM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: I'm wondering why some ports are compiled with introspection and others aren't. Life would be much more easy if all ports would be