Lines Matching defs:_CallUserCommand_StartThreadStructure
76 struct _CallUserCommand_StartThreadStructure{ struct
80 struct UserDataList *OurUserDataListItem;
81 GList *glistItemsWithPath;
82 GList *glistItemsWithoutPath;
83 GString *gstrThisSidePath;
84 GString *gstrOtherSidePath;
85 GString *gstrLeftSidePath;
86 GString *gstrRightSidePath;
87 GString *gstrHomeDir;
88 GString *gstrWorkingDir;
89 GString *gstrParsedCommand;
90 GString *gstrQuitReplyText;
91 GString *gstrActionNoteText;
93 struct ListWidgetCommunicationStruct *commStru; //if calling via list this comes in handy
98 GtkWidget * wdgtUserDialog; //init: NULL
99 GtkWidget * wdgtUSerDialogMainVBox; //init: NULL
100 GCond * gcontDialogCondition; //init: NULL
101 GCond * gcontEachCondition; //init: NULL
102 int iUserDialogReturnValue; //initialized by 0
105 …e current position in the list glistItemsWithPath, glistItemsWithoutPath should have the same order
106 …ned int uiSizeOfLists; //saves the size of the lists glistItemsWithPath and WithoutPath
108 …cel one, 2=cancel all to cancel processing the list (e.g. in each mode!, but also in list mode too)