Re: glib install question

2002-05-17 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: I then tried to install atk-1.0.0 and pango-1.0.1. Their configure scripts both gave the same error (printed in full below): glib not found. They suggested editing my /etc/ld.so.con file to show the new path. I did this (added the line

Placing widgets

2002-05-17 Thread João Verde
Hi all, I'm a PHP programmer for quite some time and I'm willing to leap forward to GTK. I have previous programming experience with VB, so I'm used to moving things around and drawing forms. I'm desperate on how GTK creates the graphical interface. Honestly, I hate it.

view cant' show special characters

2002-05-17 Thread calmar
hi, my problem actually:i have a gtk_text_view_new() in my programand i want to put there some text with this function:gtk_text_buffer_set_text ();as long as i have normal characters in the buffer, it's works properly.when there are any special letters (which tend to be everywhere unless

menu accel

2002-05-17 Thread xy s
Hi, I want to add a hot key to my menubar by void gtk_widget_add_accelerator (GtkWidget *widget, const gchar *accel_signal, GtkAccelGroup *accel_group, guint accel_key, GdkModifierType accel_mods, GtkAccelFlags accel_flags); Which

Re: Placing widgets

2002-05-17 Thread John . Cupitt
João Verde wrote: I'm desperate on how GTK creates the graphical interface. Honestly, I hate it. :-) Is there a GUI for creating a GUI. %-) Hi, there are several, glade is probably the most popular: http://glade.gnome.org/ John

Re: Placing widgets

2002-05-17 Thread Thierry Brichler
The GUI for creating GUI's is glade project : this is a free user interface builder for GTK+ and GNOME. It is released under the GNU General Public License. see : http//www.glade.gnome.org Thierry BRICHLER ___ gtk-list mailing list [EMAIL PROTECTED]

Re: What's the difference between the UNIX signal and gtk signal?

2002-05-17 Thread Edward A. Falk
there is no relationship *whatsoever* between the two except the name. Yes, in fact, AFAICT, gtk doesn't even provide a mechanism for handling Unix signals. The best you can do is set up a traditional unix signal handler which does nothing but catch the signal and write something to a pipe,

Porting Motif Application to GTK+

2002-05-17 Thread Robert Lugg
I would like to port a Motif application to GTK+. My question is how much of an effort is it? I know that is hard to answer, but I am looking for a rule of thumb. The application is a specialized CAD tool. All commands go through a central dispatcher, so a user can type default view and the

Re: Porting Motif Application to GTK+

2002-05-17 Thread John . Cupitt
Robert Lugg wrote: I would like to port a Motif application to GTK+. My question is how much of an effort is it? I know that is hard to answer, but I am looking for a rule of thumb. I moved a 50k line Motif application to gtk a year or so ago. It was pretty quick (a month or two?) to get

alternating row color with GtkCTree

2002-05-17 Thread Luciano Chavez
Hello, I'ld like to know if anyone has some sample code or can point me as to how to color alternate rows in a GtkCTree (set background and foreground) and keep them alternating even when the nodes in the tree are expanded or collapsed. Basically, I want to provide the same feature you see in

Re: alternating row color with GtkCTree

2002-05-17 Thread Luciano Chavez
On Fri, 2002-05-17 at 11:06, Luciano Chavez wrote: If I could tell which rows are being displayed, I could alternate the row colors and then catch tree-collapse and tree-expand signals and re-alternate the colors from the row collapsed/expanded down to the end of the list. Hmmm. Not sure why

Re: What's the difference between the UNIX signal and gtk signal?

2002-05-17 Thread Paul Davis
(This isn't 100% correct though, now that I think about it. The signal watcher needs to use a non-blocking write in case the pipe ever fills up. In that case, signals should be discarded. I'll work on it some more.) the sig catcher needs to do the same, otherwise it will never return to the

PHPIZE

2002-05-17 Thread John Mozurkewich
Can anyone tell me where I can find PHPIZE? When trying to run ./buildconf I get this error: sh: phpize: not found *** Error code 127 (bu21) I am running SGI IRIX 6.5, PHP4.04 Thanks, [EMAIL PROTECTED] *** RANDELL MANUFACTURING -

Re: PHPIZE

2002-05-17 Thread Andrei Zmievski
Ask on [EMAIL PROTECTED] On Fri, 17 May 2002, John Mozurkewich wrote: Can anyone tell me where I can find PHPIZE? When trying to run ./buildconf I get this error: sh: phpize: not found *** Error code 127 (bu21) I am running SGI IRIX 6.5, PHP4.04 Thanks, [EMAIL PROTECTED]