00001 #ifndef _VAPI_GTK_OPTIONS_OPERATIONS_ 00002 #define _VAPI_GTK_OPTIONS_OPERATIONS_ 00003 #include "vapiGtkInterface.h" 00004 #include "vapiOptions.h" 00005 #include "vapiTypes.h" 00006 #include "vapiGtkOptions.h" 00007 00008 int 00009 vapiGtkOptionsCreateCustomOperations (vOptions * Options, 00010 vOptionsSettings * 00011 OptionsSettings, 00012 GList ** OptionsList[3], 00013 GList ** tempList[3], int i, 00014 int widgetsWidth, GCallback EventFunc, 00015 vpointer EventData); 00016 00017 int 00018 vapiGtkOptionsPopulateCustomOperations (vOptions * Options, 00019 vOptionsSettings * OptionsSettings, 00020 GList ** OptionsList[3], int i); 00021 00022 int vapiGtkOptionsCountCustomOperationsMembers (vOptionsSettings * 00023 OptionsSettings); 00024 00025 int 00026 vapiGtkOptionsGetOptionsCustomOperations (vOptions * options, 00027 vOptionsSettings * OptionsSettings, 00028 GList ** OptionsData); 00029 #endif