[Gtk-sharp-list] Gnome.IconList + Gtk.Menu

Federico Mena Quintero federico@ximian.com
Fri, 05 Nov 2004 17:39:02 -0600


On Fri, 2004-11-05 at 11:02 -0500, Nigel Benns wrote:
> With args.Num or is that the icon that is selected, or is it
> args.Event.Button like in the ButtonPressArgs, the monodoc isn't completed
> for this

args.Num is the index of the icon that was selected; args.Event.Button
is the mouse button number that was used to change the selection.

If you click the right mouse button on the fifth icon in the list, those
arguments will be 6 and 3, respectively.

  Federico