Retrieving data from a GtkList

2002-03-03 Thread Ramon Alberto Triay Espinosa
Hi... This time i found myself looking for a function to retrieve the text of a selected item i'm displaying in a GtkList but found none. Do i have to keep my string values (or any data i want to retrieve from the list) in a separate GList and then mark them with the same index used in the

drawables...

2002-03-03 Thread Ramon Alberto Triay Espinosa
h what's the real difference between GdkWindow, GdkPixmap y GdkDrawable?... I find this three types the same in practice ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: floating points

2002-03-01 Thread Ramon Alberto Triay Espinosa
yep, john is right 85.3 has no exactly binary representation and this is a problem in every software/hardware you use. Beside, if what you're trying to do is to get an exact internal representation of the float try using two integer variables: one for the integer part and other for the fractional

Re: gtk config

2002-02-21 Thread Ramon Alberto Triay Espinosa
ops! I answered this one , but didn't reply to the group... my solution was kind of old school, and Chris made it with RPM's, i hope someone else's find this helpful. OK SALUDOS!!! rtriay :) ---BeginMessage--- O.K. so you're suppoused to have the version of GTK that comes with the default

inheritance

2002-02-20 Thread Ramon Alberto Triay Espinosa
simple question: does all the 'children' widgets inherit all the functions of the 'parent' widget? I mean, does all functions that apply to a widget, apply to their children too? thanx rtriay :) ___ gtk-list mailing list [EMAIL PROTECTED]

Re: inheritance

2002-02-20 Thread Ramon Alberto Triay Espinosa
El 20 Feb 2002 22:43:13 -0800, [EMAIL PROTECTED] escribió: From: Ramon Alberto Triay Espinosa [EMAIL PROTECTED] simple question: does all the 'children' widgets inherit all the functions of the 'parent' widget? I mean, does all functions that apply to a widget, apply