[Anjuta-list] anjuta\gtkmm\c++



hi, i'm a new user of the forum and of anjuta, i'm italian so i'm sorry for
my english :D

i made a new project with anjuta, a c++ project with gtkmm
i made a window with glade with a button with okbutton name
i put the button name and the signal\gtkbutton\clicked: on_okbutton_clicked
and after i just added:
void on_okbutton_clicked (GtkButton *button, gpointer user_data){
        printf("ciao");
        cout << "ciao"<<endl;
        gtk_main_quit();
}
at the bottom of the main.cc
but when i run the program
and i click the button
nothing happens...

please someone can help me? i tried googleing but nothing...

(sorry, i wrote in the wrong section before...
-- 
View this message in context: http://www.nabble.com/anjuta%5Cgtkmm%5Cc%2B%2B-tp20791001p20791001.html
Sent from the Anjuta - Users mailing list archive at Nabble.com.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]