Re: GtkTreeView: How do I detect right-click?
- From: Guy Rouillier <guyr-ml1 burntmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: GtkTreeView: How do I detect right-click?
- Date: Sun, 09 Apr 2006 23:34:09 -0400
Ang Bodhi wrote:
Hi,
I have a GtkTreeView widget that I would like to detect the mouse
button right-click, how can I do that? In Gtk 1.2, I used to be able
to connect to a button_press_event signal of a GtkTreeItem widget.
Did you search archives before posting? I just answered this 5 days ago:
gtk_menu_new();
gtk_menu_popup();
In order to know to kick this off, you'll have to gtk_signal_connect on
the "popup_menu" signal.
--
Guy Rouillier
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]