gtk Makefile error

2000-10-01 Thread Jack M.
Hi, I try to execute the following makefile in gnome, i get errors. /*Makefile: CC = gcc example: example.c $(CC) `gtk-config --cflags` examples.c -o example `gtk-config --libs` clean: rm -f *.o example end of makefile i get errors like "CC:" is not found ro recognize

Re: How to get a time interrupt?

2000-10-01 Thread Wolfgang Sourdeau
La plume légère, à Mon, Oct 02, 2000 at 01:20:53AM -0400, heure d'inpiration, Darin Fisher écrivait en ces mots: > > 2. I hope a window always at the top of all other windows, how can > > I do it? > > Take a look at gtk_window_set_transient_for(). Provided you're window > manager honors the

Re: Gnome portability

2000-10-01 Thread Vlad Harchev
On Wed, 27 Sep 2000, Bernd Demian wrote: > Meghal Harish Varia wrote: > > > Are the gnome libs portable across all Unix platforms? If not, does > > anyone know what the exception cases are? > > > > I want to program a GUI game that is portable across all unix/linux > > platforms. Am I better o

Re: Destroying widgets...

2000-10-01 Thread Darin Fisher
Dani Mezher wrote: > > Hello, > > A simple question I suppose. When I destroy a container widget do I > destroy all widgets contained in my container. In other words, I am > writing an application with lots of dialog windows (with plenty of entry > fields per window). When I destroy the wind

Re: How to get a time interrupt?

2000-10-01 Thread Darin Fisher
> Zhang wrote: > > Dear Sir: > 1.When popup a message box, and hope it eliminate after several > seconds, How to do it? Try using gtk_timeout_add(). You'll have to store the window pointer someplace and then destroy the window in the timeout callback. > 2. I hope a window always at th

Re: Gnome portability

2000-10-01 Thread Bernd Demian
Meghal Harish Varia wrote: > Are the gnome libs portable across all Unix platforms? If not, does > anyone know what the exception cases are? > > I want to program a GUI game that is portable across all unix/linux > platforms. Am I better off sticking with gtk+ or something else maybe? > > Thank

Destroying widgets...

2000-10-01 Thread Dani Mezher
Hello, A simple question I suppose. When I destroy a container widget do I destroy all widgets contained in my container. In other words, I am writing an application with lots of dialog windows (with plenty of entry fields per window). When I destroy the window, is the memory space allocated

gtk question

2000-10-01 Thread Fanguang Meng
Hello: I downloaded the GTK stuff and run ./configure. It says that there is a low version of GLIB 1.2.6 found. I downloaded the GLIB 1.2.8 and run ./configure and Make. The problem is still there. How can I do? Thank you for your time. Fanguang __

How to get a time interrupt?

2000-10-01 Thread Zhang
Dear Sir:     1.When popup a message box, and hope it eliminate after several seconds, How to do it?     2. I hope a window always at the top of all other windows, how can I do it?           Thank very much.       Best Regards           Roberts.  9.27

Re: GdkPixmap

2000-10-01 Thread Vladimir V. Tsichevski
Hello, > >Does anyone know how I can find the size of a GdkPixmap, and what the best >way is to scale a GdkPixmap? > >Thanks in advance, >Meghal > You may use the private structure gdk uses to manage X drawables (windows, pixmap and bitmaps). I'am sure it is deprecated!

Re: GTK+ client server app

2000-10-01 Thread Darin Fisher
Meghal Harish Varia wrote: > > Hello, > > Does anyone know of a way I can implement a client app in a client-server > setting. For example, my app requires continuous monitoring for incoming > messages while providing the GUI to the user. Upon arrival of each > message, my app should be notifi

GTK+ client server app

2000-10-01 Thread Meghal Harish Varia
Hello, Does anyone know of a way I can implement a client app in a client-server setting. For example, my app requires continuous monitoring for incoming messages while providing the GUI to the user. Upon arrival of each message, my app should be notified, and I should perform the appropriate s

Re: Weighting gnome canvas item?

2000-10-01 Thread Federico Mena Quintero
Linus Larsson <[EMAIL PROTECTED]> writes: > Hello, I'm sitting here with a gnome canvas and putting lots of lots of > canvasitems in it, several thousands. This question would be better suited to the gnome-devel list, since some people here seem to cringe at the though of using GNOME libraries

Re: Gnome portability

2000-10-01 Thread Havoc Pennington
Meghal Harish Varia <[EMAIL PROTECTED]> writes: > Are the gnome libs portable across all Unix platforms? If not, does > anyone know what the exception cases are? > > I want to program a GUI game that is portable across all unix/linux > platforms. Am I better off sticking with gtk+ or something