X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtkextra-sheet.h;h=ae13c6a93db31c1e4ba42eff88891911a57bc8cb;hb=bf41b320c23b395b96a00e35375f7aeb7a9046d3;hp=0a5fb70fa1bd93897d8eefdc6f23db8bf2788c5f;hpb=58c99fe1ff02707d4b6aa4101470f4a3a38b7e33;p=pspp-builds.git diff --git a/lib/gtksheet/gtkextra-sheet.h b/lib/gtksheet/gtkextra-sheet.h index 0a5fb70f..ae13c6a9 100644 --- a/lib/gtksheet/gtkextra-sheet.h +++ b/lib/gtksheet/gtkextra-sheet.h @@ -32,34 +32,12 @@ struct _GtkSheet ; typedef struct _GtkSheet GtkSheet; -struct _GtkSheetChild -{ - GtkWidget *widget; - gint x,y ; - gboolean attached_to_cell; - gboolean floating; - gint row, col; - guint16 xpadding; - guint16 ypadding; - gboolean xexpand; - gboolean yexpand; - gboolean xshrink; - gboolean yshrink; - gboolean xfill; - gboolean yfill; -}; - -typedef struct _GtkSheetChild GtkSheetChild; - - - struct _GtkSheetButton { GtkStateType state; gchar *label; gboolean label_visible; - GtkSheetChild *child; GtkJustification justification; };