Re: Problems with Rulers in gtk--



I've tried some more with connects and found out that connecting
the clicked signals of 2 buttons works:

 connect(b1.clicked,cbutton.clicked);

but not connecting the low level _event signals:

 connect(b1.button_press_event,cbutton.button_press_event);

that gives the same error  like in my last mail with the motion_notify_event.

So it seems to me that in gtk--sig.h miss some signatures for those
connections, probably no one ever tried to do that :-)

Anyway, happy coding,

 Oliver   



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