Gtk# TreeView set a single cell to have a different renderer?
        Posted  
        
            by Buttink
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Buttink
        
        
        
        Published on 2010-06-02T02:48:17Z
        Indexed on 
            2010/06/02
            2:53 UTC
        
        
        Read the original article
        Hit count: 400
        
OK this is probably insane, but I want to be able to have a check box at the very top of every row in my tree view. This box will "disable" or "enable" the ability to use the column. Oh I think it should be mentioned that I'm using a ListStore and am using C#, mono, GTK#. However, ill take anything and try to figure it out.
Ill even accept a way to make two views where the columns line up ....
So, possible? or just insane?
© Stack Overflow or respective owner