gwenhywfar  4.8.0beta
cppwidget_p.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Fri Jan 22 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 #ifndef CPPWIDGET_P_HPP
11 #define CPPWIDGET_P_HPP
12 
13 
14 #include "cppwidget.hpp"
15 
16 
18  friend class CppWidget;
19 
20  static GWENHYWFAR_CB int SetIntProperty(GWEN_WIDGET *w,
22  int index,
23  int value,
24  int doSignal);
25 
26  static GWENHYWFAR_CB int GetIntProperty(GWEN_WIDGET *w,
28  int index,
29  int defaultValue);
30 
31  static GWENHYWFAR_CB int SetCharProperty(GWEN_WIDGET *w,
33  int index,
34  const char *value,
35  int doSignal);
36 
37  static GWENHYWFAR_CB const char *GetCharProperty(GWEN_WIDGET *w,
39  int index,
40  const char *defaultValue);
41 
42  static GWENHYWFAR_CB int AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild);
43 
44 
45  static GWENHYWFAR_CB void freeData(void *bp, void *p);
46 
47 };
48 
49 
50 
51 
52 #endif /* CPPDIALOG_P_HPP */
53 
54