bug-gfe
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New diff files


From: bug-gfe-admin
Subject: Re: New diff files
Date: Thu, 11 Jan 2001 17:06:27 +0600 (LKT)

> I noted that I get a run-time error/warning on the char_new_dialog.c
> where I get the value of the spin button as an int. For some reason it
> does not see the GtkWidget as a spinbutton.

I wonder why you need the line

raster_glyph->bbx_width =
gtk_spin_button_get_value_as_int((GtkSpinButton *)bbx_width_entry);

instead of

raster_glyph->bbx_width =
(int)strtoul(gtk_entry_get_text(GTK_ENTRY(bbx_width_entry)),NULL,10);

in char_new_dialog_ok() in char_new_dialog.c

Anuradha




reply via email to

[Prev in Thread] Current Thread [Next in Thread]