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

2012-06-22 Thread Tadej Borovšak
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

[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

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

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 bnrj.ru...@yahoo.com Olivier, Thanks for your interest. Pasted just below is the complete code. What

Re: [Vala][Styling] Dark variant question

2012-06-22 Thread Emmanuele Bassi
hi; On 22 June 2012 11:23, Filip Lamparski matka.pooha...@gmail.com 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

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

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 matka.pooha...@gmail.com 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

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 marianocordobar...@gmail.com In thePOPUP MENUand COMBOBOX ... has these effects ... If you activate a combo-box or menu ..and then you clicked the

Re: Question about the state of development of GTK+ 3.5/3.6+

2012-06-22 Thread Colin Walters
On Wed, 2012-06-20 at 09:32 +0800, Fan Chun-wei wrote: Hi, I was wondering about the recent works on accessibility, in particular the part regarding the new hard dependency on atk-bridge-2.0, which I presume to be a new library if I read correctly from

Is GtkApplication example Bloatpad Parse supposed to be Paste?

2012-06-22 Thread Micah Carrick
I was working on getting up to speed with GtkApplication by implementing the Bloatpad example application in the GTK+ docs in Python. I noticed the UI XML has an action for win.parse for which there are not actions. There are actions for win.paste though. That's a typo... right?