# HG changeset patch # User Olaf Wintermann # Date 1786030440 -7200 # Node ID 973b587334c231131f8be58b07967b3e0d23a0d7 # Parent 6fa0876583bb33751305fef5e51ca57f738fe93c add (empty) ui_path_textfield_create (Cocoa) diff -r 6fa0876583bb -r 973b587334c2 ui/cocoa/text.m --- a/ui/cocoa/text.m Sat Aug 01 13:20:05 2026 +0200 +++ b/ui/cocoa/text.m Thu Aug 06 17:34:00 2026 +0200 @@ -564,3 +564,11 @@ } @end + + + +/* -------------------- Path TextField -------------------- */ + +UIWIDGET ui_path_textfield_create(UiObject* obj, UiPathTextFieldArgs *args) { + return NULL; // TODO: implement +}