blob: 05f798c1a6b18052b5476dd6c691d5388aca7cd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
definition module Gtk.Widgets.Sheet.Internal
from System._Pointer import :: Pointer
gtk_sheet_columns_set_resizable :: !Pointer !Bool !.a -> .a
gtk_sheet_columns_set_sensitivity :: !Pointer !Bool !.a -> .a
gtk_sheet_new :: !Int !Int !String !.a -> (!Pointer, !.a)
gtk_sheet_rows_set_resizable :: !Pointer !Bool !.a -> .a
gtk_sheet_rows_set_sensitivity :: !Pointer !Bool !.a -> .a
|