Document next-tab' and prev-tab'.

This commit is contained in:
Eli Barzilay 2011-10-17 11:45:43 -04:00
parent 6a323fe75e
commit 8f66afe5a6

View File

@ -608,6 +608,14 @@ Returns the currently active tab.
It loads that file in the definitions window of the new 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?]{ @defmethod[#:mode public-final (close-current-tab) void?]{
Closes the current tab, making some other tab visible. Closes the current tab, making some other tab visible.
If there is only one tab open, this method does nothing. If there is only one tab open, this method does nothing.