summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets/Sheet/Internal.icl
AgeCommit message (Collapse)AuthorFilesLines
2019-12-05Add G flag to ccall of gtk_sheet_moveto, to be sureCamil Staps1-1/+1
2019-11-25Add scrollToCell for GtkSheetCamil Staps1-0/+5
2019-10-31Use import code from library instead of environments to link with Gtk and ↵Camil Staps1-0/+2
GtkSheet
2019-10-30Add getEntry for GtkSheetCamil Staps1-0/+5
2019-10-30Add G modifier to ccalls gtk_sheet_thaw and gtk_sheet_row_set_visibility ↵Camil Staps1-2/+2
which may trigger a deactivate signal
2019-10-29Add functions to set/check row visibility of GtkSheetsCamil Staps1-0/+10
2019-10-27Add getCellText for GtkSheetCamil Staps1-0/+13
2019-10-25Add G modifier to ccalls that may trigger GTK signals (which may cause ↵Camil Staps1-17/+11
re-entrance if there is a handler; add withPossibleCallback to save and retrieve state around such calls)
2019-10-24Add GtkJustification for columns of GtkSheetCamil Staps1-0/+5
2019-10-23Add setRangeEditable for GtkSheetCamil Staps1-0/+16
2019-10-23Add setCSSClassForRange for GtkSheetCamil Staps1-0/+18
2019-10-23Add get/setActiveCell for GtkSheetCamil Staps1-0/+10
2019-10-23Add setRowTitle for GtkSheetCamil Staps1-0/+8
2019-10-22Add whileFrozen, ensureDimensions, setColumnTitle and setCellText to GtkSheetCamil Staps1-10/+86
2019-10-21Add tune instances to set row/column resizability/sensitivity on GtkSheetCamil Staps1-0/+20
2019-10-21Add GtkSheetCamil Staps1-0/+11