File: w_popup.srw
Size: 430
Date: Mon, 07 Apr 2008 21:31:06 +0200
$PBExportHeader$w_popup.srw
$PBExportComments$Base Popup Window
forward
global type w_popup from w_main
end type
end forward

global type w_popup from w_main
integer width = 2615
integer height = 1696
boolean maxbox = false
boolean resizable = false
windowtype windowtype = popup!
end type
global w_popup w_popup

on w_popup.create
call super::create
end on

on w_popup.destroy
call super::destroy
end on