problems with building glib

2001-05-23 Thread Vitaly Tishkov
Hi, I have problems with building current version of glib. What I do: 1) cvs -z3 checkout glib 2) autogen.sh I get the message below when 2) is running. ... ./configure: line 600: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,' ./configure: line 600:

Re: vertical scale display; button prelighting

2001-05-23 Thread Paul Davis
Maybe we disagree with the notion of indicating the mouse cursor location by changing the appearance of a widget. For me, that disagreement is independent of however the appearance is changed. OK, so this is just I disagree with the theme. No, its much more than that. I don't think that the

Re: vertical scale display; button prelighting

2001-05-23 Thread Owen Taylor
Paul Davis [EMAIL PROTECTED] writes: Maybe we disagree with the notion of indicating the mouse cursor location by changing the appearance of a widget. For me, that disagreement is independent of however the appearance is changed. OK, so this is just I disagree with the theme. No,

mnemonics, version 1.3.5

2001-05-23 Thread Steve Ramsay
Hi, I am in the process of porting an app from 1.2.10 to 1.3.5. In my file menu I have up to five menu items which represent the most recent used files, like: 1. abc 2. def And I have accelorators connected to the number. One of the problems I ran into was when the label contained an

GtkCombo and getting the selected item index

2001-05-23 Thread Jay Baker
Is there a way to obtain the index (position) of the selected item within a GtkCombo box? For instance, I have a combo box defined with the items 'red', 'white', and 'blue'. The user selected 'white', fires the 'changed' signal, and my callback is executed. Within the callback, I want to be able

Sun Cut/Copy/Paste keys

2001-05-23 Thread Spear, Don H. Jr.
I've seen posts on this subject in the archives but no solutions so I'll post once more in hopes someone smarter than me has found the answer. In a text window I want to associate the Cut/Copy/Paste keys on a Sun keyboard with the text functions. Can this be done? Thanks in advance Don Spear

Re: mnemonics, version 1.3.5

2001-05-23 Thread Havoc Pennington
Steve Ramsay [EMAIL PROTECTED] writes: I am in the process of porting an app from 1.2.10 to 1.3.5. First of all thanks for doing this and sending in questions, now is the time to catch GTK 2 problems. My question is how to do this with the new mnemonics of 1.3.5, using

Re: Sun Cut/Copy/Paste keys

2001-05-23 Thread Havoc Pennington
Spear, Don H. Jr. [EMAIL PROTECTED] writes: I've seen posts on this subject in the archives but no solutions so I'll post once more in hopes someone smarter than me has found the answer. In a text window I want to associate the Cut/Copy/Paste keys on a Sun keyboard with the text functions.

Re: Re: selection signal on ctree

2001-05-23 Thread Rolf=20Sch=E4uble
Paul Davis [EMAIL PROTECTED] schrieb am 21.05.01: Is there any way to get an GdkEventButton on a tree_select_row event? I need one to popup a context menu when user presses the rigth mouse button on a GtkCTree item. I cannot connect to a GtkCList-select_row event, because then I cannot use

Re: A FAQ? What do I need to build GTK+ these days?

2001-05-23 Thread Rick Campbell
From: Havoc Pennington [EMAIL PROTECTED] Date: 19 May 2001 19:02:43 -0400 There are good reasons for all the dependencies; if you have a suggestion for how to get the same functionality without them, by all means make that suggestion. Don't support disabled users or don't

Re: Problems building gtk+-1.3.5

2001-05-23 Thread Mike Castle
On Tue, May 22, 2001 at 12:41:27PM -0700, Mike Castle wrote: The contrib/gdk-pixbuf-xlib Makefile failed to have -I/usr/X11R6/include on it's INCLUDES line. The following patch appears to fix the above issue. I'm certain it's not the best solution, but hopefully it demonstrates the problem.

RE: gtk+ ver 1.2

2001-05-23 Thread Kimberley Brent-y17568
Title: RE: gtk+ ver 1.2 Havoc, Thanks for the reply. I'm not sure if this is a passive/active ftp issue. ( I am using iexplorer. ) I can download the glib source but not the gtk+ source. I'm behind a firewall. I can download glib, however I can't download the README or any of the gtk+

size of table cells

2001-05-23 Thread Ignacio Nodal
Hi, I'm using a table to add some widgets separated with a GtkHSeparator. The problem is I don't want the separators to be so height as the other widgets. I thought the homogeneous parameter in gtk_table_new() was afraid of this point, but it doesn't seem to be so. Supposing the other widgets

Re: C++ libs and GTK interface

2001-05-23 Thread Silviu Minut
For one, I believe that's the out of the box g++ on RH, and it has many problems. Download upgraded versions from redhat. I'm running gcc-c++-2.96-69 and it's fine. There are even newer packages, I'm sure. Other than that, I did write a couple of gtk applications in C++ (not terribly complicated

Re: What's the Hangul shaper? Sounds like a power tool...

2001-05-23 Thread Havoc Pennington
[EMAIL PROTECTED] writes: (well, the TextBuffer object is broken IMHO and always contains at least a carriage return) Havoc This is a Broken On Purpose - even documented to work the way it Havoc does, IIRC. I agree it's broken, I've known about it for half a Havoc

Re: Clist : popup menu on right click

2001-05-23 Thread Havoc Pennington
fabien derreal [EMAIL PROTECTED] writes: is there any way to have a popup menu appear when clicking on a Gtk Clist using the right button of the mouse? It seems that the closest useable signal is select_row, which means using the left button of the mouse. Any hint? Use

What's the Hangul shaper? Sounds like a power tool...

2001-05-23 Thread skip
I have a small PyGtk2 class that displays an Entry widget and a Button. If the user pushes the button, a window pops up containing a TextView widget and ok and cancel buttons. If I edit the text in the TextView widget so that it contains a carriage return (well, the TextBuffer object is broken

Re: [pygtk] What's the Hangul shaper? Sounds like a power tool...

2001-05-23 Thread Christian Robottom Reis
Hangul is Korean written language. The shaper is part of the pango engine that AFAIK renders the string into whatever it should print like. I have _no_ idea why your text is being handled by the hangul shaper, however. handle the RETURNs in the text. Is there something I can do about this?

Re: What's the Hangul shaper? Sounds like a power tool...

2001-05-23 Thread Havoc Pennington
[EMAIL PROTECTED] writes: (well, the TextBuffer object is broken IMHO and always contains at least a carriage return) This is a Broken On Purpose - even documented to work the way it does, IIRC. I agree it's broken, I've known about it for half a year, Tk is broken in the same way - and it's