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