X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=1974aed8ddb400e281ff76d7938bc9a9cf83d0ef;hb=d7a1402a5ff12bba819f2eb4544812e6bf358b97;hp=0787f116c4511beac19b6cb28898c72a6fc64b05;hpb=c2ccb0d20912f25021d9a6c24d9c2de1b81b87bf;p=pspp diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 0787f116c4..1974aed8dd 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -1,8 +1,7 @@ /* psppire-data-store.h - + PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2006 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -62,8 +61,8 @@ struct _PsppireDataStore const PangoFontDescription *font_desc; /* The width of an upper case 'M' rendered in the current font */ - gint width_of_m ; - + gint width_of_m ; + gboolean show_labels; /* Geometry */ @@ -85,16 +84,16 @@ struct _PsppireDataStoreClass inline GType psppire_data_store_get_type (void) G_GNUC_CONST; PsppireDataStore *psppire_data_store_new (PsppireDict *dict); -void psppire_data_store_set_dictionary(PsppireDataStore *data_store, +void psppire_data_store_set_dictionary (PsppireDataStore *data_store, PsppireDict *dict); -void psppire_data_store_set_font(PsppireDataStore *store, +void psppire_data_store_set_font (PsppireDataStore *store, const PangoFontDescription *fd); -void psppire_data_store_show_labels(PsppireDataStore *store, +void psppire_data_store_show_labels (PsppireDataStore *store, gboolean show_labels); - -void psppire_data_store_clear(PsppireDataStore *data_store); + +void psppire_data_store_clear (PsppireDataStore *data_store); struct file_handle;