Re: GTK+, CYGWIN & MSW

2005-04-11 Thread Stefan Kost
Hi Jamiil, that is normal when using Cygwin. If you want a native version use MingW together with the gtk+ builds e.g. Tor offers. Stefan I have finally got an application to compile under cygwin, but to run it I have to launch the X server, 'startx' to be able to run the program under cygwin.

Re: GTK+, CYGWIN, MSW and GCC flagas

2005-04-13 Thread Stefan Kost
ossition to make a recomendation on this issue. Before Thanks to everyone envolved in From: Stefan Kost <[EMAIL PROTECTED]> To: Jamiil Abdullah-Alkadir <[EMAIL PROTECTED]> CC: gtk-list@gnome.org, gtk-app-devel-list@gnome.org, cygwin@cygwin.com Subject: Re: GTK+, CYGWIN & MSW Date: M

Re: Undocumented functions and LSB

2005-09-22 Thread Stefan Kost
hi Rajesh, Matthias Clasen wrote: On Wed, 2005-09-21 at 16:32 -0700, Banginwar, Rajesh wrote: Hi, As has been discussed in earlier posts, LSB desktop project is planning on including GTK+ for LSB standardization. As we are going through different interfaces and documentations, we f

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Stefan Kost
hi, I would write an xscreensaver module and use that :) stefan sadhees kumar schrieb: > Friends, > >In my GTK application, If no action(event) is taken place in > the screen, I need to turn OFF the backlight of an TFT monitor. If any > key pressed, or mouse movement occured, I need to

Re: About gtk_object_set_data()

2006-07-18 Thread Stefan Kost
hi, chao yeaj wrote: > Hello everyone > > I have a check button >and the check button may have an associated data,which is an > source id returned by g_timeout_add() function > I do this,because,the check button may be need a function > periodically changing its attribut

Re: Where is source code of http://developer.gnome.org/doc/API/2.0/gobject/index.html documentation ?

2007-07-23 Thread Stefan Kost
Hi, KLEIN Stephane wrote: > Hello, > > I read "GObject Reference Manual" at "http://developer.gnome.org/doc/ > API/2.0/gobject/index.html". I'm on "How To define and implement a new > GObject?" section (http://developer.gnome.org/doc/API/2.0/gobject/howto- > gobject.html) and I don't found "The