Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef GWEN_GUI_DLG_INPUT_L_H
00012 #define GWEN_GUI_DLG_INPUT_L_H
00013
00014
00015 #include <gwenhywfar/dialog.h>
00016
00017
00018
00019 GWEN_DIALOG *GWEN_DlgInput_new(uint32_t flags,
00020 const char *title,
00021 const char *text,
00022 int minLen,
00023 int maxLen);
00024
00025
00026 int GWEN_DlgInput_CopyInput(GWEN_DIALOG *dlg, char *buffer, int size);
00027
00028
00029
00030
00031 #endif
00032
00033
00034