wrong binding of binding of Gtk2::StatusIcon->position_menu() ?



Hi,

The binding of Gtk2::StatusIcon->position_menu() looks wrong to me:
the "x" & "y" parameters are there only because C cannot return more
than one value at once.

C/Gtk+ programs give two *pointers* on integers in order to get back
coordinates.

The way it's currently binded is useless in perl. These should be
returned as a list instead!

See you



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