Re: Hex Numbers in GtkEntry.

2004-02-25 Thread Muthiah Annamalai
Hello Friends, Quoting Tom Froysland [EMAIL PROTECTED] Subject: Hex numbers How is it possible to make a (text) box to get or show a hexadesimal number? -- The way I do it is to use sscanf sprintf and get/set the hexadecimal numbers that we get respectively. //getting an hexdecimal from the

Re: Hex Numbers in GtkEntry.

2004-02-25 Thread Billy O'Connor
Muthiah Annamalai [EMAIL PROTECTED] writes: sprintf(data,%X,hex_value); //Assume hex_value has been set somehow. ^ Oops. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list