Apple.Maclight
getDirectory :: Light -> FilePath Source #
data Light Source #
Constructors
Defined in Apple.Maclight
Methods
readsPrec :: Int -> ReadS Light
readList :: ReadS [Light]
readPrec :: ReadPrec Light
readListPrec :: ReadPrec [Light]
data Command Source #
readsPrec :: Int -> ReadS Command
readList :: ReadS [Command]
readPrec :: ReadPrec Command
readListPrec :: ReadPrec [Command]
showsPrec :: Int -> Command -> ShowS
show :: Command -> String
showList :: [Command] -> ShowS
(==) :: Command -> Command -> Bool
(/=) :: Command -> Command -> Bool
data Settings Source #
Fields
handleBacklight :: Light -> Command -> IO () Source #