File: w_toolbars.srw
Size: 350
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$w_toolbars.srw
$PBExportComments$Extension Toolbars Window
forward
global type w_toolbars from pfc_w_toolbars
end type
end forward

global type w_toolbars from pfc_w_toolbars
end type
global w_toolbars w_toolbars

on w_toolbars.create
call super::create
end on

on w_toolbars.destroy
call super::destroy
end on