mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-26 09:35:49 +01:00
added table widget
This commit is contained in:
15
WINGs/Extras/tabledelegates.h
Normal file
15
WINGs/Extras/tabledelegates.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#ifndef _TABLEDELEGATES_H_
|
||||
#define _TABLEDELEGATES_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
WMTableColumnDelegate *WTCreateStringDelegate(WMScreen *scr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user