Update selector widgets on dialog activation.
[pspp] / src / ui / gui / psppire-selector.h
index f71c3fe21fb0fbc4adf80da143a58dd94141d86f..c4990c9229eec3e156be160fad6d01de9a1c693d 100644 (file)
@@ -98,6 +98,7 @@ struct _PsppireSelector
   gulong source_select_id ;
 
   gboolean primary_requested;
+  GList *source_litem;
 };
 
 struct _PsppireSelectorClass
@@ -125,6 +126,9 @@ void psppire_selector_set_select_func (PsppireSelector *selector,
                                       SelectItemsFunc *select_func,
                                       gpointer user_data);
 
+/* Force the selector to update its dest and source widgets */
+void psppire_selector_update_subjects (PsppireSelector *selector);
+
 
 void psppire_selector_set_allow (PsppireSelector *, AllowSelectionFunc *);