File: w_frame.srw
Size: 379
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$w_frame.srw
$PBExportComments$Extension Frame Window class
forward
global type w_frame from pfc_w_frame
end type
end forward

global type w_frame from pfc_w_frame
end type
global w_frame w_frame

on w_frame.create
call pfc_w_frame::create
end on

on w_frame.destroy
call pfc_w_frame::destroy
if IsValid(MenuID) then destroy(MenuID)
end on