// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT /** * TrayService 系统托盘服务 * @module */ // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore: Unused imports import {Call as $Call, Create as $Create} from "@wailsio/runtime"; /** * AutoShowHide 自动显示/隐藏主窗口 */ export function AutoShowHide(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(4044219428) as any; return $resultPromise; } /** * HandleWindowClose 处理窗口关闭事件 */ export function HandleWindowClose(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(1824247204) as any; return $resultPromise; } /** * HandleWindowMinimize 处理窗口最小化事件 */ export function HandleWindowMinimize(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(178686624) as any; return $resultPromise; } /** * MinimizeButtonClicked 处理标题栏最小化按钮点击 */ export function MinimizeButtonClicked(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(2477618539) as any; return $resultPromise; } /** * ShouldMinimizeToTray 检查是否应该最小化到托盘 */ export function ShouldMinimizeToTray(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(3403884012) as any; return $resultPromise; } /** * ShowWindow 显示主窗口 */ export function ShowWindow(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(1315913255) as any; return $resultPromise; }