File: csplitcontainer.sru
Size: 537
Date: Mon, 07 Apr 2008 21:31:51 +0200
$PBExportHeader$csplitcontainer.sru
forward
global type csplitcontainer from nonvisualobject
end type
end forward

global type csplitcontainer from nonvisualobject
end type
global csplitcontainer csplitcontainer

type variables
CONSTANT integer BOTH = 0;
CONSTANT integer TOPLEFT = 1;
CONSTANT integer RIGHTBOTTOM = 2;
end variables
on csplitcontainer.create
call super::create
TriggerEvent( this, "constructor" )
end on

on csplitcontainer.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on