Running application on WindowsXP automatically MS-DOS prompt ???

2008-07-27 Thread Marco Rocco
Hello, why if i run my gtk+ application on windows, when i double click on it, i see the application and automatically it open also ms-dos shell ? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/g

Using g_signal_connect in class

2008-07-15 Thread Marco Rocco
Thanks, I have done, but i have the problem of how i get treepath, and how i can pass to callback functions, look my class: class GtkCtree{ private: GtkWidget *treeview; GtkListStore *liststore; Tdata string_to_data(const char *data_string); static void cell_edited_cbk(

Using g_signal_connect in class

2008-07-15 Thread Marco Rocco
Hello, this is my first post on this mailing list, now i do my request: can i use g_signal_connect in a method of my class, using as c_handler a private function of class? ...and if i can, how i can do ? ___ gtk-app-devel-list mailing list gtk-app-dev

Using g_signal_connect in class

2008-07-15 Thread Marco Rocco
Hello, this is my first post on this mailing list, now i do my request: can i use g_signal_connect in a method of my class, using as c_handler a private function of class? ...and if i can, how i can do ? ___ gtk-app-devel-list mailing list gtk-app-dev