X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-selector.h;h=c4990c9229eec3e156be160fad6d01de9a1c693d;hb=c8f16e229dede3bf3ec30c329cccc6924778553a;hp=33f96c21aadba3730dc07e4376abf466f60842ce;hpb=55178119a1dd305b7e0c3254cf5b6ddf6784e34f;p=pspp diff --git a/src/ui/gui/psppire-selector.h b/src/ui/gui/psppire-selector.h index 33f96c21aa..c4990c9229 100644 --- a/src/ui/gui/psppire-selector.h +++ b/src/ui/gui/psppire-selector.h @@ -126,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 *);