Elektrine lite

← Feed

@marco@caneandable.social

Post #2502031

2026-02-28 19:11 UTC

@TheQuinbox@dragonscave.space OK! So there is a component that isn't accessible on the Mac yet? It's fantastic that you're taking this on.

Replies (1)

  • @matt@toot.cafe 2026-02-28 19:12

    @marco@caneandable.social @TheQuinbox@dragonscave.space It's a mess. It turns out that wxTreeCtrl is a wrapper over the native SysTreeView32 on Windows, but implemented as a custom control on other platforms. Meanwhile, wxDataViewCtrl is a combination tree/table control that's implemented natively on macOS and GTK, but as a custom control on Windows.

    Open ##2502032