+ (MUIProp *) prop
Default constructor
- (IPTR) decrease:(LONG)amount
This method decreases the value of a proportional gadget by the specified amount. Negative values are ok. Range checking is done automatically.
- (LONG) deltaFactor
- (LONG) entries
Set or get the total number of entries.
- (LONG) first
Set or get the number of the first entry.
- (BOOL) horiz
Determine if you want a horizontal or a vertical prop gadget.
Defaults to FALSE, i.e. vertical.
- (IPTR) increase:(LONG)amount
This method increases the value of a proportional gadget by the specified amount. Negative values are ok. Range checking is done automatically.
- (void) noNotifySetDeltaFactor:(LONG)deltafactor
- (void) noNotifySetEntries:(LONG)entries
- (void) noNotifySetFirst:(LONG)first
- (void) noNotifySetPropVisible:(LONG)propvisible
- (void) noNotifySetSlider:(BOOL)slider
- (LONG) propVisible
Set or get the number of visible entries.
- (void) setDeltaFactor:(LONG)deltafactor
- (void) setEntries:(LONG)entries
- (void) setFirst:(LONG)first
- (void) setHoriz:(BOOL)horiz
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setPropVisible:(LONG)propvisible
- (void) setSlider:(BOOL)slider
- (void) setUseWinBorder:(LONG)usewinborder
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (BOOL) slider
OBSOLETE. DO NOT USE. PREVIOUSLY: Indicate that this prop gadget is used in a slider. MUI might then use different imagery. Since you really should use the slider class when creating sliders, you normally don't need to care about this attribute.