mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
added table widget
This commit is contained in:
21
WINGs/Extras/fieldeditor.h
Normal file
21
WINGs/Extras/fieldeditor.h
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
|
||||
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user