Change the color of an EventBox

2005-10-25 Thread Kranz, Willi
Hallo! How can I change the color of an EventBox. Is there a small example available. Thanks Willi Kranz ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Is glib c++ wrapper available ?

2005-10-25 Thread Iago Rubio
On Wed, 2005-10-26 at 12:13 +0800, Falls Huang wrote: > Thank u! > > Can I use the glibmm instead of STL in C++ ? glibmm itself uses STL, so you can use STL with glibmm. -- Iago Rubio ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org ht

Re: Is glib c++ wrapper available ?

2005-10-25 Thread Falls Huang
Thank u! Can I use the glibmm instead of STL in C++ ? Iago Rubio wrote: > On Wed, 2005-10-26 at 11:35 +0800, Falls Huang wrote: > >>Is a C++ GLib wrapper available or being worked on? > > > http://www.gtkmm.org/ -- Regards Falls Huang ___ gtk-app-

Re: Is glib c++ wrapper available ?

2005-10-25 Thread Iago Rubio
On Wed, 2005-10-26 at 11:35 +0800, Falls Huang wrote: > Is a C++ GLib wrapper available or being worked on? http://www.gtkmm.org/ -- Iago Rubio ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-

Is glib c++ wrapper available ?

2005-10-25 Thread Falls Huang
Is a C++ GLib wrapper available or being worked on? -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

gtk entry get keypress

2005-10-25 Thread Alvin Jude
Hey, I'm new to this list and to GTK, and I've searched the list but couldn't find an answer so here goes. I'm trying to build a small program - think real time chat program - that works on serial port communication. I need to know how to get a single character entered by the user in the gtkEntry w

Re: Meaning of G_IO_STATUS_AGAIN apart from resource temporarily unavailable ?

2005-10-25 Thread Chris Vine
On Tuesday 25 October 2005 20:38, Colossus wrote: ... > ioc_cpio = g_io_channel_new_file ( tmp , "r" , NULL ); > g_io_channel_set_encoding (ioc_cpio , NULL , NULL); > g_io_channel_set_flags ( ioc_cpio , G_IO_FLAG_NONBLOCK , NULL ); > > while ( g_io_channel_read_chars ( ioc_cpio ,

Re: memprof problem

2005-10-25 Thread Allin Cottrell
On Tue, 25 Oct 2005, Olivier Sessink wrote: Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't

Re: Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread HuamiSoft Hubert Sokolowski
On Tue, 25 Oct 2005 11:56:15 -0500 Douglas Vechinski <[EMAIL PROTECTED]> wrote: > I'm sure that would work if I'm allowed to add bin\bin to the PATH > environment variable. At present that "priviledge" is not being > allowed. I will probably be able to if there is no other option, but > I'm

Re: data acqusition, display and control

2005-10-25 Thread Tristan Van Berkom
Premsagar C wrote: [...] Tristan, Heres the basic gist of my prgram My data acquistion is done in a dialog box called teleop defined by the function teleop void teleop { // define my 6 text boxes to dispaly values from my 6 ckts plus my snap shot button and another textbox obj and a menu button

Re: Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread Douglas Vechinski
HuamiSoft Hubert Sokolowski wrote: On Tue, 25 Oct 2005 10:58:32 -0500 Douglas Vechinski <[EMAIL PROTECTED]> wrote: I have a GTK application that I'm porting to run under Windows. This application is part of a package that has several other native Windows (non-GTK) executables all of wh

Re: Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread HuamiSoft Hubert Sokolowski
On Tue, 25 Oct 2005 10:58:32 -0500 Douglas Vechinski <[EMAIL PROTECTED]> wrote: > > I have a GTK application that I'm porting to run under Windows. This > application is part of a package that has several other native Windows > (non-GTK) executables all of which are to reside in a "bin" direc

Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread Douglas Vechinski
I have a GTK application that I'm porting to run under Windows. This application is part of a package that has several other native Windows (non-GTK) executables all of which are to reside in a "bin" directory. The wish, desire, command of the project leader for this project would like eve

Re: data acqusition, display and control

2005-10-25 Thread Tristan Van Berkom
Premsagar C wrote: [...] Tristian, A timeouthandler did the job howvever I still have a few bugs. My data acuqisition is working and getstting displayed on my text widget as I have included my timeout in the main . On clicking a button i require to stop the data acqusition and do a few other op

Re: memprof problem

2005-10-25 Thread Olivier Sessink
Allin Cottrell wrote: > I've successfully used memprof for leak-checking my app in the past, but > on trying it recently something odd happens: memprof starts up OK, and > it also starts up the target program, but the target program is not > visible (doesn't appear on screen) and memprof records no

Meaning of G_IO_STATUS_AGAIN apart from resource temporarily unavailable ?

2005-10-25 Thread Colossus
Hi, I red the docs on GIOChannels but I'm stuck regarding what means "resource temporarily available" in my case since I'm reading from a binary file that IS on my hard disk and the permissions are correct. The giochannel is set null encoded, I read from a file and I write the red bytes on a

Re: *UPDATE* Binary writing to an input pipe and ASCII reading from an output one

2005-10-25 Thread Colossus
Colossus wrote: Sometimes the console gives no output but the output of the command cpio (redirected in a GtkTextBuffer) is: cpio: warning: skipped 7099 bytes of junk cpio: warning: skipped 13776 bytes of junk cpio: warning: skipped 22769 bytes of junk cpio: warning: skipped 104333 bytes of ju