X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dictview.h;h=1a8ddbb9235d1708ee4de4dbefb09f738bcbbfff;hb=698f289d1ecf1620aa5429599f2e76db23cff452;hp=98000ff58ef59f18dbaa6ecd70a15e98d9ca794a;hpb=c3e2ab6b50eb3b3c7e0852f2a4e2122f695714ff;p=pspp diff --git a/src/ui/gui/psppire-dictview.h b/src/ui/gui/psppire-dictview.h index 98000ff58e..1a8ddbb923 100644 --- a/src/ui/gui/psppire-dictview.h +++ b/src/ui/gui/psppire-dictview.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2009 Free Software Foundation + Copyright (C) 2009, 2010 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 @@ -21,7 +21,7 @@ #include #include -#include +#include #include "psppire-dict.h" #include "dict-display.h" @@ -49,6 +49,8 @@ struct _PsppireDictView PsppireDict *dict; var_predicate_func *predicate; + GtkWidget *menu; + gboolean prefer_labels; }; struct _PsppireDictViewClass