[Gtk-sharp-list] Question about Status bar and Menu bar
Jeroen Zwartepoorte
jeroen@xs4all.nl
Tue, 23 Nov 2004 18:41:56 +0100
Hi Antonio,
If you're using the 1.9.0 release of Gtk#, take a look at the Actions.cs
sample. It has exactly the functionality you're looking for.
Regards,
Jeroen
On Fri, 2004-11-19 at 17:19 +0100, Antonio Gutiérrez Mayoral wrote:
> Hi list,
>
> I have a question about Status bar widget and the menu bar. I have my
> app where I have a Menu bar, with Menu entrys, and I have the status bar
> where I would like to write messages about the entrys on Menu. When the
> user select a menu entry, I would like to write a message on the status
> bar. But, I dont know what event is asociated to put mouse over a menu
> entry.
>
> Help!! Thanks.