public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* Pixmaps
@ 1999-12-14  8:05 Alex Stark
  1999-12-15  4:03 ` Pixmaps Daniel Skarda
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Stark @ 1999-12-14  8:05 UTC (permalink / raw)
  To: guile-gtk

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-12-15  6:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-14  8:05 Pixmaps Alex Stark
1999-12-15  4:03 ` Pixmaps Daniel Skarda
1999-12-15  6:22   ` Pixmaps Alex Stark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).