Documentation
¶
Index ¶
Constants ¶
View Source
const ( AlignmentCenter = 1 << 0 AlignmentTop = 1 << 1 AlignmentBottom = 1 << 2 AlignmentLeft = 1 << 3 AlignmentRight = 1 << 4 AlignmentTopLeft = AlignmentTop | AlignmentLeft AlignmentTopRight = AlignmentTop | AlignmentRight AlignmentBottomLeft = AlignmentBottom | AlignmentLeft AlignmentBottomRight = AlignmentBottom | AlignmentRight )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disposable ¶
type Disposable interface {
// Releases all resources of this object.
Dispose()
}
Interface for disposable resources.
Click to show internal directories.
Click to hide internal directories.