File: w_selection.srw
Size: 357
Date: Tue, 22 Jan 2008 23:32:09 +0100
$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