Newbie Question



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 =/



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