;GIL-2
(
(
	:type                   :popup-window
	:name                   pop
	:owner                  nil
	:width                  392
	:height                 68
	:background-color       ""
	:foreground-color       ""
	:label                  "Name the new class"
	: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                  392
	:height                 68
	:background-color       ""
	:foreground-color       ""
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :text-field
	:name                   class_name_field
	:owner                  controls1
	:help                   ""
	:x                      96
	:y                      20
	:width                  156
	:height                 15
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "Class name:"
	:label-type             :string
	:value-x                188
	:value-y                20
	:layout-type            :horizontal
	:value-length           16
	:stored-length          80
	:read-only              nil
	:notify-handler         class_name_notify
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
)
