File: w_selection.srw
Size: 360
Date: Sat, 08 May 2021 23:34:23 +0200
$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