kenz-gelsoft / wxRust2

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

Widgets sample: DatePickerCtrl page #84

Closed kenz-gelsoft closed 2 years ago

kenz-gelsoft commented 2 years ago

part of https://github.com/kenz-gelsoft/wxRust2/issues/61

Roughly implemented DatePickerCtrl page with:

kenz-gelsoft commented 2 years ago

Clean wrapped_return_type() up by returning pairs of the type decl and value to be returned.

https://github.com/kenz-gelsoft/wxRust2/blob/48f62c3b04e0216bfc34451599ce715b01be95ee/doxybindgen/model.py#L182

kenz-gelsoft commented 2 years ago

Clean wrapped_return_type() up by returning pairs of the type decl and value to be returned.

https://github.com/kenz-gelsoft/wxRust2/blob/48f62c3b04e0216bfc34451599ce715b01be95ee/doxybindgen/model.py#L182

done