]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/gadgets/worlds/worlds-docs.factor
Changed set-fullscreen? to take a gadget instead of a world, moved it into the ui...
[factor.git] / extra / ui / gadgets / worlds / worlds-docs.factor
index 8a647507511108e14f36156aafa290832d47c608..a47717329d4f3a1b9a2497c85263378c6ed13d3e 100755 (executable)
@@ -13,15 +13,6 @@ HELP: set-title
 { $description "Sets the title bar of the native window containing the world." }
 { $notes "This word should not be called directly by user code. Instead, change the " { $link world-title } " model; see " { $link "models" } "." } ;
 
-HELP: set-fullscreen?
-{ $values { "?" "a boolean" } { "world" world } }
-{ $description "Sets and unsets fullscreen mode for the world." }
-{ $notes "Find a world using " { $link find-world } "." } ;
-
-HELP: fullscreen?
-{ $values { "world" world } { "?" "a boolean" } }
-{ $description "Queries the world to see if it is running in fullscreen mode." } ;
-
 HELP: raise-window
 { $values { "world" world } }
 { $description "Makes the native window containing the given world the front-most window." }