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