File: u_statusbar_explorer.sru
Size: 967
Date: Mon, 07 Apr 2008 21:32:51 +0200
$PBExportHeader$u_statusbar_explorer.sru
$PBExportComments$Explorer Statusbar
forward
global type u_statusbar_explorer from u_statusbar
end type
end forward

global type u_statusbar_explorer from u_statusbar
boolean #sizegrip = true
boolean #anchorlastpanel = true
long il_origstyle = 0
long il_currentlayout = 0
boolean ib_suspendresize = false
end type
global u_statusbar_explorer u_statusbar_explorer

type variables
Protected:

n_explorer inv_explorer
end variables
forward prototypes
public subroutine of_setexplorer (n_explorer anv_explorer)
end prototypes

public subroutine of_setexplorer (n_explorer anv_explorer);inv_explorer = anv_explorer
end subroutine

on u_statusbar_explorer.create
call super::create
end on

on u_statusbar_explorer.destroy
call super::destroy
end on

type uo_1 from u_statusbar`uo_1 within u_statusbar_explorer
end type

type st_1 from u_statusbar`st_1 within u_statusbar_explorer
end type