X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtksheet.h;h=884e41f96b39ca0b3bc5e834ab6a26fc67e45b53;hb=614492cb70a6d5ee1ef440df03e12acc59ebc417;hp=bdb7ea32efeaabd8bc60a96eec0be5d89a18463f;hpb=ad1c79cd51b7ca9d0ad51d80ff916fa48ee5e893;p=pspp-builds.git diff --git a/lib/gtksheet/gtksheet.h b/lib/gtksheet/gtksheet.h index bdb7ea32..884e41f9 100644 --- a/lib/gtksheet/gtksheet.h +++ b/lib/gtksheet/gtksheet.h @@ -62,12 +62,10 @@ typedef struct _GtkSheetHoverTitle GtkSheetHoverTitle; struct _GtkSheetCellAttr { GtkJustification justification; - const PangoFontDescription *font_desc; GdkColor foreground; GdkColor background; GtkSheetCellBorder border; gboolean is_editable; - gboolean is_visible; }; struct _GtkSheetHoverTitle @@ -102,16 +100,9 @@ struct _GtkSheet GdkColor color[n_COLORS]; gboolean show_grid; - /* allocation rectangle after the container_border_width - and the width of the shadow border */ - GdkRectangle internal_allocation; - gint16 column_requisition; gint16 row_requisition; - gboolean rows_resizable; - gboolean columns_resizable; - /* active cell */ GtkSheetCell active_cell;