Re: gtk+-1.2.9 compile problem

2001-05-23 Thread Helmethead
On Wed, May 23, 2001 at 11:22:01PM -0700, N/A Nguyen wrote: > when i compile gtk+-1.2.9 i get an error when i tries to find X, then it > tells me it can't find X library or include files. i set the option to tell > where it can find it, /usr/X11R6/lib for the libraries, and > /usr/X11R6/includ

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

2001-05-23 Thread Neil Hodgson
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 > b

gtk+-1.2.9 compile problem

2001-05-23 Thread N/A Nguyen
when i compile gtk+-1.2.9 i get an error when i tries to find X, then it tells me it can't find X library or include files. i set the option to tell where it can find it, /usr/X11R6/lib for the libraries, and /usr/X11R6/include for the include files, but the /usr/X11R6/include directory just

X include files

2001-05-23 Thread N/A Nguyen
when i comple gkt+-1.2.9 it says it can't find the X libraries or include files, i have the libX11 file that it wants, but i don't have the include files. do i need the include files or can i by pass the requirement and still compile successfully? __

Re: size of table cells

2001-05-23 Thread Havoc Pennington
Ignacio Nodal <[EMAIL PROTECTED]> writes: > table = gtk_table_new (10, 1, FALSE); > gtk_table_attach_defaults(GTK_TABLE(table), widget, 0,1, 0,1); > gtk_table_attach_defaults(GTK_TABLE(table), separator, 0,1, 1,2); > > gtk_table_attach_defaults(GTK_TABLE(table), widget2, 0,1, 2,3); > gtk_table_

Re: C++ libs and GTK interface

2001-05-23 Thread Havoc Pennington
Vicki Stanfield <[EMAIL PROTECTED]> writes: > "conversion from `int' to `enum GtkRcFlags'" > Use something like: GtkRcFlags(my_int) Havoc ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

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 but

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 >

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

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 widget

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

2001-05-23 Thread skip
>> (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> year, Tk is broken in the sam

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 i

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+

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? I

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.

Problems building gtk+-1.3.5

2001-05-23 Thread Mike Castle
Please note that I am not subscribed, so if you need to ask questions that need immediate answers, please CC me. Otherwise I'll track the archives. Typically I build all autoconf'ed packages outside of their source tree. For example, my directory looks like this: gtk+-1.3.5/ gtk+-1.3.5-build/

C++ libs and GTK interface

2001-05-23 Thread Vicki Stanfield
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm develop a GTK gui for an application written in C++, and I can't get it to compile with g++ on my linux box. I know that it can be done, because I've seen references to such things as I've researched the question. I would really appreciate a hi

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 "d

Clist : popup menu on right click

2001-05-23 Thread fabien derreal
Hi all, 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? ___ gtk-list ma

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 cann

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 funct

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 > gtk_label_n

Re: vertical scale display; button prelighting

2001-05-23 Thread Havoc Pennington
Paul Davis <[EMAIL PROTECTED]> writes: > > No, its much more than that. I don't think that the toolkit should > ever change the state of a widget to PRELIGHT. we already have the > enter_notify and leave_notify events if the widget wants to respond to > cursor entry and exit. The toolkit should

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 Pra

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

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

[Fwd: problems to read a "from widget independent" pixmap]

2001-05-23 Thread Ignacio Nodal
Sorry if this message arrives twice.. I'm having problems with my mail server Ignacio Nodal Ok, thanks... Next problem :- I want to write a function to read a pixmap string, but without having to know which widget it will be added into.By the way the widget could be still not created at a

Re: vertical scale display; button prelighting

2001-05-23 Thread Paul Davis
Owen writes: >Consider the case of a child widget of a button, and I think you'll >see that toolkit involvement in the propagation of the PRELIGHT state >is necessary. >P.S. - the prelight state indicates not the "mouse cursor location", > but that the location where the mouse is active an

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 underscor

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

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 thi

Re: vertical scale display; button prelighting

2001-05-23 Thread Paul Davis
>> --p "gtk_init (&argc, &argv); gtk_allow_prelight (false);" > >I'd need some convincing on why this is useful. I do see that various >people are trying to do it, but is it just "I don't like the theme, >let's hardcode stuff" or is it for a reason. Maybe we disagree with the notion of indicating

Pixmap in a button created with gtk_button_new_with_label()

2001-05-23 Thread Ignacio Nodal
Hi, I'm trying to show a Pixmap in a button that is, by default, created with a label in it... The idea is to have a button displaying either the label or the pixmap. The problem is if I create the button using gtk_button_new_with_label("foo_label") and then try to put a pixmap instead of the lab

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: `AM_INIT_AUTOMAKE($PACKA

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: `AM_INIT_AUTOMAKE($PACKA