Problem w/gtk install

2000-06-25 Thread salvador peralta
I recently set up a linux system running Mandrake 7.1. As part of the install, I got gtk+-1.2.7.1, gtk+-devel.1.2.7-1, glib-1.2.7-1, glib-devel-1.2.7-1. My first compile (base.c from the tutorial), kept failing due to the following errors: salvador ]$ gcc base.c -o base 'gtk-config --cflags

Re: setting pointer position?

2000-06-25 Thread Owen Taylor
Gary Scavone [EMAIL PROTECTED] writes: I'm writing a GTK app in which the user can drag icons (buttons) around in a window. When an icon hits the window edge or another button, I stop it's motion in the direction of the obstruction. I'd really like to be able to stop the pointer motion in

Restricting CList column resize

2000-06-25 Thread Shippy!
I have a clist in a window with three columns. I'd like the columns to be resizable, but only to the point where if it hits another column's label, hits the end of the dialog, or causes another column to hit the end of the dialog, it will stop. Is there an easy way to do this? --

ADVICE SOUGHT: Sockets, Plugs and X11/Xt

2000-06-25 Thread Chen, Frank
Hi, I'm developing a GTK+ application but would like to integrate an existing X11/Xt multimedia application that I've developed some time ago. Can I use a socket and plug to accomplish the application integration? If 'yes' - any pointers to coded examples? Many thanks in advance. Frank Chen