Re: How to stop signal in the folowing case?

2004-05-12 Thread J. Ali Harlow
On 2004.05.11 14:01 Paul Davis wrote: this doesn't cause never ending recursion if MY_VALUE is a single value. gtk_spin_button_set_value (foo, val) does nothing if val is equal to the current value. this is a classic problem for Model-View-Controller programming, and blocking the signal is not

Re: Installing GTK+ on MSW - help!!

2004-05-12 Thread Dov Grobgeld
(I'm taking the freedom to CC to the gtk-list as the issue may be of general interest.) Yes, you may use cygwin for compiling. You might want to have a look at the following file for an example: http://cvs.gnome.org/viewcvs/giv/giv/makefile.mingw?view=markup This makefile assumes that the

Replacement of GtkOptionMenu by GtkOptionBox

2004-05-12 Thread Jean Bréfort
Hi, I am currently trying to repplace occurrences of the deprecated GtkOptionMenu by GtkComboBox. I would like to know if it is possible to make one of the options insensitive. The following code comes from gnumeric (src/dialogs/dialog-stf-export.c). gtk_widget_set_sensitive (

Re: Changing property from RC file

2004-05-12 Thread Roger Leigh
On Sat, May 08, 2004 at 10:19:27AM -0500, Canek Peláez Valdés wrote: Hi; I want to know if it's possible to change some Widget's property through a RC file. I want that my invisible char in entries be a little circle, not an asterisk. I've a screen shot: What about the invisible char property

configure can't find libjpeg.so

2004-05-12 Thread Mike
Howdy, New to this list. I actually subscribed but haven't rec'd the (automated) response yet. So feel free to reply to me directly. If I get a solution I'll post a summary. Trying to configure gtk+-2.4.1 on Tru64 5.1B unix. Configure exits with: checking for tiffio.h... yes checking for

Re: configure can't find libjpeg.so

2004-05-12 Thread Jean Bréfort
Le mar 11/05/2004 23:41, Mike a crit : Howdy, New to this list. I actually subscribed but haven't rec'd the (automated) response yet. So feel free to reply to me directly. If I get a solution I'll post a summary. Trying to configure gtk+-2.4.1 on Tru64 5.1B unix. Configure exits with:

Re: configure can't find libjpeg.so

2004-05-12 Thread Valdis . Kletnieks
On Tue, 11 May 2004 14:41:35 PDT, Mike [EMAIL PROTECTED] said: Libjpeg.so is buried in /opt/java131/jre/lib/alpha/libjpeg.so, with a link to it from /usr/shlib/libjpeg.so. But it definitely is there, I installed it yesterday. Let's see what the config.log file says about that test program.

Re: configure can't find libjpeg.so

2004-05-12 Thread Valdis . Kletnieks
On Tue, 11 May 2004 14:41:35 PDT, Mike [EMAIL PROTECTED] said: Libjpeg.so is buried in /opt/java131/jre/lib/alpha/libjpeg.so, with a link to it from /usr/shlib/libjpeg.so. But it definitely is there, I installed it yesterday. Oh, and (4): go down that long /opt/ list, and verify all the

Re: Replacement of GtkOptionMenu by GtkOptionBox

2004-05-12 Thread John Cupitt
Jean Bréfort wrote: I am currently trying to repplace occurrences of the deprecated GtkOptionMenu by GtkComboBox. I would like to know if it is possible to make one of the options insensitive. Hi, known bug and on the cards for 2.6, apparently. http://bugzilla.gnome.org/show_bug.cgi?id=135875

Re: Changing property from RC file

2004-05-12 Thread Sven Neumann
Hi, Roger Leigh [EMAIL PROTECTED] writes: On Sat, May 08, 2004 at 10:19:27AM -0500, Canek Peláez Valdés wrote: Hi; I want to know if it's possible to change some Widget's property through a RC file. I want that my invisible char in entries be a little circle, not an asterisk. I've a

GTK configure can't find tiffio.h

2004-05-12 Thread Costello, John
I'm trying to configure gtk but it cannot seem to find the tiffio.h file. If I try it with the --without-libtiff it will skip it and give me a similar error for the jpeg package. I cannot seem to figure out why this is happening. Some info is below. How do I point it to correct directory where

RE: GTK configure can't find tiffio.h

2004-05-12 Thread Costello, John
Nevermind, I figured out the problem, I had to set LIBTIFF, LIBPNG and LIBJPEG to the packages' lib directories -Original Message- From: Costello, John Sent: Wednesday, May 12, 2004 11:26 AM To: [EMAIL PROTECTED] Subject: GTK configure can't find tiffio.h I'm trying to configure

Re: Changing property from RC file

2004-05-12 Thread Roger Leigh
On Wed, May 12, 2004 at 03:59:04PM +0200, Sven Neumann wrote: Hi, Roger Leigh [EMAIL PROTECTED] writes: On Sat, May 08, 2004 at 10:19:27AM -0500, Canek Peláez Valdés wrote: Hi; I want to know if it's possible to change some Widget's property through a RC file. I want that my

compiling gtk 2.2.0

2004-05-12 Thread Costello, John
Has anyone compiled GTK on Solaris? I had no trouble with compiling it on Linux but Solaris is giving me many problems. I got configure to finally finish but now for some reason when I run make, it is not including my libpng/include tiff/include or jpeg/include directories when it tries to

Re: [gtkmm] Entry() popup menuitems

2004-05-12 Thread Murray Cumming
On Wed, 2004-05-12 at 13:41 -0600, Diana Esch-Mosher wrote: Is there any convenient way to delete the input methods or the insert unicode control character items from the Entry() right-click popup? If so - how do I get the handle to this menu for a treeview text cell? It's probably not easy.

Top Level Window - Eliminating Rollup / Resize / Minimize / Maximize, ect

2004-05-12 Thread Chris Caron (OTI)
Without the nice functionality that Gtk 2.4 offers, is there still an old fashioned way of eliminating these menu options from the windows in GNOME using GTK in C. Basically I want to remove the whole feature that the X Windows Manager offers at the top left. The drop down that exists on all

Re: [gtkmm] Entry() popup menuitems

2004-05-12 Thread Murray Cumming
On Wed, 2004-05-12 at 15:26 -0600, Diana Esch-Mosher wrote: If I override the button_press for the Entry() I should be able to get rid of the menu entirely - which would be fine. Since this Entry() is in a treeview how do I get the handle to the Entry() widget to do this? I'm already

It is fonts yet again

2004-05-12 Thread lrcgtk
I used the pango font_name to set the fonts of almost all of the widgets in my program. However, the menu fonts are immune to change. I've tried just about every thing I could think of to set the font using the gtkrc file, however, they stubbornly refuse to change. I have 48 buttons in a