GTK working with pointers

2005-07-29 Thread Adolfo Eloy
= *( ( (GtkWidget **)(data) ) + i); texto = (gchar *)gtk_entry_get_text(GTK_ENTRY(txt)); g_print( "\ntexto=%s", texto ); } Thank you Adolfo Eloy ___ Yahoo! Acesso GrĂ¡tis - Internet

Compiling GTK Test

2005-06-30 Thread Adolfo Eloy
the follow message: /usr/bin/ld: cannot find -lgtk-x11-2.0 collect2: ld returned 1 exit status But I have the gtk-x11-2.0 like this: /usr/lib/libgtk-x11-2.0.so.0 I'd like to compile with these difficults cause I don't wanna re-install the linux from begin to solve this trouble. Thank you p

doubt compiling a first program

2005-06-22 Thread Adolfo Eloy
Hello, My name is Adolfo, from Brazil, and I'm newbie developing with GTK+. I've installed the devel packages in my house which comes with Fedora Core 3. I've exported the variable CPATH with the locations of libraries and I've compiled using the statement below: gcc -o base teste_gtk.c `pkg-con