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