From 3c370c8831fe1c776cdf0281804d1ec8ff7f2ed7 Mon Sep 17 00:00:00 2001 From: Claire <1119518763@qq.com> Date: Tue, 8 Feb 2022 19:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20refactor:?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=87=BA=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/pane.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/base/pane.ts b/typescript/base/pane.ts index f2d448978..8f348af0a 100644 --- a/typescript/base/pane.ts +++ b/typescript/base/pane.ts @@ -8,6 +8,7 @@ export declare class Pane extends Widget { loading(): void; loaded(): void; check(): void; + setTipText(text: string): void; setTipVisible(b: boolean): void; populate(...args: any[]): void; }