1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00
Files
wmaker/WINGs/Extras/fieldeditor.h
2000-11-12 03:29:53 +00:00

22 lines
288 B
C

typedef struct {
WMTextField *field;
WMScreen *scr;
GC gc;
WMFont *font;
} WFStringEditor;
typedef struct {
} WFStringSelector;
WFStringEditor *WFCreateStringEditor();
void WFStringEditorTableDraw(WFStringEditor *self, Drawable d, void *data, WMRect rect);