Re: [GObject Introspection] Getting style colors using GTK and Python

2010-08-26 Thread John Palmieri
be fixed and there are plans to prevent access to these potential segfault prone constructs. - John Palmieri jo...@redhat.com wrote: This is broken - see bug https://bugzilla.gnome.org/show_bug.cgi?id=621258 I have some workarounds in demos directory of pygobject but there is still no ways

Re: [GObject Introspection] Getting style colors using GTK and Python

2010-08-21 Thread John Palmieri
This is broken - see bug https://bugzilla.gnome.org/show_bug.cgi?id=621258 I have some workarounds in demos directory of pygobject but there is still no ways to get certain attributes. I'll ping Colin again on Monday as he has landed his scanner changes. - Krzysztof Klinikowski

Re: Creating GObject/GTK bindings for language

2010-02-26 Thread John Palmieri
- Tristin Celestin tristin_celes...@yahoo.com wrote: I want to be able to use GObject and GObject based libraries from an object oriented scripting language with no bindings for GObject and GObject based libraries currently. How does one go about creating GObject bindings for another

Re: utility of GtkTextIter ?

2003-03-25 Thread John Palmieri
On Tue, 2003-03-25 at 06:26, Axel wrote: Text Widget Overview in API doesn' t talk about it and its API isn' t very explainative... so, what is the utility of GtkTextIter ? I have used them for getting text from a textview GtkTextIter textiterstart; GtkTextIter textiterend; textbuffer =