I'm using Gtk+-3.2.3 on Ubuntu natty. How can I set the column header color
for a list in a GtkTreeView with css? ( Header is visible )
I can set row color with:
GtkTreeView row {
background-color: red;
}
So I tried this for the column header which doesn't work:
GtkTreeView column-header {
bac
On 2012.01.20 11:36, Michael Torrie wrote:
On 01/20/2012 06:42 AM, Manuel Ferrero wrote:
I was wondering if there is some custom signal I can use to keep the
same event-driven philosophy to exchange messages between process.
Of course. Though the other poster's idea of using gio channels is
On 01/20/2012 06:42 AM, Manuel Ferrero wrote:
> I was wondering if there is some custom signal I can use to keep the
> same event-driven philosophy to exchange messages between process.
Of course. Though the other poster's idea of using gio channels is a
good one. But yes you can create custom
Hi Manuel,
Please see glibGIOChannel. It is unified way to make I/O data
from files, sockets an so on.
I am using it for Ethernet sockets under win32.
Best regars,
Igor
2012/1/20, Manuel Ferrero :
> I'm learning GTK+ and I was able to write, compile and run a simple code
> on my win32
I'm learning GTK+ and I was able to write, compile and run a simple code
on my win32 PC to create a window with a button in it and monitor with a
callback if the user presses the button.
I learned that GTK+ reacts to user events signalling on the object that
received the event.
Now I'd like to
On Fri, Jan 20, 2012 at 8:12 AM, Gary Kline wrote:
> On Thu, Jan 19, 2012 at 11:18:22AM +0100, David Ne??as wrote:
>> Date: Thu, 19 Jan 2012 11:18:22 +0100
>> From: David Ne??as
>> Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop?
>> To: Gary Kline
>> Cc: GTK Devel List
>>
>> O