kenz-gelsoft / wxRust2

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

Make builders for widget constructors #63

Closed kenz-gelsoft closed 2 years ago

kenz-gelsoft commented 2 years ago

Current binding requires many boilerplate code with constructor's default arguments.

https://github.com/kenz-gelsoft/wxRust2/blob/main/samples/wrapsizer/src/main.rs

is example.

Write manually builder pattern constructor.