Re: GTK Perl Demo

2005-07-24 Thread Michael Vince
I just tried it out on my FreeBSD laptop and it worked good! I been on the mailing list for a while now but I still haven't tried doing anything with Perl GTK but this has triggered my interest, thanks :) Regards, Mike Gábor Szabó wrote: Some time ago I was talking about a downloadable set

widget for directory view

2005-07-24 Thread Gábor Szabó
I'd like to create a directory browser for some virtual directory where I have my own function that works like this: @entries = list_dir($parent_dir); I would like to have that nice directory browser that has small squares with + signs when the item is expandable and - when it is expanded.

Re: widget for directory view

2005-07-24 Thread A. Pagaltzis
* Gábor Szabó [EMAIL PROTECTED] [2005-07-24 09:45]: I would like to have that nice directory browser that has small squares with + signs when the item is expandable and - when it is expanded. Which widget should I use ? That’s a TreeView. How exactly it looks, whether it uses the customary

Re: VIP with gtk support

2005-07-24 Thread Torsten Schoenfeld
On Wed, 2005-07-20 at 00:23 +0200, nadim wrote: I want to write an editor in perl, well I've written parts of it already. but the real work hasn't started yet. You might then be interested in the recently release PPI module [1]. One of the author's goals was to finally make it possible to

Re: Pango Font Issue

2005-07-24 Thread Torsten Schoenfeld
[Sorry for the late reply.] On Thu, 2005-07-14 at 23:01 +0200, [EMAIL PROTECTED] wrote: At some stage I would like to test whether a particular glyph is available in the active Arabic font, so that if not, an alternative glyph can be displayed instead. I found that pango_fc_font_has_char()

Re: widget for directory view

2005-07-24 Thread Gábor Szabó
On 7/24/05, A. Pagaltzis [EMAIL PROTECTED] wrote: * Gábor Szabó [EMAIL PROTECTED] [2005-07-24 09:45]: I would like to have that nice directory browser that has small squares with + signs when the item is expandable and - when it is expanded. Which widget should I use ? That's a

Re: set tooltip on treeview cell/row?

2005-07-24 Thread Torsten Schoenfeld
On Sun, 2005-07-24 at 23:23 +0200, Jens Luedicke wrote: I want to display a tooltip if the mouse hovers over a treeview cell? any ideas? There is no treecolumn attribute to get a tooltip string from a column. As far as I know, it isn't possible yet:

Re: widget for directory view

2005-07-24 Thread ofey aikon
On 7/24/05, Gábor Szabó [EMAIL PROTECTED] wrote: Now my main question is how do I code it if I cannot read the whole directory tree into memory at once. I'd like to have expanding mark [+] or whatever I get on every directory that has subdirectories. So when I show the first directory list I

Re: set tooltip on treeview cell/row?

2005-07-24 Thread ofey aikon
I want to display a tooltip if the mouse hovers over a treeview cell? any ideas? There is no treecolumn attribute to get a tooltip string from a column. There is no shortcut to achieve this, but I think its possible. # Trap the treeview motion-notify-event. This will tell you when # there

Re: widget for directory view

2005-07-24 Thread A. Pagaltzis
* Gábor Szabó [EMAIL PROTECTED] [2005-07-24 20:20]: So I read twop levels. Now when the user expands one of the entries I need to go to all of its subdirectories read them and somehow add them to the tree. Is there an example of such code? Is my approach good? The approach is good, and you do

Re: A little fix for Gtk2::Dialog

2005-07-24 Thread muppet
On Jul 21, 2005, at 6:21 PM, A. Pagaltzis wrote: * muppet [EMAIL PROTECTED] [2005-07-21 23:10]: That's an oversight. We have our own producct at http://bugzilla.gnome.org . Where's the obvious place on gtk2-perl.sf.net to put that link? Links? In the navigation to the right, I’d say, not

Re: widget for directory view

2005-07-24 Thread muppet
On Jul 24, 2005, at 2:10 PM, Gábor Szabó wrote: Now my main question is how do I code it if I cannot read the whole directory tree into memory at once. One solution i've seen for this is to use dummy children for unloaded nodes. When you go to populate them for real, replace the dummy