more questions :)



1. how can i cancel a drag from within a drag event? from the C docs it
seems that the right way to do it is to call gtk_drag_finish(context, 0, 0,
time()), but gtk-perl doesn't seem to have drag_finish(). it DOES have
finish(), which when called as $drag_context->finish(0, 0, time()) breaks
the app with "BadAtom (invalid Atom parameter)" gtk error.

2. how can i connect to signals on CList rows or cells? i need to do something
on doubleclick on a row/cell, but i cannot get any widget for a row or a cell.
judging from C headers, a cell should be able to be of type GTK_CELL_WIDGET,
but i could not find any way to set it to a widget, even from C.

lanzz
--
$_=q<$_=q<,>;s/,/$_/;print;>;s/,/$_/;




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