Re: discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-20 Thread Tristan Van Berkom
On Fri, Jan 20, 2012 at 8:12 AM, Gary Kline kl...@thought.org 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 y...@physics.muni.cz Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? To: Gary Kline

Are there such tings like custom signals?

2012-01-20 Thread Manuel Ferrero
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

Re: Are there such tings like custom signals?

2012-01-20 Thread Igor Chetverovod
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 mferr...@reer.it: I'm learning GTK+ and I was able to write, compile and run a simple

Re: Are there such tings like custom signals?

2012-01-20 Thread Michael Torrie
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

Re: Are there such tings like custom signals?

2012-01-20 Thread Jack
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

gtk3 css GtkTreeView column header color

2012-01-20 Thread john beritz
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 {