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.peer

Mixin templates to simplify peer management.

alias PeerForAdd;
Alias for the native type for parenting controls

Windows HWND
GTK GdkWidget*

alias WindowChildPeer;
Alias for the native type for a control or window child

Windows HWND
GTK GdkWidget*

template PeerMixin()
Abstract peer support for mixing with objects that define disposePeer.

int hasPeer;
Peer ownership state.

template SimplePeerMixin()
Basic peer support for mixing with objects.

int hasPeer;
Peer ownership state .

void dispose();
Dispose of resources and possibly children resources. Calls disposePeer.

void disposePeer();
Dispose of the peer if the object owns the peer and set hasPeer to NO_PEER.