Package dtk :: Package ui :: Module scalebar :: Class VScalebar

Class VScalebar

source code


VScalebar.

Instance Methods
 
__init__(self, upper_fg_dpixbuf, upper_bg_dpixbuf, middle_fg_dpixbuf, middle_bg_dpixbuf, bottom_fg_dpixbuf, bottom_bg_dpixbuf, point_dpixbuf)
Initialize VScalebar class.
source code
 
set_has_point(self, value)
Set has point.
source code
 
get_has_point(self)
Get has point.
source code
Method Details

__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.