===============
VDKShapedButton
===============
Thanks to:
Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>
--------------------------------------------------
Attached is the last version of the VDKShapedButton. If you like it, you
can include it in the compo directory. There are still unsolved
problems, but I'm not in the mood to deep more into this:
1. Gray pixmap when disabled. Made from the normal one.
2. Highlited pixmap made from the normal one.
3. Support for recognizing left/right button of the mouse.

Tips:
Create one pixmap which has some black border. Text should also be
black. Save it as aaa.xpm for instance. Copy it as aaaH.xpm and edit it
with an text editor. Change the color black -> yellow. This is how I've
made my own pixmaps, included in the pressent tar.gz.

Here you also have a simple usage examples which treats the
VDKShapedButton in a similar way with a VDKLabelButton.
=======================================================
A brief description (by Motta Mario)
VDKShaped button acts like others button, but the shape isn't limited
to a square, you can have any shape since mouse events are received only
if the mouse is over the coloured part of the pixmap.
This you can have rounded buttons or even two buttons that overlap
as in radio double knobs.
