API to send keyboard events to kernel

2006-12-07 Thread ashish.mondal
Hi all; Is there any API by which I can send any keyboard event to kernel? Or guide me if there is any source code or link related to this. Ashish ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gno

GObject constructors

2006-12-07 Thread Samuel Cormier-Iijima
Hi, I was wondering if there was a way for GObject *constructors* (not some_object_new, but some_object_constructor which is overridden in class_init) to raise an error or somehow prevent the object from being constructed if the right parameters aren't set... the object needs certain CONSTRUCT_ONL

Using existing cairo context for GtkDrawingArea

2006-12-07 Thread asubedi
Hi, I am trying to create a Graph widget using Cairo. I am using Ruby, but you can reply in any language you prefer. In the examples I have seen about using cairo in gtk application, most create a cairo context from GtkDrawingArea in the handler of expose event. However, I would like to create a

Pango-1.14.9 released

2006-12-07 Thread Behdad Esfahbod
Pango-1.14.9 is now available for download at: http://download.gnome.org/sources/pango/1.14/ or ftp://ftp.gtk.org/pub/pango/1.14 58766a41693b917fda854b9a41d40834 pango-1.14.9.tar.bz2 5103484685f280e95af2c030864ff722 pango-1.14.9.tar.gz This is a follow-up stable release to fix various Indi

Re: gtkwindow

2006-12-07 Thread Gian Mario Tagliaretti
2006/12/7, sunzysjzri <[EMAIL PROTECTED]>: > hi, How to change a gtkwindow's background? I want use a specify background > for my window. you didn't specify if you mean a custom color or a custom image, anyway for custom color: http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#gtk-widget-

gtkwindow

2006-12-07 Thread sunzysjzri
hi, How to change a gtkwindow's background? I want use a specify background for my window. many thanks. sun zhiyong 2006-12-07 [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Re: How to "find" custom engines

2006-12-07 Thread Gian Mario Tagliaretti
2006/12/6, Gabriele Greco <[EMAIL PROTECTED]>: > I want to use a custom engine in my gtk app, the problem is that I find > no way to tell GTK where my engine is located, I guess is because you shouldn't do that, forcing the way the application will look like means that your users cannot have a con

RE: Source code for gtk-demo

2006-12-07 Thread Sai Korada
Thanks for explaining with so much patience. Let me clearly tell you what are all the methods I've tried. 1. Identified the set of DLLs of GTK+ which are required to be installed on target machine for the application to run. Initially I created a batch file which prepends this path to the system p

Re: Source code for gtk-demo

2006-12-07 Thread Tor Lillqvist
Sai Korada writes: > Can anyone guide me to source code for gtk-demo application. Fetch GTK+ sources, ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-2.10.6.tar.gz , look in the demos/gtk-demo folder. > Actually I want to know what is the entry point for a GUI > application (like int main() for ordinary

Re: When are these g_io_channel_*() input conditions occurring ?

2006-12-07 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 06, 2006 at 09:16:30AM +0100, Philippe Bertin wrote: > Hello, > > Thanks for specifying this G_IO_NVAL condition. > > If I remember correctly, there can be passed an Out-Of-Bound > character(/message) on a pipe. It's some kind of priorit