gtk-config

2002-11-02 Thread Gerard SanromĂ 
Hi I'm gusage and i'm a linux user from Spain. I've been compiling some programs that need gtk+ and all failed in ./configure due to not find gtk. It seems that ./configure looks for a script named gtk-config. I've installed all gtk-blablalba-devel, -common, ... libgtk-blabla, etc etc etc from

Access to a particular widget in a container...

2002-11-02 Thread lomba
Hello, i'm new on this list so i'm present myself : Alexis, 21 years old, French. I'm using GTK for the first time and, unfortunately, i can't find a lot of help on the web... I hope you could help me. I'm coding a little C program. I've a main function create_window() which create a window and

Re: gtk-config

2002-11-02 Thread Sven Neumann
Hi, Gerard SanromĂ  [EMAIL PROTECTED] writes: I've been compiling some programs that need gtk+ and all failed in ./configure due to not find gtk. It seems that ./configure looks for a script named gtk-config. I've installed all gtk-blablalba-devel, -common, ... libgtk-blabla, etc etc etc

right-justify text in entry

2002-11-02 Thread Egon Andersen
Hi, (GTK+-2.0) I'm trying to make text (numbers) right-justified in a GtkEntry, but I haven't been able to do it right. The best I've got until now is to use: gtk_widget_set_direction (entry, GTK_TEXT_DIR_RTL); but that is not a good solution, as it is setting the direction the text is entered,