i have a function defined by void window_createMatrix(int rows, int colums, float **pointerMatrix, );
and a button "WhatSoEver" is there a way to use the function by clicking the button? i try to use the g_connect_event(G_OBJECT(WhatSoEver), "clicked", window_createMatrix, Parameters List); but the g_connect_event only takes 4 parameters, and my function requires 3 more. Help =/ _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list