Document next-tab' and
prev-tab'.
(cherry picked from commit 8f66afe5a6
)
This commit is contained in:
parent
29db510d2a
commit
6d49072822
|
@ -608,6 +608,14 @@ Returns the currently active tab.
|
|||
It loads that file in the definitions window of the new tab.
|
||||
}
|
||||
|
||||
@defmethod[(next-tab) void?]{
|
||||
Switches to the next tab.
|
||||
}
|
||||
|
||||
@defmethod[(prev-tab) void?]{
|
||||
Switches to the previous tab.
|
||||
}
|
||||
|
||||
@defmethod[#:mode public-final (close-current-tab) void?]{
|
||||
Closes the current tab, making some other tab visible.
|
||||
If there is only one tab open, this method does nothing.
|
||||
|
|
Loading…
Reference in New Issue
Block a user