[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Where to find info on Gnome::Canvas...?

Mike Durham

9/21/2006 2:12:00 AM

Hi, Can anyone point me in the direction of documentation on
Gnome::Canvas and it's relatives i.e. CanvasPathDef, CanvasPixbuf etc
I can't find anything about it.

Thanks, Mike
3 Answers

Paul Lutus

9/21/2006 2:57:00 AM

0

Mike Durham wrote:

> Hi, Can anyone point me in the direction of documentation on
> Gnome::Canvas and it's relatives i.e. CanvasPathDef, CanvasPixbuf etc
> I can't find anything about it.

http://www.google.com/search?q=gn...

--
Paul Lutus
http://www.ara...

Mike Durham

9/21/2006 10:58:00 PM

0

Paul Lutus wrote:
> Mike Durham wrote:
>
>> Hi, Can anyone point me in the direction of documentation on
>> Gnome::Canvas and it's relatives i.e. CanvasPathDef, CanvasPixbuf etc
>> I can't find anything about it.
>
> http://www.google.com/search?q=gn...
>
Thanks for your help Paul, but if you add the word 'Ruby' to your search
pattern it turns up only 2 hits. Neither of them any use.
I want to draw several disjointed lines on a Gnome::Canvas and can't
seem to find any method of doing this. I 'think' that
'Gnome::CanvasBpath' might be the thing I need but I'm not sure.
Documentation for this in Ruby seems non-existent.
Cheers, Mike

Paul Lutus

9/22/2006 9:00:00 AM

0

Mike Durham wrote:

/ ...

> Thanks for your help Paul, but if you add the word 'Ruby' to your search
> pattern it turns up only 2 hits. Neither of them any use.
> I want to draw several disjointed lines on a Gnome::Canvas and can't
> seem to find any method of doing this. I 'think' that
> 'Gnome::CanvasBpath' might be the thing I need but I'm not sure.
> Documentation for this in Ruby seems non-existent.

Okay, fair enough. When I write Qt interface code I don't need to worry that
it's for Ruby, because the calls and properties are the same whether the
calling code is C++ or Ruby, my two most likely candidate languages.

This made me think the generic Gnome Canvas literature would suffice. On the
other hand, I haven't tried to use it, primarily because there are much
better documented GUI components available.

I am sure you have excellent reasons for going with Gnome Canvas.

--
Paul Lutus
http://www.ara...