Pike v8.0 release 1738

Class GTK1.Dial

Inheritance graph
Description

This widget provides an analog dial widget, similar to, for example, a physical volume control on a stereo. Dial values can be changable or read-only for value reporting.  GTK1.Dial( GTK1.Adjustment() );

 GTK1.Dial( GTK1.Adjustment(10.0) )->set_percentage(0.4);


Inherit Widget

inherit GTK1.Widget : Widget


Method create

GTK1.Dial GTK1.Dial(GTK1.Adjustment adjustment)