File: w_toolbars.srw
Size: 349
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$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