From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Stark To: guile-gtk@sourceware.cygnus.com Subject: Pixmaps Date: Tue, 14 Dec 1999 08:05:00 -0000 Message-id: <38566ADC.867254D3@niss.org> X-SW-Source: 1999-q4/msg00066.html Hi, This is FYI. The most serious gap in guile-gtk found so far when translating the tutorials (14/42 done) is the lack of support for coded-in xpms. By this I mean C code like /* XPM data of Open-File icon */ static const char * xpm_data[] = { "16 16 3 1", " c None", ". c #000000000000", "X c #FFFFFFFFFFFF", " ", " ...... ", " .XXX.X. ", ... and use of gdk_pixmap_create_from_xpm_d(). Also, there isn't a direct equivalent to the simple pixmap file part of the buttons example. Alex PS The tutorial examples are available from: http://www.niss.org/~stark/software/gg-tutorial.tar.gz and the file PROGRESS therein gives a list of issues with guile-gtk.