using gdk_pixmap_create_from_xpm_d()
- From: Simon Chan <simonchan shaolinmicro com>
- To: gtk-app-devel-list gnome org
- Subject: using gdk_pixmap_create_from_xpm_d()
- Date: Wed, 06 Nov 2002 23:15:21 +0800
Dear,
I want to display image and use gdk_pixmap_create_from_xpm_d() function.
Also, I want to run gdk_pixmap_create_from_xpm_d() and then sleep program and then
finally call gtk_widget_show(window)
eg:
gdk_pixmap_create_from_xpm_d();
sleep(10);
gtk_widget_show(window);
However, I investigated that after calling this function, a grey square
is displayed. Anyone know how to erase or minimise this grey square??
Regards
Simon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]