Re: [pygtk] reserve screen space / prevent overlapping

2011-05-28 Thread John Stowers
Hi, > The Gtk.Window().get_window() returns an object of type > gi.types.gtk.gdk.X11window. Can i do something with that? Nope. > I tried to get_properties() on it, but i had to pass an argument and > could not introspect to find out which, and i don't know if the > set_property() method would h

Re: [pygtk] reserve screen space / prevent overlapping

2011-05-27 Thread John Stowers
On Wed, 2011-05-25 at 22:50 +0200, Benjamin Trias wrote: > Hi list, > > I am trying to port from Gtk+2 to Gtk+3 using Python (PyGobject Introspection) > > I am trying to find the equivalent of: > gtk.Window.get_toplevel().window.property_change("_NET_WM_STRUT", > "CARDINAL", 32, gtk.gdk.PROP_MODE

Re: Gtk+ 3.0 and MS Windows

2011-03-24 Thread John Stowers
On Thu, 2011-03-24 at 10:01 +0100, Maarten Bosmans wrote: > 2011/3/23 Mikhail Titov : > > Maarten: > > > > Thanks for the link! By saying that I don't have OpenSUSE I implied that > > I'd have to either use `alien` (with possible complication if any) or build > > it myself on Ubuntu. > > If you

Re: Icons box?

2010-07-14 Thread John Stowers
On Wed, 2010-07-14 at 09:58 +0200, CaStarCo wrote: > Hello , > > > anyone knows if there is a widget to put inside of it an icons > collection? (the icons with fixed size, and the widget with non fixed > size, so, the widget should redraw de icons position when resizing) GtkIconView __

Re: Are there any 3rd party C widgets?

2010-05-07 Thread John Stowers
> Does anyone know about Are there other libs? Here is a non-complete list. Google will reveal more http://live.gnome.org/JavierJardon/GObjectLibraries John ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: flash files

2010-05-03 Thread John Stowers
On Mon, 2010-05-03 at 14:37 +0300, maxim maxim wrote: > how i can to play in gtk a flash files (.swf)? swfdec-gtk > ___ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Displaying a v4l2 webcam output on memory buffer (rgb24) with GTK!

2010-04-25 Thread John Stowers
On Fri, Apr 2, 2010 at 6:48 PM, Guilherme Raymo Longo < grlongo.irel...@gmail.com> wrote: > Hi all! > > I am struggling on how to output the content of a v4l2 webcam software > which I have already working on a GtkWidget. > I been searching for several weeks and I found several posts with the same

Re: State of Gtk+-2.18 On Windows

2010-01-20 Thread John Stowers
On Thu, 2009-10-01 at 05:08 +0300, Tor Lillqvist wrote: > > As I am currenlty unable to test, could someone please advise me on the > > state of Gtk+-2.18 on windows? > > Try it, there are binaries in > http://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/2.18/ . You will > need up-to-date dependenc

Re: GtkTextView scroll preservation

2010-01-15 Thread John Stowers
On Fri, 2010-01-15 at 10:30 +0200, Dov Grobgeld wrote: > I'm using a GtkTextView to display various texts that are changing but > have the same length. The problem is that I would like to preserve > the scroll position when changing the text, but so far I haven't > managed to do that. Here is a te

Re: GTK release

2010-01-11 Thread John Stowers
On Mon, 2010-01-11 at 19:58 -0500, Dean P McCullough wrote: > I am a little confused. I see almost simultaneous notices of the > release of GTK+ 2.18.6 and GTK+ 2.19.3 > Is 2.19 beta? Should this not be indicated on the release notice? > >From the 2.19.3 mail; This is a development release le

Re: A simple compass widget

2010-01-11 Thread John Stowers
> * > (Personally I prefer using Gob2 or Vala for writing custom widgets, > that take care of the latter issues quite transparently. Just write > public or private in front of a field.) gobject-gen is also excellent for this (the codewriter branch) http://audidude.com/?p=225 John _

Re: GtkTextView with transparent background

2010-01-06 Thread John Stowers
On Sun, 2010-01-03 at 13:27 +0100, Daniel Svensson wrote: > Hi, > I've been messing around with different approaches in hope of making > the background of a GtkTextView transparent with no solution in sight. > The closest I've come is making the whole widget transparent[1], but > as I want to keep

State of Gtk+-2.18 On Windows

2009-09-30 Thread John Stowers
Hi All, As I am currenlty unable to test, could someone please advise me on the state of Gtk+-2.18 on windows? Has it been ported to support the new client side windows work? Regards John ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome

Difference between GMount GDrive and GVolume

2008-10-06 Thread John Stowers
Hi Guys, I have been playing with glib (gio), and can not seem to get my head around the differences between GMount GDrive and GVolume. Does someone have a concise explanation? I cant see such and emplanation in the glib docs John ___ gtk-list mailing

Re: GTK GPS/Map-Widget

2008-10-06 Thread John Stowers
On Fri, 2008-10-03 at 08:08 -0400, Pierre-Luc Beaudoin wrote: > Hi Mike, > > I just saw your request for a Gtk+ Map Widget. I happen to have been > working on one based on Clutter.The project is called > libchamplain. You could also check out osm-gps-map. Much the same, without clutter http

Re: Testing gtk GUI

2008-04-22 Thread John Stowers
On Mon, 2008-04-21 at 17:20 +0200, nico wrote: > Wynand Winterbach a écrit : > > Bonjour Nico > > > > Vous pouvez essayez Accerciser (http://live.gnome.org/Accerciser). Je > > ne l'ai pas déjà utiliser, mais ça me semble interéssant. > > > > Merci pour la réponse en français ;-). > I'll go righ

Re: gtk canvas?

2008-04-10 Thread John Stowers
On Wed, 2008-04-09 at 19:06 +0200, Giovanni Funchal wrote: > Hi, > > I've asked about a gtk canvas sometime ago and someone pointed me to > goocanvas but it is still beta and I'm affraid of using it because it > might disapear. Goocanvas has been around for a few years now, and is quite stable.

Re: Non-Blocking GUI developement

2007-01-31 Thread John Stowers
An approach I frequently use in Python is to create a Thread object that is also a derived GObject. I code the thread to send a thread-finished gobject signal when it completes. This works quite well because (if i recall correctly) glib signal emission is thread-safe since 2.10? - even if gtk is n

Re: Adding support for OS X icons in GDK-Pixbuf

2007-01-03 Thread John Stowers
Perhaps you should ask this on gtk-devel list? It certainly sounds very interesting! On 1/3/07, Lyonel Vincent <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to add support for OS X icons (.icns files). > So far I have a bunch of working stand-alone libs (homebrew > code, icns2png, etc.)... >

Gtk Icontheme list_icons not behaving as advertised

2006-05-28 Thread John Stowers
Hey, According to the docs when calling the icontheme list_icons method you can supply a string argument which should restrict the list of returned icons to those which match the argument. However when I supply anything other than null to the function no icons are returned. I am having the probl