Documentation
¶
Overview ¶
Package processpicker implements the bounded native process-selection window used by automatic tasks. PIDs are display-time metadata only and are never returned to callers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Capture ¶
func Capture(options Options, groups []processcatalog.Group, scale float64, dark bool, capture func(windows.Handle) error) error
Capture creates the real picker with deterministic process groups for devtools visual checks. It never scans the host process list.
Types ¶
type Options ¶
type Options struct {
Owner windows.Handle
Selected []automation.ProcessTarget
Descriptions map[string]string
Chinese bool
Text func(string) string
OnConfirm func([]automation.ProcessTarget, map[string]string)
}
Click to show internal directories.
Click to hide internal directories.