libs-gui icon indicating copy to clipboard operation
libs-gui copied to clipboard

Streamline binding implementation....

Open gcasa opened this issue 10 months ago • 0 comments

For NSBrowser and NSTreeController/NSOutlineView, and other classes bindings have been implemented. However, the implementation is not as clean as we want. The functionality works and passes testing, but is not as elegant as it should be. Testing has indicated that there is an "adapter" pattern that is being used. This might clean up the implementation.

The acceptance criteria of this is:

  1. Implement GSBindingsAdapter class
  2. Clean up existing implementation of bindings in NSOutlineView, NSTreeController, and NSBrowser

GC

gcasa avatar Jan 26 '25 21:01 gcasa