kenz-gelsoft / wxRust2

re-exploration Rust binding to wx
MIT License
78 stars 10 forks source link

Widgets sample: (Generic)DirCtrl page #97

Closed kenz-gelsoft closed 2 years ago

kenz-gelsoft commented 2 years ago

part of #61

Roughly implemented DirCtrl page with:

kenz-gelsoft commented 2 years ago

wx3.0.x doesn't have wxWindowUpdateLocker.

Can be shim'ed with Rust implementation.