Newbie Question
- From: Tomaz Canabrava <tumaix gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Newbie Question
- Date: Tue, 5 Apr 2005 14:26:48 -0300
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]