Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
win Namespace Reference

Functions

 createWindow w title ?default_geometry?
 
 closeWindow w
 
 getWindows
 
 getMenu w
 
 saveWinGeometry w
 
 restoreWinGeometry w
 
 isDocked wnd
 
 undockWindow wnd srctab ?title?
 
 dockWindow wnd
 
 toggleDocked wnd
 
 manageWindow wnd title
 
 createDialog w ?y?
 
 makeVisible wnd
 

Function Documentation

◆ closeWindow()

win::closeWindow   w  

Definition at line 42 of file win.tcl.

◆ createDialog()

win::createDialog   w ?y?  

Definition at line 252 of file win.tcl.

◆ createWindow()

win::createWindow   w title ?default_geometry?  

Definition at line 21 of file win.tcl.

◆ dockWindow()

win::dockWindow   wnd  

Definition at line 186 of file win.tcl.

◆ getMenu()

win::getMenu   w  

Definition at line 87 of file win.tcl.

◆ getWindows()

win::getWindows

Definition at line 53 of file win.tcl.

◆ isDocked()

win::isDocked   wnd  

Definition at line 148 of file win.tcl.

◆ makeVisible()

win::makeVisible   wnd  

Definition at line 258 of file win.tcl.

◆ manageWindow()

win::manageWindow   wnd title  

Definition at line 228 of file win.tcl.

◆ restoreWinGeometry()

win::restoreWinGeometry   w  

Definition at line 129 of file win.tcl.

◆ saveWinGeometry()

win::saveWinGeometry   w  

Definition at line 115 of file win.tcl.

◆ toggleDocked()

win::toggleDocked   wnd  

Definition at line 213 of file win.tcl.

◆ undockWindow()

win::undockWindow   wnd srctab ?title?  

Definition at line 159 of file win.tcl.