;GIL-2
(
(
	:type                   :popup-window
	:name                   operator_selection_pop
	:owner                  nil
	:width                  299
	:height                 173
	:background-color       ""
	:foreground-color       ""
	:label                  "Select Operator"
	: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                  operator_selection_pop
	:help                   ""
	:x                      0
	:y                      0
	:width                  296
	:height                 173
	:background-color       ""
	:foreground-color       ""
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :scrolling-list
	:name                   operators_list
	:owner                  controls1
	:help                   ""
	:x                      4
	:y                      4
	:width                  200
	:height                 163
	:foreground-color       ""
	:label                  "         Operator (return type) "
	:label-type             :string
	:layout-type            :vertical
	:rows                   7
	:read-only              t
	:multiple-selections    nil
	:selection-required     nil
	:menu                   nil
	:notify-handler         operator_list_selection_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :button
	:name                   Done_button
	:owner                  controls1
	:help                   ""
	:x                      240
	:y                      80
	:constant-width         nil
	:button-type            :normal
	:width                  49
	:height                 20
	:foreground-color       ""
	:label                  "Done"
	:label-type             :string
	:menu                   nil
	:notify-handler         Done_button_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
)
