;
;   Example.gtrd
;
;   This example requester description represents all types of the gadgets
;

;   Description mode is AUTO (Default)
REQUESTER

; Text for requester window title bar.
TITLE   "Custom Request Example"

; Description of the gadgets
GADGETS
    STRING       0  0  28 String
    INTEGER      0  1  10 Integer
    CYCLE        0  2   7 Cycle

    ; Note, that this gadget is placed in the same row as preciding,
    ; so its horizontal position should be calculeted
    CHECKBOX    26  2   1 "Check Box:"

    FILE         0  3  25 "File :"
    DRAWER       0  4  25 "Path :"
