Re: GTK 3.0 inactive buttons (Buttons : maximize , minimize , close )

2012-06-22 Thread Mariano Gaudix
http://fotos.subefotos.com/db2e5a8be0a21c26f620bd4adde20c5fo.png 2012/6/22 Mariano Gaudix > In thePOPUP MENUand COMBOBOX ... has these effects > ... > > If you activate a combo-box or menu ..and then you clicked > the button maximize or minimize

Re: [Vala][Styling] Dark variant question

2012-06-22 Thread Filip Lamparski
On Fri 22 Jun 2012 12:16:34 BST, Emmanuele Bassi wrote: hi; On 22 June 2012 11:23, Filip Lamparski wrote: My question is, how do I fix this, so that all widgets use the dark variant, including window decoration? the code is wrong. you have to let the toolkit and the window manager know about

Re: GTK 3.0 inactive buttons (Buttons : maximize , minimize , close )

2012-06-22 Thread Mariano Gaudix
In thePOPUP MENUand COMBOBOX ... has these effects ... If you activate a combo-box or menu ..and then you clicked the button maximize or minimize of the window ... this always happens 1). First .Clicking the maximize or minimize bu

Re: [Vala][Styling] Dark variant question

2012-06-22 Thread Emmanuele Bassi
hi; On 22 June 2012 11:23, Filip Lamparski wrote: > My question is, how do I fix this, so that all widgets use the dark variant, > including window decoration? the code is wrong. you have to let the toolkit and the window manager know about this setting, not load the theme. the correct code is:

multiple GTKentry inside a GTKnotebook

2012-06-22 Thread Rafał Mużyło
On Fri, Jun 22, 2012 at 10:58:39AM +0530, Rudra Banerjee wrote: > > > > > > 2012/6/20 Rudra Banerjee > > > Olivier, > > > Thanks for your interest. > > > Pasted just below is the complete code. > > > > > > What

Re: [Vala][Styling] Dark variant question

2012-06-22 Thread Filip Lamparski
Hello, I'm writing an application which allows users to apply various filters to images and share them to social networks. I would like it to use the dark theme variant, like Totem or EOG. I tried looking at EOG code to figure it out, but no dice. I figured something out, and it's mostly wor

[Vala][Styling] Dark variant question

2012-06-22 Thread Filip Lamparski
Hello, I'm writing an application which allows users to apply various filters to images and share them to social networks. I would like it to use the dark theme variant, like Totem or EOG. I tried looking at EOG code to figure it out, but no dice. I figured something out, and it's half-worki