X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-selector.h;h=33f96c21aadba3730dc07e4376abf466f60842ce;hb=9f24d90e6ceb568b95d6a0e9fd4926777711e140;hp=bb267cd49cf08631a02e5cfd07e19cf54f31df4a;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/src/ui/gui/psppire-selector.h b/src/ui/gui/psppire-selector.h index bb267cd49c..33f96c21aa 100644 --- a/src/ui/gui/psppire-selector.h +++ b/src/ui/gui/psppire-selector.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation + Copyright (C) 2007, 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,11 +21,7 @@ #include #include -#include -#include -#include -#include -#include +#include G_BEGIN_DECLS @@ -75,7 +71,6 @@ struct _PsppireSelector /* */ GtkWidget *arrow; - GtkAction *action; gboolean dispose_has_run; @@ -92,8 +87,6 @@ struct _PsppireSelector gint orientation; - GtkTreeModelFilter *filtered_source; - SelectItemsFunc *select_items; gpointer select_user_data; @@ -102,10 +95,10 @@ struct _PsppireSelector AllowSelectionFunc *allow_selection; gulong row_activate_id ; - gulong source_select_id ; gboolean primary_requested; + GList *source_litem; }; struct _PsppireSelectorClass