;GIL-2
(
(
	:type                   :popup-window
	:name                   pop
	:owner                  nil
	:width                  401
	:height                 174
	:background-color       ""
	:foreground-color       ""
	:label                  "Select the function"
	:label-type             :string
	:mapped                 nil
	:show-footer            t
	:resizable              nil
	:pinned                 nil
	:done-handler           nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :control-area
	:name                   controls1
	:owner                  pop
	:help                   ""
	:x                      0
	:y                      0
	:width                  401
	:height                 174
	:background-color       ""
	:foreground-color       ""
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :scrolling-list
	:name                   func_list
	:owner                  controls1
	:help                   ""
	:x                      4
	:y                      4
	:width                  200
	:height                 163
	:foreground-color       ""
	:label                  "Functions:                   select or ..."
	:label-type             :string
	:layout-type            :vertical
	:rows                   7
	:read-only              t
	:multiple-selections    nil
	:selection-required     nil
	:menu                   nil
	:notify-handler         tell_function_name_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :text-field
	:name                   func_name_field
	:owner                  controls1
	:help                   ""
	:x                      236
	:y                      4
	:width                  138
	:height                 32
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "type function name:"
	:label-type             :string
	:value-x                236
	:value-y                21
	:layout-type            :vertical
	:value-length           16
	:stored-length          80
	:read-only              nil
	:notify-handler         name_the_function_by_hand_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :button
	:name                   done_button
	:owner                  controls1
	:help                   ""
	:x                      296
	:y                      92
	:constant-width         nil
	:button-type            :normal
	:width                  49
	:height                 20
	:foreground-color       ""
	:label                  "Done"
	:label-type             :string
	:menu                   nil
	:notify-handler         done_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
)
