diff options
Diffstat (limited to 'pkgui.h')
| -rw-r--r-- | pkgui.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -85,8 +85,11 @@ extern void pkguiFreeFontDescriptor(uiFontDescriptor *fd); extern uiDrawTextLayoutParams *pkguiNewDrawTextLayoutParams(void); extern void pkguiFreeDrawTextLayoutParams(uiDrawTextLayoutParams *p); -// area.go +// areahandler.go extern uiAreaHandler *pkguiAllocAreaHandler(void); extern void pkguiFreeAreaHandler(uiAreaHandler *ah); +// tablemodel.go +extern const uiTableModelHandler pkguiTableModelHandler; + #endif |
