public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* pixmaps and drawing areas
@ 2000-01-13 20:51 Firstname Lastname
  0 siblings, 0 replies; only message in thread
From: Firstname Lastname @ 2000-01-13 20:51 UTC (permalink / raw)
  To: guile-gtk

I've been trying to create some animations for a small game i want to write 
in guile-gtk.  My plan was to create a drawing-area, then create a bunch of 
pixmaps from .xmp files that i have, then draw them in the drawing area.

Things are not working as i planned.  It's been several days and i have yet 
to figure how to get the pixmap to draw on the drawing area.

my code:

;test
(let ((drawing (gtk-drawing-area-new)))
  (let((picture3 (gtk-pixmap-new "./peon3-4.xpm" drawing)))
    (gtk-drawing-area-size drawing 50 50)
    (gdk-draw-pixmap drawing picture3)
    (gtk-box-pack-start main-box drawing #t #t 0)
    (gtk-widget-show drawing)
    ))


now the fact that i did gtk-pixmap-new, makes me think it might be 
incompatible with the gdk-pixmap-draw routine (one in gtk one is gdk), but 
gdk-pixmap-new will not accept a filename as it's parameter.



How do i get this to work, or am i taking the entirely wrong approach to 
this?

Thanx,
     Corey

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-13 20:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-13 20:51 pixmaps and drawing areas Firstname Lastname

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).