Signal on mouse over menu item?

2005-11-25 Thread Daniel Pekelharing
Hi all, Is there a signal on a GtkMenuItem that gets called when the cursor is moved onto the item? Thanks -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinf

Re: SubWindows

2005-11-25 Thread Eric
On Thu, 2005-11-24 at 01:21 -0200, Daniel Ferreira Monteiro Alves wrote: > Hi guys, > > Anyone knows if the gtk support sub-windows? You mean windows inside of other windows? No. It doesn't. And it probably never will for philosophical reasons. Eric ___

Re: combo rant

2005-11-25 Thread Paul Pogonyshev
control H wrote: > > I'm not saying GTK+'s combo is perfect, but I think it is generally better > > than anything else I've seen. At least it always uses all the screen space > > it has. > > But this is one of my other objections: it merely _tries_ to use all the > screen > space available. It d

Re: combo rant

2005-11-25 Thread control H
> Well, I must admit that I haven't used Windows more than occasionaly for the > last three or four years, but the last time I checked, Windows combo box was > much _worse_ than GTK+'s, in my opinion. You would often get a five-line > combo where you'd have to scroll like hell to skip all those 20

Re: combo rant

2005-11-25 Thread Paul Pogonyshev
control H wrote: > [snip] > > > To be fair, I've worked with combo controls from at least 4 different > > widget sets and they all were horrible. Win32, GTK, Web, Borland, Java, > > they all suck. I think as a control, the combo control is just a bad > > concept. > > I'm not that negative about

Re: on signals in an entry widget

2005-11-25 Thread Axel Simon
On Thu, 2005-11-24 at 23:19 +0800, Chris Clarin wrote: > hi all, > > i am a beginner in using gtk and i would just like to ask which signal i > should use if i want to "activate" my entry widget on pressing "tab" or when > i leave my entry widget (i.e., i want changes to take place when i hit tab,

Re: Setting the background color of a GtkEntry

2005-11-25 Thread Andreas Stricker
Michal Kepien schrieb: The white part of a text-accepting widget uses the "base" color, not the "bg" color. The only way I know to set that is with a style: style "myEntry" { base[NORMAL] = "#ff"# or whatever } class "GtkEntry" style "myEntry" You can load this setting by placing th

Re: combo rant

2005-11-25 Thread control H
[snip] > To be fair, I've worked with combo controls from at least 4 different > widget sets and they all were horrible. Win32, GTK, Web, Borland, Java, > they all suck. I think as a control, the combo control is just a bad > concept. I'm not that negative about a combo control. After all, a go