File: w_toolbars.srw
Size: 347
Date: Tue, 22 Jan 2008 23:33:20 +0100
$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