gwenhywfar  5.10.1
testgui_l.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Thu Jan 09 2020
3  copyright : (C) 2020 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef GWEN_TEST_GUI_L_H
12 #define GWEN_TEST_GUI_L_H
13 
14 #include <gwenhywfar/gwenhywfarapi.h>
15 #include <gwenhywfar/gui.h>
16 
17 
18 
19 void TestGui_Extend(GWEN_GUI *gui);
20 void TestGui_Unextend(GWEN_GUI *gui);
21 
22 
23 
24 void TestGui_SetLogFile(GWEN_GUI *gui, const char *fname);
25 void TestGui_SetLogLastX(GWEN_GUI *gui, int i);
26 
27 void TestGui_AddLogLine(GWEN_GUI *gui, const char *mark);
28 void Test_Gui_FlushLogs(GWEN_GUI *gui);
29 
30 
31 
32 #endif
void TestGui_Extend(GWEN_GUI *gui)
Definition: testgui.c:41
void Test_Gui_FlushLogs(GWEN_GUI *gui)
Definition: testgui.c:88
void TestGui_Unextend(GWEN_GUI *gui)
Definition: testgui.c:55
void TestGui_SetLogFile(GWEN_GUI *gui, const char *fname)
Definition: testgui.c:149
struct GWEN_GUI GWEN_GUI
Definition: gui.h:176
void TestGui_SetLogLastX(GWEN_GUI *gui, int i)
Definition: testgui.c:167
void TestGui_AddLogLine(GWEN_GUI *gui, const char *mark)
Definition: testgui.c:133