You are not logged in.
Pages: 1
GTK 2 does not support mouse over visual change. For example, in windows or in QT, when you move your mouse over a menubar item, its visual appearance changes. But this is not possible in GTK2 I THINK. This is a major annoyance in GNOME apps. Will it be fixed in GTK 3?
Offline
1) What? Major annoyance?
2) Yes, of course it supports it.
http://www.moeraki.com/pygtktutorial/py … tify-event
The "enter-notify-event" signal is emitted when the mouse pointer enters widget.
Most themes and all visual engines support this as well. I'm not sure where you get that it doesn't.
Cthulhu For President!
Offline
1) What? Major annoyance?
2) Yes, of course it supports it.http://www.moeraki.com/pygtktutorial/py … tify-event
The "enter-notify-event" signal is emitted when the mouse pointer enters widget.
Most themes and all visual engines support this as well. I'm not sure where you get that it doesn't.
Mouseover ANY menubar item (File, Edit, View, Tools, Help) in ANY GTK2 app and nothing will happen to that widget. No visual change. But if you mouse over a button, it will change visually.
Offline
Huh, I didn't even notice that til you brought it up.
Offline
Also mouse over the Gnome "Applications Places System" menu and nothing will happen.
Offline
Okay, I've just tried this, and it looks like you're mostly right. The menubar itself is a widget, so I can do stupid things like make the entire bar light up when you mouse over it. However, the menu items (File, etc) are actions (?). At any rate, it doesn't seem like they're a widget you can easily modify.
I think it would be pretty useless even if it did, but that's neither here nor there.
Cthulhu For President!
Offline
So I hope GTK 3 will include this. This is one of the few things GTK is lacking.
Offline
Pages: 1