Re: A Question About Menus.
- From: John Cupitt <john cupitt ng-london org uk>
- To: ldx <ldxlq 263 net>
- Cc: gtk <gtk-list gnome org>
- Subject: Re: A Question About Menus.
- Date: Thu, 05 Jul 2001 11:46:51 +0100
ldx wrote:
> How can I determine which menu item the mouse is pointing to?
> When I move mouse on menu items, I want to print a message to the
> statusbar to tell the user something about the pointed menu.
Hi, connect to the "select" signal.
gtk_signal_connect( GTK_OBJECT( menu_item ), "select",
GTK_SIGNAL_FUNC( help_callback ), data );
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]