// Token: 0x060015D2 RID: 5586 RVA: 0x000832A6 File Offset: 0x000816A6 protected virtual void handleTabClicked(Sleek2ImageButton button) { (button as Sleek2WindowTab).window.isActive = true; }
protected virtual void handleCloseButtonClicked(Sleek2ImageButton button) { this.window.dock.removeWindow(this.window); this.window.destroy(); }
protected virtual void handleExitClicked(Sleek2ImageButton button) { DevkitWindowManager.removeContainer(this); }