MinWin API Reference

minwin

app
button
canvas
combo
component
dialog
event
font
geometry
group
icon
image
label
layout
listbox
menu
multidg
paint
peer
peerimpl
scroll
text
window

minwin.label

Static text label.

class Label: minwin.component.WindowChild;
Simple static text label.

this(Component parent, char[] text, char[] name = "");
Constructs a new label with the given parent, text and name.

char[] text;
Read/write property for the text to display in the label.