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
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
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-
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 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
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
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 ,
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo