Compiling GTK+-2.0

2002-06-03 Thread Jon
Hello, I'm trying to compile GTK+-2.0 on a debian potato system and having some trouble.. even after upgrading the compiler from GCC-2.95.2 to GCC-2.95.3 and the lastest binutils.. (also did not compile BEFORE the ungrade either).. If anyone can offer advice on how to compile this... here are

GdkWindows and scrolling in GtkTreeView

2002-06-03 Thread james donohue
Hello, I am trying to understand the current view on the best practices for implementing GTK+ 2.0 widgets which display a large (32-bit dimensions) scrollable view. I am creating a horizontal track-display widget with a header, rather like a GtkTreeView rotated 90 degress anticlockwise. As I und

ANNOUNCE: GtkGLExt 0.1.0 - Win32 supported

2002-06-03 Thread Naofumi Yasufuku
Hi gtk-list members, GtkGLExt, OpenGL extention to GTK, version 0.1.0 is released. http://sourceforge.net/projects/gtkglext/ This is the first alpha release. In addition to X11 support, now Win32 platforms are also supported and tested on Windows XP and 2000 Professional with GTK+ 2.0.3 using

Re: GTK+-2.0.3 install error

2002-06-03 Thread manuel . op . de . coul
Jonathan Wall wrote: >I'm trying to install GTK+-2.0.3 on an Alpha running Digital Unix 4.0d... The same occurred to me. It seems to be a bug in ksh, since that's what's crashing. I wrote with someone else who uses Tru64 version 5 and it didn't happen there. What I did was copy the header files b

Re: How to take a snapshot of screen window under framebuffer mode?

2002-06-03 Thread Sven Neumann
Hi, sandy_21 <[EMAIL PROTECTED]> writes: > My envirement is Redhat 7.2,any tool is available? yes, cat /dev/fb0 > /tmp/fb.raw This will give you the raw pixel data in the file /tmp/fb.raw. To convert this to something more useable, I use the tools shipped with DirectFB in the tools direct