File: pfc_n_cst_winsrv_sheetmanagerattrib.sru
Size: 649
Date: Tue, 22 Jan 2008 23:31:38 +0100
$PBExportHeader$pfc_n_cst_winsrv_sheetmanagerattrib.sru
$PBExportComments$PFC Window  Sheet Manager attributes
forward
global type pfc_n_cst_winsrv_sheetmanagerattrib from n_cst_baseattrib
end type
end forward

global type pfc_n_cst_winsrv_sheetmanagerattrib from n_cst_baseattrib autoinstantiate
end type

type variables
Public:
window      w_obj
windowstate    e_state
integer     i_width
integer     i_height
integer     i_x
integer     i_y
end variables

on pfc_n_cst_winsrv_sheetmanagerattrib.create
TriggerEvent( this, "constructor" )
end on

on pfc_n_cst_winsrv_sheetmanagerattrib.destroy
TriggerEvent( this, "destructor" )
end on