From 8f66afe5a6050c0ca19c6c02799d214c38f944ad Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 17 Oct 2011 11:45:43 -0400 Subject: [PATCH] Document `next-tab' and `prev-tab'. --- collects/scribblings/tools/unit.scrbl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/collects/scribblings/tools/unit.scrbl b/collects/scribblings/tools/unit.scrbl index 89caa2c932..0e7bc895ce 100644 --- a/collects/scribblings/tools/unit.scrbl +++ b/collects/scribblings/tools/unit.scrbl @@ -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.