Re: interactive buttons inside treeview headings

2006-04-13 Thread Guy Rouillier
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

Re: interactive buttons inside treeview headings

2006-04-13 Thread Stefan Kost
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

Re: interactive buttons inside treeview headings

2006-04-11 Thread ensonic
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 {

interactive buttons inside treeview headings

2006-04-10 Thread Stefan Kost
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? Thanks a lot. Stefan

Re: interactive buttons inside treeview headings

2006-04-10 Thread Guy Rouillier
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