oldButtonF :: (Graphic e, FontGen a1, Show a1, Show a2, ColorGen a2) => Double -> Int -> a1 -> ColorSpec -> a2 -> [(ModState, KeySym)] -> e -> F e Click
oldButtonF alignment margin fname bg fg keys label
oldButtonF
is a simple command button displaying a text.
Click
alignment :: Double
margin :: Int
fname :: a1
xfontsel
. (This argument is likely to disappear in the
near future. It will be replaced by some resource mechanism.)
bg :: ColorSpec
fg :: a2
keys :: [(ModState, KeySym)]
label :: e
oldButtonF aCenter 2 buttonFont (colorSpec bgColor) (colorSpec fgColor) [([Mod1],"q")] "Nisse Hult" :: (F String Click)