I forgot to add, that the same code works on other platforms and even on
Mac OS X with different GTK versions (2.8.17 on linux, 2.6 on mac)
Jann Röder wrote:
> Hello,
> I'm trying to run the now open sourced EiffelStudio on MacOSX, it uses
> GTK2 as GUI toolkit. Compilation went well howeever I'm
On Fri, Apr 28, 2006 at 09:35:49AM -0400, Brian Clow wrote:
> I'm developing an application that's heavily based on Glib for
> portability reasons. I'm using GLib 2.10.1, and I'm trying to use the
> GKeyFile parser class, but I'm receiving an error when compiling both
> using visual studio 6.0 and
Hello,
I'm trying to run the now open sourced EiffelStudio on MacOSX, it uses
GTK2 as GUI toolkit. Compilation went well howeever I'm getting strange
crashes when trying to launch in GUI mode. I've tracked down the crash
to the pango_context_list_families function which is called from the C
code be
I'm developing an application that's heavily based on Glib for
portability reasons. I'm using GLib 2.10.1, and I'm trying to use the
GKeyFile parser class, but I'm receiving an error when compiling both
using visual studio 6.0 and gcc. The error is "'keyFile' uses undefined
struct '_GKeyFile'" (r
Hi,
I have a function added with g_io_add_watch who reads line by line the
output of a shell command spawned with g_spawn_async_with_pipes. The
channel is set to non blocking and with encoding ISO8859-1.
I read twice in the same iteration of the watch with
g_io_channel_read_line before retur
Reading the docs of gtk_tree_store_append ():
"Appends a new row to /|tree_store|/. If /|parent|/ is non-|NULL|, then
it will append the new row after the last child of /|parent|/, otherwise
it will append a row to the top level. /|iter|/ will be changed to point
to this new row. The row will