Subject: RE: CList: how to change column-count at runtime
Date: Mon, 4 Feb 2002 09:28:46 +0100
Hello,
I
don't know if it's possible to change the number of columns during runtime. Why
don't you try to delete your clist and to create a new one with the right number
of columns ??
Isabelle
-----Message d'origine----- De : Oliver Kroll :ALT
EUROPA: - Magazin [mailto:neofolk yahoo de] Envoyé : samedi 2
février 2002 21:08 À :
gtk-list gnome org Objet : CList: how to change column-count at
runtime
hi all,
i created a form (clist included) with
glade.
i filled a ctree with databases and tables from
the mysql-server, now i like to read the data stored in a mysql-table into the
clist.
this is no problem so far.
but how can i change the column-count from the
gtk-clist at runtime, so that it will fit to the column-count of the
mysql-resultset?