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

16 lines
199 B
C

#ifndef _TABLEDELEGATES_H_
#define _TABLEDELEGATES_H_
#ifdef __cplusplus
extern "C" {
#endif
WMTableColumnDelegate *WTCreateStringDelegate(WMScreen *scr);
#ifdef __cplusplus
}
#endif
#endif