List without headers
- From: Beast <beast i6x org>
- To: "gtk-perl-list gnome org" <gtk-perl-list gnome org>
- Subject: List without headers
- Date: Wed, 10 Aug 2005 15:31:57 +0700
Hi all,
How to create SimpleList but without the header?
The manual says that it can be turn off.
...
Creates a new Gtk2::SimpleList object with the specified columns. The
parameter cname is the name of the column, what will be displayed in the
list headers if they are turned on. The parameter ctype is the type of
the column, one of:
....
I've tried this, but still not works.
Gtk2::SimpleList->new(undef => 'pixbuf', undef=> 'text');
Gtk2::SimpleList->new('pixbuf', 'text');
--
--beast
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]