Kevin Meltzer wrote:
>Would it be the same as adding an image via AddLabel? I would like it since
>the class name is more image-like, and not confusing an image with a label.

yes, it would be the same; just a special case of a static control (speaking
in SDK terms) with the style predefined to 14 (SS_BITMAP).
we would have Win32::GUI::Bitmap (basically a .bmp file) and
Win32::GUI::Picture
(a control with shows a bitmap). of course, this would also be allowed:

$Window->AddPicture(
    -left => 50,
    -top => 0,
    -name => "Bitmap",
    -picture => "foo.bmp",
);

sounds this good? I mean (not being an english speaker) is the distinction
between "Bitmap" and "Picture" clear? if not, I can imagine a possible
shortcut like $Window->AddBitmap() (== AddPicture), just to avoid confuzion
for the beginners...

Bye,
Aldo Calpini
<[EMAIL PROTECTED]>

 LIBERA ME DOMINE DE MORTE AETERNA
 IN DIE ILLA TREMENDA
 QUANDO COELI MOVENDI SUNT
 ET TERRA






Reply via email to