File: w_selection.srw
Size: 359
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_selection.srw
$PBExportComments$Extension Selection window
forward
global type w_selection from pfc_w_selection
end type
end forward

global type w_selection from pfc_w_selection
end type
global w_selection w_selection

on w_selection.create
call super::create
end on

on w_selection.destroy
call super::destroy
end on