mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
22 lines
288 B
C
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);
|
|
|