libbonoboui api addition request



Hi,
	I'd like to request an addition to libbonoboui.

gboolean bonobo_control_do_popup_full (BonoboControl       *control,
				       GtkWidget           *parent_menu_shell,
				       GtkWidget           *parent_menu_item,
				       GtkMenuPositionFunc  func,
				       gpointer             data,
				       guint                button,
				       guint32              activate_time);

	This is required because the existing api,
bonobo_control_do_popup - which was added not long before the freeze -
doesn't expose the extra four arguments to gtk_menu_popup. This makes
the popping up of menus at arbitrary positions impossibe.

	Currently the only place that bonobo_control_do_popup is
used[1] is in the panel and this is the only place the addition will
be used immediately.

Cheers,
Mark.

[1] - lxr is not being very co-operative in verifying this :/




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