summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets/Sheet.icl
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Add setRangeEditable for GtkSheetCamil Staps1-0/+5
2019-10-23Use gtk_sheet_cell_clear instead of _delete in setCellText (GtkSheet), to kee...Camil Staps1-1/+1
2019-10-23Add setCSSClassForRange for GtkSheetCamil Staps1-0/+5
2019-10-23Add get/setActiveCell for GtkSheetCamil Staps1-0/+13
2019-10-23Add setRowTitle for GtkSheetCamil Staps1-0/+5
2019-10-22Add whileFrozen, ensureDimensions, setColumnTitle and setCellText to GtkSheetCamil Staps1-0/+30
2019-10-22Add custom GtkM state monad with a bind that does not grow the stackCamil Staps1-7/+1
2019-10-21Remove usage of import qualified as, which relies on the itask compilerCamil Staps1-6/+6
2019-10-21Add tune instances to set row/column resizability/sensitivity on GtkSheetCamil Staps1-0/+24
2019-10-21Add GtkSheetCamil Staps1-0/+24