Hi,
from the code it does not look like it was designed to support this use
case. Unfortunately the docs track one into beliving this can work.
In my case each column represents 'thing' for which I want to have a
handy shortcut to toggle some options. Have a layouted header with
interactive widge
Stefan Kost wrote:
hi all,
just tried to set the treeview column 'clickable' property to TRUE. The
effect s not really what I want :(. Now the whole treeview header can be
clicked, but still not the buttons in there.
You are trying to make GtkTreeView do something it wasn't designed to do
(c
hi all,
just tried to set the treeview column 'clickable' property to TRUE. The
effect s not really what I want :(. Now the whole treeview header can be
clicked, but still not the buttons in there.
Stefan
Am Montag, den 10.04.2006, 21:37 +0200 schrieb Stefan Kost:
> hi list,
>
> I've added a c
Hi all,
to make t more clear, its multiple items per header. Here comes some ascii
art:
+-+--+ - -
| label1 | label2 | label3
| [B1][B2]| [B1][B2][B3] | ...
+-+--+- - -
So each treeview header widget is infact:
vbox {
la
Stefan Kost wrote:
hi list,
I've added a couple of (toggle)-buttons and a label in a box into each
of my treeview headers. They are shown properly. I can also modify them
programatically (toggle).
My problem is, that I can't click them. Honestly I have no idea how to
debug this. Any idea?
I'm