Re: table widget: expanding

2006-05-04 Thread Yeti
On Thu, May 04, 2006 at 11:12:32PM +0200, Felix Kater wrote: > my table widget simply contains a label (first row) and a scrolled window > (second row). I need the scrolled window (with a large drawing area inside) > to expand. However, it doesn't. > > To achieve this I assume I need to do two t

table widget: expanding

2006-05-04 Thread Felix Kater
Hi, my table widget simply contains a label (first row) and a scrolled window (second row). I need the scrolled window (with a large drawing area inside) to expand. However, it doesn't. To achieve this I assume I need to do two things: tell the table to expand itself to the maximum, and tell i

Is it possible to implement Zoom/Shrink of a backing bitmap using only GTK+/GDK/GLIB ?

2006-05-04 Thread James Scott Jr
Folks, I am writing a simple GTK+ line graph codeset to use in my GTK applications; It's done but not a widget yet. After reading several books and googling I still have this question. Question: Is it possible using only GTK+/GDK/GLIB to create a 2000x2000 pixbuf for drawing and have the expose-

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Yeti
On Thu, May 04, 2006 at 11:00:48AM -0600, Karihaloo, Ujjval wrote: > I don't seem to have gtk-config; here is out put of your command. > [EMAIL PROTECTED] karihalo]# pkg-config --modversion gtk+ > sh: gtk-config: command not found > sh: gtk-config: command not found > sh: gtk-config: command not f

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Michael L Torrie
On Thu, 2006-05-04 at 18:59 +0200, David Nečas (Yeti) wrote: > > configure was generated on a system lacking gtk+-devel, > ^^ > This > is the name of the development package. > > Anyway, you can fin

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Karihaloo, Ujjval
Hi, I don't seem to have gtk-config; here is out put of your command. [EMAIL PROTECTED] karihalo]# pkg-config --modversion gtk+ sh: gtk-config: command not found sh: gtk-config: command not found sh: gtk-config: command not found -Original Message- From: David Nečas (Yeti) [mailto:[EMAIL

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Yeti
On Thu, May 04, 2006 at 09:48:39AM -0600, Karihaloo, Ujjval wrote: > Hi, > > I am not sure if the GTK+ 1.2.10 version that I have is a developer > version. How can I find out? > > -Original Message- > From: David Necas (Yeti) [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 04, 2006 2:45

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Michael L Torrie
On Thu, 2006-05-04 at 09:48 -0600, Karihaloo, Ujjval wrote: > Hi, > > I am not sure if the GTK+ 1.2.10 version that I have is a developer > version. How can I find out? What he means is that you need the "-devel" package which includes the necessary header files and link libraries. To install t

Re: how to tell gtk to update only the GUI

2006-05-04 Thread Yeti
On Wed, May 03, 2006 at 08:08:06PM +0200, Mehmet YASAR wrote: > > That should work, however it doesn't seems to be what I need > (gtk_grab_add need at least one gtkwidget). Do you mean you offer no means to cancel the lengthy processing? That's bad. Yeti -- Anonyms eat their boogers. ___

Re: how to tell gtk to update only the GUI

2006-05-04 Thread Mehmet YASAR
> I agree the right thing is normally to make the widgets > insensitive but it is possible to do what Mehmet requested > too with gtk_grab_add() on some `passive' widget -- see the > attached example. That should work, however it doesn't seems to be what I need (gtk_grab_add need at least one gt

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Karihaloo, Ujjval
Hi, I am not sure if the GTK+ 1.2.10 version that I have is a developer version. How can I find out? -Original Message- From: David Necas (Yeti) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 2:45 AM To: Karihaloo, Ujjval Cc: gtk-app-devel-list@gnome.org Subject: Re: GTK with GC

Re: gtk_widget_destroy(): destroys embedded widgets?

2006-05-04 Thread John Cupitt
On 5/4/06, Felix Kater <[EMAIL PROTECTED]> wrote: if I destroy a container (in my case a gtk table widget), does it automagically remove all widgets which have been attached to it before--or do I have to destroy all embedded widgets before one by one? Short answer: yes, it will automatically

gtk_adjustment

2006-05-04 Thread Jose Hevia
Hi I need to manage a scrollbar manually for a program that loads extremely big files to show only part of them and I need to change a gtk_adjustment to my own needs.(not just value, lower and upper limits... too).But seems gtk doesn't have anything to make this cleanly. So I will resolve the pro

gtk_widget_destroy(): destroys embedded widgets?

2006-05-04 Thread Felix Kater
Hi, if I destroy a container (in my case a gtk table widget), does it automagically remove all widgets which have been attached to it before--or do I have to destroy all embedded widgets before one by one? Felix ___ gtk-app-devel-list mailing list gtk

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread David Necas (Yeti)
On Wed, May 03, 2006 at 09:17:59PM -0600, Karihaloo, Ujjval wrote: > ./configure: line 5028: syntax error near unexpected token `1.2.0,' > ./configure: line 5028: `AM_PATH_GTK(1.2.0, ,' configure was generated on a system lacking gtk+-devel, AM_PATH_GTK() was undefined then and thus left unexpande