Re: interactive buttons inside treeview headings



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 (clickable buttons inside a clickable header.) If you really want that, you'll have to figure out a way to do that yourself. What is the purpose of your buttons? If the columns are not sortable, maybe it would be easier if you just put the label into the header, and then put the buttons into the first row of the store.

--
Guy Rouillier



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]