CurTab: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "CurTab(x) The '''CurTab''' internal function (introduced in BR! 4.16) can be used to return the active tabbed window number. The required parameter X needs to be...")
 
No edit summary
Line 1: Line 1:
CurTab(x)
CurTab(<open window>)


The '''CurTab''' [[internal function]] (introduced in BR! [[4.16]]) can be used to return the active [[tabbed window]] number.
The '''CurTab''' [[internal function]] (introduced in BR! [[4.16]]) can be used to return the active [[tabbed window]] number.


The required parameter X needs to be any open window within the tabbed group.
The required parameter needs to be any open window within the tabbed group.


CurTab will return the clicked window number within the Tabbed group of windows.
CurTab will return the clicked window number within the Tabbed group of windows.

Revision as of 20:09, 20 May 2014

CurTab(<open window>)

The CurTab internal function (introduced in BR! 4.16) can be used to return the active tabbed window number.

The required parameter needs to be any open window within the tabbed group.

CurTab will return the clicked window number within the Tabbed group of windows.