Visual Editor !!!
Posted: Wed Aug 20, 2003 7:04 pm
Group gadget constants by type (for easier reordering and compreension)
and include the text of the gadget has a comment in gadgets (makes it easier
to identify them):
;- Gadget Constants
; Frame Gadgets
#Gadget_0 = 0 ;The thing
; Text Gadgets
#Gadget_1 = 1 ;My first label
#Gadget_2 = 2 ;bla bla bla
#Gadget_3 = 3 ;
#Gadget_5 = 4 ;
; Button gadgets
#Gadget_6 = 5 ;Load
#Gadget_7 = 6 ;Save
#Gadget_8 = 7 ;Quit
; String gadgets
#Gadget_9 = 8 ;<Empty>
#Gadget_10 = 9 ;<Empty>
#Gadget_11 = 10 ;Your name here
#Gadget_14 = 11
and include the text of the gadget has a comment in gadgets (makes it easier
to identify them):
;- Gadget Constants
; Frame Gadgets
#Gadget_0 = 0 ;The thing
; Text Gadgets
#Gadget_1 = 1 ;My first label
#Gadget_2 = 2 ;bla bla bla
#Gadget_3 = 3 ;
#Gadget_5 = 4 ;
; Button gadgets
#Gadget_6 = 5 ;Load
#Gadget_7 = 6 ;Save
#Gadget_8 = 7 ;Quit
; String gadgets
#Gadget_9 = 8 ;<Empty>
#Gadget_10 = 9 ;<Empty>
#Gadget_11 = 10 ;Your name here
#Gadget_14 = 11