winplus

package module
v0.0.0-...-d3faad7 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseWindow

type BaseWindow interface {
	GetHwnd() (windows.HWND, error)
}

BaseWindow defines an interface for types that represent a Windows window. It requires implementors to provide a method to retrieve the window's handle (HWND) along with an error status to indicate success or failure.

type Flag

type Flag uint

Flag represents a bit field used to specify options or attributes in Windows API calls. It is typically used to configure behavior or properties, such as those in message boxes or windows.

type Style

type Style uint

Style represents a bit field used to define the visual or behavioral style of a Windows window. It is commonly used in window creation or modification to set characteristics like borders or visibility.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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