r3progd
real/gadget/r3progd.h
r3gad
Progress indicator gadget.
r3Gadget
R3CLID_GADGET
r3Progressgadget
R3CLID_PROGRESSGADGET - 249
multi-inheritance
Horizontal
Horizontal
R3PGA_Horizontal
Boolean
R3BOOL
set true for horizontal indicator
jsobj.SetHorizontal(value);
R3BOOL value = ...;
R3SetAttrs(r3obj, R3PGA_Horizontal, value, R3TAG_END);
NoCancelButton
NoCancelButton
R3PGA_NoCancelButton
Boolean
R3BOOL
jsobj.SetNoCancelButton(value);
R3BOOL value = ...;
R3SetAttrs(r3obj, R3PGA_NoCancelButton, value, R3TAG_END);
NOTE: Cancel button must be disabled for progress indicator that is used by other than the main thread. R3PGA_Sync must be set if the progress indicator is used in multi-threaded environment and the indicator is used by other than the main thread.