File: w_filtersimple.srw
Size: 403
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_filtersimple.srw
$PBExportComments$Extension Simple-Style Filter dialog window
forward
global type w_filtersimple from pfc_w_filtersimple
end type
end forward

global type w_filtersimple from pfc_w_filtersimple
end type
global w_filtersimple w_filtersimple

on w_filtersimple.create
call super::create
end on

on w_filtersimple.destroy
call super::destroy
end on