Re: catching messages

2006-01-09 Thread Martyn Russell
On Sun, 2006-01-08 at 18:00 -0500, Travis Miller wrote: > This is probably a dumb question (but here goes anyway). I have been > playing with gtk+ for awhile now, but recently I wanted to try > something more graphical. Basicly I want to be able to read in some > data and display it graphically.

Re: (no subject)

2006-01-09 Thread Martyn Russell
On Sat, 2006-01-07 at 01:49 +0100, [EMAIL PROTECTED] wrote: > hi all, > > I have to show an autodestroying popup message while a computation is running. > I tried with gtk_window and gtk_dialog but they don't show the > label message. (Dialog shows the label after gtk_dialog_run but this locks my

Re: Help! New user having problems compiling GTK, complaining of old GLIB

2006-01-09 Thread William D. Tallman
On Mon, Jan 09, 2006 at 04:43:50AM -0500, resonant evil wrote: > Hi there > > Excellent, informative response. I definitely did not understand the layout > to that extent, and that definitely puts it into perspective alot more.. I > also never understood why making so many seperate partitions was

Re: Starting application without window borders

2006-01-09 Thread Jochen Baier
Joe Van Dyk wrote: Hi, How can I launch a Gtk application without having any window decorations (title, frame, etc)? Thanks, Joe ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list gtk_window_set_decorate

tutorial on glib threads

2006-01-09 Thread Joe Van Dyk
Anyone know of any good tutorials for using glib threads? Thanks, Joe ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Starting application without window borders

2006-01-09 Thread Joe Van Dyk
Hi, How can I launch a Gtk application without having any window decorations (title, frame, etc)? Thanks, Joe ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

RE: glib / String handling difficult[Scanned]

2006-01-09 Thread Robert Thorpe
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jose Hevia > Sent: 09 January 2006 11:45 > To: gtk-list@gnome.org > Subject: Re: glib / String handling difficult[Scanned] > > 2006/1/9, Juhana Sadeharju <[EMAIL PROTECTED]>: > > > > Hello. I have alwa

Re: glib / String handling difficult

2006-01-09 Thread Jose Hevia
2006/1/9, Juhana Sadeharju <[EMAIL PROTECTED]>: > > Hello. I have always found string handling quite difficult in C. > It also looks like sed, awk, perl etc. cannot handle all of my > simple needs. Glib could be improved. I thought the same. > I need often an extractor which finds something from

Re: glib / String handling difficult

2006-01-09 Thread David Necas (Yeti)
On Mon, Jan 09, 2006 at 06:52:45AM +0200, Juhana Sadeharju wrote: > > Hello. I have always found string handling quite difficult in C. > It also looks like sed, awk, perl etc. cannot handle all of my > simple needs. Really cannot? What about... > Now more difficult example. I need to parse "12 p

Re: Help! New user having problems compiling GTK, complaining of old GLIB

2006-01-09 Thread resonant evil
Hi there Excellent, informative response.  I definitely did not understand the layout to that extent, and that definitely puts it into perspective alot more.. I also never understood why making so many seperate partitions was usually reccomended when installing, but I had always just gone with a r

Re: Help! New user having problems compiling GTK, complaining of old GLIB

2006-01-09 Thread William D. Tallman
On Mon, Jan 09, 2006 at 02:45:13AM -0500, resonant evil wrote: > I am truly a new user trying to learn the ropes, but I have no clue how to > go about either A> Removing my old GLIB installation or B> Designating it to > the right installation > > I am not even sure which version is installed wh