X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=9c35f1695a3e651e63795983d8395c48b128fe40;hb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;hp=6c3c20115065fbc4eae4c855b340856c54d9dc11;hpb=6004960398b36a83d05c068ee633591b855b2c0b;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 6c3c201..9c35f16 100644 --- a/dialogs.h +++ b/dialogs.h @@ -1,7 +1,7 @@ /* * dialogs.h -- shared variables for generic dialog popup of XBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -152,6 +152,7 @@ void SetDialogTitle P((DialogClass dlg, char *title)); void LoadListBox P((Option *opt, char *emptyText, int n1, int n2)); void HighlightListBoxItem P((Option *opt, int nr)); void HighlightWithScroll P((Option *opt, int sel, int max)); +void ScrollToCursor P((Option *opt, int pos)); int SelectedListBoxItem P((Option *opt)); void BoardFocus P((void)); void FocusOnWidget P((Option *opt, DialogClass dlg)); @@ -191,4 +192,3 @@ void SendString P((char *p)); int GameListClicks P((int direction)); void SetFilter P((void)); -