17 #include <gwenhywfar/inherit.h>
18 #include <gwenhywfar/debug.h>
19 #include <gwenhywfar/gui_be.h>
20 #include <gwenhywfar/i18n.h>
22 #include <gwenhywfar/text.h>
23 #include <gwenhywfar/mdigest.h>
24 #include <gwenhywfar/debug.h>
27 #define I18N(msg) GWEN_I18N_Translate(PACKAGE, msg)
36 int CppDialogLinker::SetIntProperty(
GWEN_DIALOG *dlg,
54 int CppDialogLinker::GetIntProperty(
GWEN_DIALOG *dlg,
70 int CppDialogLinker::SetCharProperty(
GWEN_DIALOG *dlg,
87 const char *CppDialogLinker::GetCharProperty(
GWEN_DIALOG *dlg,
91 const char *defaultValue) {
103 void CppDialogLinker::freeData(
void *bp,
void *p) {
130 CppDialogLinker::freeData);
175 if (_setIntPropertyFn)
176 return _setIntPropertyFn(
_dialog, w, prop, index, value, doSignal);
187 if (_getIntPropertyFn)
188 return _getIntPropertyFn(
_dialog, w, prop, index, defaultValue);
200 if (_setCharPropertyFn)
201 return _setCharPropertyFn(
_dialog, w, prop, index, value, doSignal);
211 const char *defaultValue) {
212 if (_getCharPropertyFn)
213 return _getCharPropertyFn(
_dialog, w, prop, index, defaultValue);