Hello.
> Hello How I can make the buttons are inactive , the buttons of
> the window (Buttons : maximize , minimize , close ) or without focus when
> the pointer isover them ?
>
> I need to get the effect . Caso 2 . View image
>
>
> http://fotos.subef
By this code, what I want to achieve is that:
After choosing book/loco/lardon etc as done by you, this will print the
active_data in combobox and Entries in a file.
So, if the combo entry is Book and
entryAuth is MyAuthor
entryEditor is MyEditor
entryTitle is MyTitle
and
bibkey is Mybib
then acc
On 22 June 2012 01:50, James Morris wrote:
>> Can anyone give any pointers as to what might be happening?
>
> I've found the culprit, or put another way, I've found what to comment
> out to fix the problem.
>
> In my custom_widget_realize callback it has the following code which
> if I comment out
Hello again,
Seems to be a habit of mine here, I ask a question, don't get an
immediate response and then look further into it and find some sort of
solution...
On 21 June 2012 10:42, James Morris wrote:
> Hi,
>
> I have a custom GTK widget which renders using Cairo. In the expose
> callback gtk
Hello How I can make the buttons are inactive , the buttons of
the window (Buttons : maximize , minimize , close ) or without focus when
the pointer isover them ?
I need to get the effect . Caso 2 . View image
http://fotos.subefotos.com/607c3fb8e19de4e
How is the program you want to do? Can you explain?
2012/6/21 Rudra Banerjee
> Thanks, but its not solving the main problem.
> >
> /
> >
> > 2012/6/20 Rudra Banerjee
> > Olivier,
> > Than
I'm not sure, at least in my system, because in my keyboard mapping
(french) AltGr is used for special characters. These characters works
well in Gtk::TextView or Gtk::Entry, which mean correct value is
passed by Gtk, which means correct modifier is identified by Gtk.
It seems either the problem a
Hi,
I have a custom GTK widget which renders using Cairo. In the expose
callback gtk_widget_get_style is called to obtain colours to render
the widget with some theme consistency.
When a theme is changed (ie using gtk-chtheme) any of my custom
widgets that are visible are not updated. However, af