bndMenuLabel

Draw a menu label with its lower left origin at (x, y) and size of (w, h).

if iconid >= 0, an icon will be added to the widget

if label is not null, a label will be added to the widget

widget looks best when height is BND_WIDGET_HEIGHT

nothrow @trusted @nogc
void
bndMenuLabel
(
T = char
)
(,
float x
,
float y
,
float w
,
float h
,
int iconid
,
const(T)[] label
)
if (
isAnyCharType!T
)

Meta