gwenhywfar  4.6.0beta
dialog_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Wed Jan 20 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * *
8  * This library is free software; you can redistribute it and/or *
9  * modify it under the terms of the GNU Lesser General Public *
10  * License as published by the Free Software Foundation; either *
11  * version 2.1 of the License, or (at your option) any later version. *
12  * *
13  * This library is distributed in the hope that it will be useful, *
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16  * Lesser General Public License for more details. *
17  * *
18  * You should have received a copy of the GNU Lesser General Public *
19  * License along with this library; if not, write to the Free Software *
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
21  * MA 02111-1307 USA *
22  * *
23  ***************************************************************************/
24 
25 
26 #ifndef GWENHYWFAR_GUI_DIALOG_BE_H
27 #define GWENHYWFAR_GUI_DIALOG_BE_H
28 
29 
30 #include <gwenhywfar/dialog.h>
31 #include <gwenhywfar/widget_be.h>
32 #include <gwenhywfar/stringlist.h>
33 
34 #include <stdio.h>
35 
36 
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
40 
41 
43  GWEN_WIDGET *w,
45  int index,
46  int value,
47  int doSignal);
48 
50  GWEN_WIDGET *w,
52  int index,
53  int defaultValue);
54 
56  GWEN_WIDGET *w,
58  int index,
59  const char *value,
60  int doSignal);
61 
63  GWEN_WIDGET *w,
65  int index,
66  const char *defaultValue);
67 
68 
72 
76 
80 
84 
85 
87 GWEN_WIDGET_TREE *GWEN_Dialog_GetWidgets(const GWEN_DIALOG *dlg);
88 
90 GWEN_WIDGET *GWEN_Dialog_FindWidgetByName(const GWEN_DIALOG *dlg, const char *name);
91 
93 GWEN_WIDGET *GWEN_Dialog_FindWidgetByImplData(const GWEN_DIALOG *dlg, int index, const void *ptr);
94 
95 
97 void GWEN_Dialog_SetGuiId(GWEN_DIALOG *dlg, uint32_t guiid);
98 
99 
105 
106 
114  const char *sender);
115 
123  const char *sender);
124 
125 
128 
129 
131 void GWEN_Dialog_Dump(const GWEN_DIALOG *dlg, FILE *f, unsigned int indent);
132 
133 #ifdef __cplusplus
134 }
135 #endif
136 
137 
138 
139 
140 #endif