1object Prima::DeviceBitmap( Prima::Drawable)
2{
3	int type;
4	property int type;
5	method Bool   begin_paint();
6	method Bool   begin_paint_info();
7	method void   done();
8	method void   end_paint();
9	method Handle icon();
10	method Handle image();
11	method SV *   get_handle();
12	method int    get_paint_state();
13	method void   init( HV * profile);
14}
15