Re: [gtk-list] Hide clist column ?



Andreas Scherf wrote:
> 
> Hello is there a way to show/hide columns in a clist dynamicaly ??
> I mean i have a clist but i want to hide some columns.
> 
> How can i do this ??

Look in <gtk/gtkclist.h>:

/* set visibility of a column */
void gtk_clist_set_column_visibility (GtkCList *clist,
                                      gint      column,
                                      gboolean  visible);

(Those headers are a good places if you want to know a bit more about a widgets
functionallity )

  Gert
_______________________________________________________________________________
   ~     Gert, Gs2, The Blue Mage - whatever you prefer
  'v'    E-Mail   : Gs2@dds.nl
 // \\   Computer : nowmoo.demon.nl
/(   )\  Project  : gMOO, a MOO (and MUD) client for the unises
 ^`~'^   HomePage : http://www.nowmoo.demon.nl



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