|
|
Re: gtk-perl-list digest, Vol 1 #420 - 3 msgs: msg#00106
gnome.gtk+.perl
|
Subject: |
Re: gtk-perl-list digest, Vol 1 #420 - 3 msgs |
unsubscribe
--- Begin Message ---
|
Subject: |
gtk-perl-list digest, Vol 1 #420 - 3 msgs |
Send gtk-perl-list mailing list submissions to
gtk-perl-list@xxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.gnome.org/mailman/listinfo/gtk-perl-list
or, via email, send a message with subject or body 'help' to
gtk-perl-list-request@xxxxxxxxx
You can reach the person managing the list at
gtk-perl-list-admin@xxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gtk-perl-list digest..."
Today's Topics:
1. expanding a ctree (Max Moser)
2. Re: expanding a ctree (Dermot Musgrove)
3. Re: expanding a ctree (lanzz@xxxxxxxxx)
--__--__--
Message: 1
Date: Sun, 19 May 2002 22:38:13 +0200
From: Max Moser <mmo@xxxxxxxxxxxxxxxxxx>
To: gtk-perl-list@xxxxxxxxx
Subject: expanding a ctree
Organization: http://www.remote-exploit.org
hi, once again i got a small question:
I got a ctree object, all works fine till now. In my code i rebuild the tree
sometimes and the it is collapsed again.
is there a way to expand the tree in the program automaticly? is there a call
for that?
greetings
Max Moser
--__--__--
Message: 2
Date: Mon, 20 May 2002 01:34:29 +0100
From: Dermot Musgrove <dermot@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
To: Max Moser <mmo@xxxxxxxxxxxxxxxxxx>
Cc: gtk-perl-list@xxxxxxxxx
Subject: Re: expanding a ctree
Max Moser wrote:
>
> hi, once again i got a small question:
>
> I got a ctree object, all works fine till now. In my code i rebuild the tree
> sometimes and the it is collapsed again.
> is there a way to expand the tree in the program automaticly? is there a call
> for that?
Hi,
$ctree->expand_recursive($node);
regards, Dermot
--__--__--
Message: 3
From: lanzz@xxxxxxxxx
Date: Mon, 20 May 2002 09:39:32 +0300 (EEST)
To: Max Moser <mmo@xxxxxxxxxxxxxxxxxx>
Cc: gtk-perl-list@xxxxxxxxx
Subject: Re: expanding a ctree
On Sun, 19 May 2002, Max Moser wrote:
> I got a ctree object, all works fine till now. In my code i rebuild the tree
> sometimes and the it is collapsed again.
> is there a way to expand the tree in the program automaticly? is there a call
> for that?
from gtk-perl tutorial:
$ctree->insert_node( $parent,
$sibling,
$text,
$spacing,
$pixmap_closed,
$mask_closed,
$pixmap_opened,
$mask_opened,
$is_leaf,
$expanded );
that last $expanded argument, if true (=1) adds the tree node in expanded state.
lanzz
--
$_=q<$_=q<,>;s/,/$_/;print;>;s/,/$_/;
--__--__--
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-perl-list
End of gtk-perl-list Digest
--- End Message ---
|
|