mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
16 lines
199 B
C
16 lines
199 B
C
|
|
#ifndef _TABLEDELEGATES_H_
|
|
#define _TABLEDELEGATES_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
WMTableColumnDelegate *WTCreateStringDelegate(WMScreen *scr);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|