|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T w
Length: 5224 (0x1468) Types: TextFile Names: »wdgtdefs.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/others/quipu/uips/widget/wdgtdefs.h«
/* wdgtdefs.h - widget structures declarations for the functions */ /* * $Header: /f/osi/others/quipu/uips/widget/RCS/wdgtdefs.h,v 7.0 89/11/23 22:09:44 mrose Rel $ * * * $Log: wdgtdefs.h,v $ * Revision 7.0 89/11/23 22:09:44 mrose * Release 6.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ extern int returnmain(); /* REMEMBER TO NULL-TERMINATE ALL OF THESE STRUCTURE ARRAYS */ /*--------------------------------------------------------------*/ extern int main_quit(), main_help(), main_goto(); extern int main_read(), main_list(); extern int main_search(), main_modify (); WIDGET mainwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: MAIN OPTIONS.",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: QUIT ", 'q',main_quit, 0,0,0,0}, {COMMAND, "?: help ", '?',main_help, 0,0,0,0}, {COMMAND, "R: read ", 'r',main_read, 0,0,0,0}, {COMMAND, "L: list ", 'l',main_list, 0,0,0,0}, {COMMAND, "S: search ", 's',main_search, 0,0,0,0}, {COMMAND, "M: modify ", 'm',main_modify, 0,0,0,0}, {DIALOG, "G: goto: ", 'g',main_goto, 0,CRNL,EXPAND,0}, {FINISH, "", 0,NULLFN} } ; /*--------------------------------------------------------------*/ extern int quit(), cache_quit(); WIDGET quitwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: Exit",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',quit, 0,0,0,0}, {COMMAND, "W: Write cache and Quit ", 'w',cache_quit, 0,0,0,0}, {COMMAND, "D: Don't quit ", 'd',QUITFN, 0,0,0,0}, {FINISH, "", 0,NULLFN} } ; /*--------------------------------------------------------------*/ extern int help_cncs(), help_dtld(); WIDGET helpwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: HELP SELECTION",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',returnmain, 0,0,0,0}, {COMMAND, "C: Concise help ", 'c', help_cncs, 0,0,0,0}, {COMMAND, "D: Detailed help ", 'd', help_dtld, 0,0,0,0}, {FINISH, "", 0,NULLFN} } ; /*--------------------------------------------------------------*/ extern int cnnct_help(), cnnct_bind(), cnnct_read(), cnnct_quit(); WIDGET cnnctwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: CONNECTION",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',cnnct_quit, 0,0,0,0}, {COMMAND, "?: Help ", '?',cnnct_help, 0,0,0,0}, {COMMAND, "B: Bind ", 'b',cnnct_bind, 0,0,0,0}, {COMMAND, "R: Read cache ", 'r',cnnct_read, 0,0,0,0}, {DIALOG, "D: DSA-name: ", 'd',NULLFN, 0,CRNL,EXPAND,0}, {DIALOG, "U: Username: ", 'u',NULLFN, 0,CRNL,EXPAND,0}, {DIALOG, "P: Password: ", 'p',NULLFN, 0,CRNL,EXPAND,0}, {DIALOG, "C: Cache Name: ", 'c',NULLFN, 0,CRNL,EXPAND,0}, {FINISH, "", 0,NULLFN} } ; /*--------------------------------------------------------------*/ extern int rd_start(), rd_type(), rd_help(); WIDGET rdwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: READING",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',returnmain, 0,0,0,0}, {COMMAND, "S: Start ", 's',rd_start, 0,0,0,0}, {COMMAND, "?: Help ", '?',rd_help, 0,0,0,0}, {DIALOG , "B: Base: ", 'b',NULLFN, 0,CRNL,EXPAND,0}, {FINISH, "", 0,NULLFN} } ; /*--------------------------------------------------------------*/ extern int list_start(), list_help(); WIDGET listwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: LISTING",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',returnmain, 0,0,0,0}, {COMMAND, "S: Start ", 's',list_start, 0,0,0,0}, {COMMAND, "?: Help ", '?',list_help, 0,0,0,0}, {DIALOG, "L: Limit: ", 'l', NULLFN, 0,0,0,0}, {DIALOG, "B: Base: ", 'b',NULLFN, 0,CRNL,EXPAND,0}, {FINISH , "", 0,NULLFN} } ; /*--------------------------------------------------------------*/ extern int mod_start(), mod_help(); WIDGET modwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: MODIFICATION",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',returnmain, 0,0,0,0}, {COMMAND, "S: Start ", 's',mod_start, 0,0,0,0}, {COMMAND, "?: Help ", '?',mod_help, 0,0,0,0}, {TOGGLE, "O: Operation Type ", 'o',TOGGLEFN, 0,0,0,0}, {DIALOG, "B: Base: ", 'b',NULLFN, 0,CRNL,EXPAND,0}, {DIALOG, "T: Type: ", 't',NULLFN, 0,CRNL,EXPAND,0}, {DIALOG, "V: Value: ", 'v',NULLFN, 0,CRNL,EXPAND,0}, {FINISH, "", 0,NULLFN} }; /*--------------------------------------------------------------*/ extern int srch_start(), srch_type(), srch_help(), srch_item(); WIDGET srchwdgts[] = { {LABEL,"QUIPU X.500 Directory Service: SEARCH",CENTRE,NULLFN,0,0,EXPAND,0}, {COMMAND, "Q: Quit ", 'q',returnmain, 0,0,0,0}, {COMMAND, "S: Start ", 's',srch_start, 0,0,0,0}, {COMMAND, "?: Help ", '?',srch_help, 0,0,0,0}, {DIALOG, "L: Limit: ", 'l', NULLFN, 0,0,0,0}, {DIALOG, "B: Base: ", 'b',NULLFN, 0,CRNL,EXPAND,0}, {TOGGLE, "T: Type ", 't',TOGGLEFN, 0,0,0,0}, {TOGGLE, "M: Match ", 'm',TOGGLEFN, 0,0,0,0}, {TOGGLE, "E: Extent: ", 'e',TOGGLEFN, 0,0,0,0}, {DIALOG, "V: Value: ", 'v',NULLFN, 0,CRNL,EXPAND,0}, {FINISH, "",0,NULLFN } } ;