File: w_find.srw
Size: 307
Date: Tue, 22 Jan 2008 23:32:12 +0100
$PBExportHeader$w_find.srw
$PBExportComments$Extension Find window
forward
global type w_find from pfc_w_find
end type
end forward

global type w_find from pfc_w_find
end type
global w_find w_find

on w_find.create
call super::create
end on

on w_find.destroy
call super::destroy
end on