Re: intuitive concept of iter

2006-02-03 Thread Vincent LADEUIL
> "zentara" == zentara <[EMAIL PROTECTED]> writes: zentara> Hi, Can anyone explain what an "iter" is? http://en.wikipedia.org/wiki/Iterator HTH, Vincent ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mail

Re: intuitive concept of iter

2006-02-03 Thread Torsten Schoenfeld
On Fri, 2006-02-03 at 15:00 +0930, James McArthur wrote: > Are snippets like these being stored online somewhere other then on this > list. Would be nice to have a wiki or something online where people can > add bits of sample code like this. We have a category on the GNOME wiki: http://live

Re: intuitive concept of iter

2006-02-03 Thread zentara
On Thu, 2 Feb 2006 13:29:11 -0500 zentara <[EMAIL PROTECTED]> wrote: >Hi, >Can anyone explain what an "iter" is? Thanks everyone, the little iter is starting to make sense :-) -- I'm not really a human, but I play one on earth. http://zentara.net/japh.html _

Re: Issues with iconview

2006-02-03 Thread ofey aikon
On 1/30/06, muppet <[EMAIL PROTECTED]> wrote: > IconView is a natively-scrollable widget. As such, it typically > takes as much space as it is given, and appears to request only some > minimal amount. You're adding the IconView to a box and then adding > the box to a ScrolledWindow with a viewpor

Passing Named Pipe to Function

2006-02-03 Thread Daniel Davidson
I figured someone here would know, so here goes. I am trying to simplify my progress bars by making a single function that would handle them. Here is what I am trying to do: pipe($mainfractread,$mainfractwrite); pipe($mainprogread,$mainprogwrite); . . . $mainprogresstab = Gtk2::Helper->add_wat

Re: Passing Named Pipe to Function

2006-02-03 Thread muppet
On Feb 3, 2006, at 5:16 PM, Daniel Davidson wrote: pipe($mainfractread,$mainfractwrite); [snip] sub{updateprogressb(\$mainprogread,\$mainfractread, $mainprogressbar);}); [snip] *** unhandled exception in callback: *** Not a GLOB reference at ./gtk.pl line 119. [snip] ioctl($fract, FIO