Re: gtk-perl-list digest, Vol 1 #420 - 3 msgs



unsubscribe
--- Begin Message ---
Send gtk-perl-list mailing list submissions to
        gtk-perl-list gnome org

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 gnome org

You can reach the person managing the list at
        gtk-perl-list-admin gnome org

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 lanzz org)

--__--__--

Message: 1
Date: Sun, 19 May 2002 22:38:13 +0200
From: Max Moser <mmo remote-exploit org>
To: gtk-perl-list gnome org
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 glade perl connectfree co uk>
To: Max Moser <mmo remote-exploit org>
Cc: gtk-perl-list gnome org
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 lanzz org
Date: Mon, 20 May 2002 09:39:32 +0300 (EEST)
To: Max Moser <mmo remote-exploit org>
Cc: gtk-perl-list gnome org
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 gnome org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list


End of gtk-perl-list Digest

--- End Message ---


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