From: Gregory Babusiaux <[EMAIL PROTECTED]> > > hi i'm greg from belgium. > I'd like to develop a simple simulation game for the x-window system. > the screen would be separated in three windows acting separatly but in parallelism. > the main window would contain simple graphics (a point moving on a world map). > > > Can I program all this with gtk+ or is there anything better to do this? > > Hope my english isn't too bad > > nice day 2 all > > greg
Gtk+ should handle this fine. For the graphics window, you probably want to use a GdkPixmap as a graphics buffer, or perhaps just create your own custom widget derived from GtkDrawingArea. Ron Steinke _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
