utils

package
v0.0.0-...-e7bc4dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2015 License: MIT Imports: 0 Imported by: 0

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 Alignment

type Alignment int

Provides bit flag constants for alignment

type Disposable

type Disposable interface {
	// Releases all resources of this object.
	Dispose()
}

Interface for disposable resources.

Directories

Path Synopsis
A very simple clipboard interface for text content.
A very simple clipboard interface for text content.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL