oldButtonF :: (Graphic e, FontGen p1, Show p1, Show p2, ColorGen p2) => Alignment -> Distance -> p1 -> ColorSpec -> p2 -> [(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 :: Alignment
margin :: Distance
fname :: p1
xfontsel
. (This argument is likely to disappear in the
near future. It will be replaced by some resource mechanism.)
bg :: ColorSpec
fg :: p2
keys :: [(ModState, KeySym)]
label :: e
oldButtonF aCenter 2 buttonFont (colorSpec bgColor) (colorSpec fgColor) [([Mod1],"q")] "Nisse Hult" :: (F String Click)