10 #ifndef FOX16_GUI_DIALOG_L_HPP
11 #define FOX16_GUI_DIALOG_L_HPP
18 #include <gwenhywfar/dialog_be.h>
19 #include <gwenhywfar/widget_be.h>
42 std::list<FXRadioButton*>::iterator it;
46 (*it)->setTarget(
NULL);
75 long onSelCommand(FXObject *sender, FXSelector sel,
void *ptr);
76 long onSelChanged(FXObject *sender, FXSelector sel,
void *ptr);
77 long onSelKeyPress(FXObject *sender, FXSelector sel,
void *ptr);
80 FXIcon *
getIcon(
const char *fileName);
82 bool setup(FXWindow *parentWindow);
127 const char *defaultValue);