hi ;
i want to display int values in gtk_entry widget;
gchar data=(gchar *)malloc(sizeof(gchar)*MAX_SIZE);
for (int_num =0; int_num < data; int_num++)
{
sprintf (data, "%d", &int_num);
gtk_entry_set_text (GTK_ENTRY (win_entry),(gchar *) int_num );
gtk_widget_show (win_cmp);
}
win_cmp is widget name, and win_entry is entry name.
i am using this routine, so for each increment the val has to be
displayed in entry widget. but i can't able to display the value change
in the entry widget. what i have to do for that.
thanks®ards;
vas
_______________________________________________
gtk-app-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list