1
0
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:
kojima
2000-11-12 03:29:53 +00:00
parent 29ceeb870d
commit dc67e81437
7 changed files with 867 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#ifndef _TABLEDELEGATES_H_
#define _TABLEDELEGATES_H_
#ifdef __cplusplus
extern "C" {
#endif
WMTableColumnDelegate *WTCreateStringDelegate(WMScreen *scr);
#ifdef __cplusplus
}
#endif
#endif