psppire-var-sheet: Add measurement level icons to variable sheet.
[pspp] / src / ui / gui / psppire-dictview.h
index 1a8ddbb9235d1708ee4de4dbefb09f738bcbbfff..fb8eda20efb03b0b171a6b42d2b7d8a9906a9630 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2009, 2010  Free Software Foundation
+   Copyright (C) 2009, 2010, 2013  Free Software Foundation
 
    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,6 +62,8 @@ struct _PsppireDictViewClass
 GType      psppire_dict_view_get_type        (void);
 struct variable * psppire_dict_view_get_selected_variable (PsppireDictView *);
 
+const char *psppire_dict_view_get_var_measurement_stock_id (
+  const struct variable *);
 
 G_END_DECLS