X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtksheet.h;h=d4d00d50e535aa41b779d4919bf082249bb1574f;hb=0486625b210050980f073e636bbfd0ceb4c23149;hp=75e21c9827916104a4cf76d609c44e4ed3b8ef71;hpb=14ba8c7acb15a1142cb13ac3708b17f0f11fb4bb;p=pspp-builds.git diff --git a/lib/gtksheet/gtksheet.h b/lib/gtksheet/gtksheet.h index 75e21c98..d4d00d50 100644 --- a/lib/gtksheet/gtksheet.h +++ b/lib/gtksheet/gtksheet.h @@ -62,7 +62,6 @@ typedef struct _GtkSheetHoverTitle GtkSheetHoverTitle; struct _GtkSheetCellAttr { GtkJustification justification; - const PangoFontDescription *font_desc; GdkColor foreground; GdkColor background; GtkSheetCellBorder border; @@ -101,12 +100,6 @@ struct _GtkSheet GdkColor color[n_COLORS]; gboolean show_grid; - gint16 column_requisition; - gint16 row_requisition; - - gboolean rows_resizable; - gboolean columns_resizable; - /* active cell */ GtkSheetCell active_cell; @@ -116,9 +109,6 @@ struct _GtkSheet /* The type of entry_widget */ GtkType entry_type; - /* Handler of the "changed" callback for the entry widget */ - glong entry_handler_id; - /* expanding selection */ GtkSheetCell selection_cell; @@ -180,6 +170,8 @@ struct _GtkSheet /* Used for the subtitle (popups) */ gint motion_timer; GtkSheetHoverTitle *hover_window; + + gulong update_handler_id; }; struct _GtkSheetClass