summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets/Sheet.icl
AgeCommit message (Collapse)AuthorFilesLines
2019-11-08Use abstract newtypes to hide pointersCamil Staps1-3/+3
2019-10-30Add getEntry for GtkSheetCamil Staps1-0/+5
2019-10-29Add functions to set/check row visibility of GtkSheetsCamil Staps1-0/+8
2019-10-28Make GtkSheet a newtypeCamil Staps1-40/+41
2019-10-27Add getCellText for GtkSheetCamil Staps1-0/+3
2019-10-24Add GtkJustification for columns of GtkSheetCamil Staps1-0/+5
2019-10-23Add set{Column,Row}Titles convenience functions for GtkSheetCamil Staps1-0/+10
2019-10-23Add setRangeEditable for GtkSheetCamil Staps1-0/+5
2019-10-23Use gtk_sheet_cell_clear instead of _delete in setCellText (GtkSheet), to ↵Camil Staps1-1/+1
keep associated CSS classes
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