slider; User Interface; Scale widget
{
	name 	 { @ } = slider
	values   { @ } = '*'
	default  { * } = 0
	min 	 { * } = 0
	max 	 { * } = 100
	step 	 { * } = 10
	direction {
		max_on_left
		max_on_right
	} = max_on_right
	exclusive { true } = true
    help  {
        help_script
    }
    help_script_command { @ }

}

icon; User Interface; Drag an Drop Widget
{
	name 	{ @   } = icon
	class	{ @ / }
	exclusive    { 
		true
		false
	} = true
	values  { @ / } = '@'
	default { @ / }
    help  {
        help_script
    }
    help_script_command { @ }
}
	
toggle; User Interface; Toggle Widget
{
	name 	  { @   } = toggle
	exclusive    { true } = true
	true 	  { @   } = on
	false     { @   } = off
	values    { @ / } = on/off
	default   { @   } = on
    help  {
        help_script
    }
    help_script_command { @ }
}

on_off; User Interface; Toggle Widget
{
	name 	  { @   } = toggle
	exclusive    { true } = true
	true 	  { @   } = on
	false     { @   } = off
	values    { @ / } = on/off
	default   { @   } = on
    help  {
        help_script
    }
    help_script_command { @ }
}

checkbox; User Interface; Checkbox Widget
{
	name 	  { @   } = checkbox
	exclusive    { true } = true
	true 	  { @   } = on
	false     { @   } = off
	values    { @ / } = on/off
	default   { @   } = on
    help  {
        help_script
    }
    help_script_command { @ }
}

menu;  User Interface; Widget
{
	name 	 { @   } = menu
	values   { @ / } = a/b/c
	default  { @ / } = a
	source   { @   } = '*'
	exclusive    { false } = false
    help  {
        help_script
    }
    help_script_command { @ }
}


option_menu;  User Interface; Widget
{
	name      { @ } = option_menu
	values    { @ } = a/b/c
	default   { @ } = a
	source    { @ } = '*'
	exclusive    { true } = true
	beautify    { 
		true
		false
	} = true
    help  {
        help_script
    }
    help_script_command { @ }
}

colour; User Interface; Colour Widget
{
	name     { @   } = colour
	values   { @ / } = 
             WHITE                           /
             CHARCOAL                        /
             GREY                            /
             BLACK                           /
             RED                             /
             CHESTNUT                        /
             ORANGISH_RED                    /
             CORAL                           /
             BRICK                           /
             RED_ORANGE                      /
             BROWN                           /
             PEACH                           /
             RUST                            /
             REDDISH_ORANGE                  /
             TANGERINE                       /
             ORANGE                          /
             OCHRE                           /
             CREAM                           /
             BEIGE                           /
             TAN                             /
             KHAKI                           /
             MUSTARD                         /
             YELLOWISH_ORANGE                /
             GOLD                            /
             ORANGE_YELLOW                   /
             ORANGISH_YELLOW                 /
             YELLOW                          /
             GREENISH_YELLOW                 /
             OLIVE                           /
             AVOCADO                         /
             YELLOW_GREEN                    /
             YELLOWISH_GREEN                 /
             GREEN                           /
             KELLY_GREEN                     /
             BLUISH_GREEN                    /
             EVERGREEN                       /
             TURQUOISE                       /
             BLUE_GREEN                      /
             CYAN                            /
             GREENISH_BLUE                   /
             SKY                             /
             NAVY                            /
             BLUE                            /
             PURPLISH_BLUE                   /
             LAVENDER                        /
             BLUE_PURPLE                     /
             VIOLET                          /
             BLUISH_PURPLE                   /
             MAGENTA                         /
             PURPLE                          /
             REDDISH_PURPLE                  /
             PURPLE_RED                      /
             ROSE                            /
             BURGUNDY                        /
             PURPLISH_RED                    /
             PINK                             
	default  { @   } = RED

	exclusive    { true 
	false } = true

	help  { help_colour } = help_colour
}

any; User Interface; TextField Widget
{
    name 	  { @ } = any
    values    { @ } = '@'
    default   { @ } = default
 
#	exclusive    { false } = false
	exclusive    { true 
	false } = false

	help  {
		help_input
		help_script
		help_multiple_selection
		help_file_box
	} 

	input_type {
		point
		line
		area
	} = line
	input_window { @ } = '/Metview/Defaults/Input Window' 

	help_script_command { @ } 
	
}

integer; User Interface; TextField Widget
{
    name 	  { @ } = integer
    values    { @ } = '*'
    default   { @ } = 0
	exclusive    { false } = false
    help  {
        help_script
    }
    help_script_command { @ }
}

ui_integer; User Interface; TextField Widget
{
    name 	  { @ } = ui_integer
    values    { @ } = '*'
    default   { @ } = 0  
    min	      { @ } = '*'
    max	      { @ } = '*'
    exclusive    { false } = false
    help  {
        help_script
    }
    help_script_command { @ }
}

ui_float; User Interface; TextField Widget
{
    name 	  { @ } = ui_float
    values    { @ } = '*'
    default   { @ } = 0
    min	      { @ } = '*'
    max	      { @ } = '*'
    exclusive    { false } = false
    help  {
        help_script
    }
    help_script_command { @ }
}
