__init__(self,
upper_fg_dpixbuf,
upper_bg_dpixbuf,
middle_fg_dpixbuf,
middle_bg_dpixbuf,
bottom_fg_dpixbuf,
bottom_bg_dpixbuf,
point_dpixbuf)
(Constructor)
| source code
|
Initialize VScalebar class.
- Parameters:
upper_fg_dpixbuf - Upper foreground pixbuf.
upper_bg_dpixbuf - Upper background pixbuf.
middle_fg_dpixbuf - Middle foreground pixbuf.
middle_bg_dpixbuf - Middle background pixbuf.
bottom_fg_dpixbuf - Bottom foreground pixbuf.
bottom_bg_dpixbuf - Bottom background pixbuf.
point_dpixbuf - Pointer pixbuf.
|