Re: notebook causes segmentation fault

2005-03-22 Thread Raj
usly you would segfault. You'd be receiving the widget's pointer to your callback anyway, so try using that pointer. Regards, Raj ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk_calendar_get_date once again

2005-03-29 Thread Raj
0 is a G_DATE_BAD_MONTH, but gtk_calendar_get_date returns month from range 0-11. gtk_calendar_get_date stores the month in a user specified location. Maybe it uses GDateMonth for internal use and then returns the value (GDateMonth - 1) to the user. Regards, Raj

Re: gtk_calendar_get_date once again

2005-03-29 Thread Raj
the dd-mm- and then convert it to GDate, if such an API exists. Raj ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: incompatible pointer warning

2005-04-27 Thread Raj
o GtkWidget. To remove your warning, you can try this: gtk_entry_set_text(GTK_ENTRY(Mykeytxt), strkeyval); Raj ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: help with UTF8

2005-05-11 Thread Raj
the same ? Also if enckeyval is a NULL terminated string, you can as well pass '-1' instead of strlen. Regards, Raj ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list