Gtk drawing

2002-02-19 Thread Ricky Foo
Hi all, Question about gtk_drawing_area. I created this dialog window with 3 drawing areas inside. However, no matter how I tried, I couldn't get the graphics to appear. There is nothing wrong with my callback. I have already cross-checked it. Does GTK+ forbid multiple drawing areas within

RE: Linux->Win32 GTK+ porting question

2002-02-19 Thread David L. Cooper II
Chris, Yes, I've been down that road. I'm actually happy to say that I was able to take an application that I developed using Glade and recompile it to run natively on Windows. Check out: http://www.gimp.org/~tml/gimp/win32//new-downloads.html for more information on the libraries for windows.

Linux->Win32 GTK+ porting question

2002-02-19 Thread Chris Seberino
Yes I know Cygwin rules and VMWare rules. Both would allow painless running of Linux GTK+ code on Windoze. I want to make an executable that ANYONE can run on Windoze without having to install anything like Cygwin or VMWARE. Has anyone taken the painful path of using the Win32 GTK+ libraries an

which child of my box is the one currently "activate"?

2002-02-19 Thread Ignacio Nodal
Hi, I've a class (written in C++) whith a GtkGLArea and several callbacks connected to button_press_event, button_release_event, etc... I call it GGLSurf. Now I want to use this class in another one to insert two GtkGLArea widgets in my Application. This new class is not a subclass of GGLSurf,

Re: new problem

2002-02-19 Thread Jeremy Henty
Javed writes: > configure: error: C compiler cannot create executables. > After which I tried compiling a C program, and it did not > execute. What were the error messages? It's hard to offer useful help without the details. Regards, Jeremy Henty -- Here's the secret that every succes

Re: signal_connect depreciated ?

2002-02-19 Thread Sven Neumann
Hi, Peter Van Osta <[EMAIL PROTECTED]> writes: > I apologize for this newbie question, but I have just started studying > GTK and I want to try to compile the simple "helloworld.c" example on > the gtk.org website > > http://www.gtk.org/tutorial/ch-gettingstarted.html#SEC-HELLOWORLD > > I save

signal_connect depreciated ?

2002-02-19 Thread Peter Van Osta
Hi, I apologize for this newbie question, but I have just started studying GTK and I want to try to compile the simple "helloworld.c" example on the gtk.org website http://www.gtk.org/tutorial/ch-gettingstarted.html#SEC-HELLOWORLD I saved the source code into a C-file and tried to compile it as

Re: gtk_im_context_get_preedit_string ()

2002-02-19 Thread Owen Taylor
"Aleksey A. Malyshev" <[EMAIL PROTECTED]> writes: > Hi, > > I have a question. > Docs for gtk_im_context_get_preedit_string () says: > "Retrieve the current preedit string for the input context, > and a list of attributes to apply to the string." > but if you look sources you can see: > > gt

Re: variable newbie problem

2002-02-19 Thread John . Cupitt
[EMAIL PROTECTED] wrote: > I have a global variable used to store a filename got from a gtk_file_selection; > now, when the gtk_file_selection object is destroyed, the memory allocated to the variable > is corrupted, changing its value. Hi, the gtk_file_selection gives you a pointer to its inter

gtk_im_context_get_preedit_string ()

2002-02-19 Thread Aleksey A. Malyshev
Hi, I have a question. Docs for gtk_im_context_get_preedit_string () says: "Retrieve the current preedit string for the input context, and a list of attributes to apply to the string." but if you look sources you can see: gtk_im_context_real_get_preedit_string (GtkIMContext *context,