diff options
Diffstat (limited to 'Build/source/texk/xdvik/gui/sfinternal.h')
-rw-r--r-- | Build/source/texk/xdvik/gui/sfinternal.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/gui/sfinternal.h b/Build/source/texk/xdvik/gui/sfinternal.h index c776bfc6c97..05a194d8686 100644 --- a/Build/source/texk/xdvik/gui/sfinternal.h +++ b/Build/source/texk/xdvik/gui/sfinternal.h @@ -1,5 +1,6 @@ /* * Copyright 1989 Software Research Associates, Inc., Tokyo, Japan + * Copyright 2004 the Xdvik development team * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided @@ -39,6 +40,16 @@ #define SF_DO_SCROLL 1 #define SF_DO_NOT_SCROLL 0 +/* Widget names for get_widget_by_name() */ +#define SfSelFile_FIELD_NAME "selFileField" +#define SfSelFile_FORM_NAME "selFileForm" +#define SfSelFile_HSCROLL_BIG_NAME "selFileHScrollBig" +#define SfSelFile_VSCROLL_BASE_NAME "selFileVScroll" +#define SfSelFile_HSCROLL_BASE_NAME "selFileHScroll" +#define SfSelFile_LIST_BASE_NAME "selFileList" +#define SfSelFile_LIST1_NAME "selFileList1" +#define SfSelFile_LIST2_NAME "selFileList2" +#define SfSelFile_LIST3_NAME "selFileList3" extern void SFenterList(), |