Maintainer | hasufell@posteo.de |
---|---|
Safe Haskell | None |
Main
Description
This module sets up the GTK UI for clac.
Documentation
calcGUI :: Entry -> Entry -> IO ()Source
Calculate given on the current input field and set the output field.
updateInputEntry :: Entry -> String -> IO ()Source
Update the input entry with the given string. Used if one of the
buttons (such as '3' or +
, etc.) are clicked.
clearEntry :: Entry -> IO ()Source
Clear a given entry widget completely.