CreatePanel( x,y,width,height,group[,style])

Parameters

x,y,width,height - Initial shape of the panel
group - Group the panel belongs to
style - optional style flags

Description

CreatePanel creates a panel gadget and returns a handle to it.

A panel gadget is a simple grouping gadget that is usually used to contain or 'clip' child gadgets.

The optional style flag controls how the panel looks

0 - No border to the panel
1 - Sunken border to the panel

By default, a borderless panel is created.

See also: SetPanelImage, SetPanelColor.

Index

Click here to view the latest version of this page online