iup-rust icon indicating copy to clipboard operation
iup-rust copied to clipboard

Rust binding for IUP

Results 11 iup-rust issues
Sort by recently updated
recently updated
newest added

I suggest removing the `Self` return type from `run`, `stop` and `set_time`. Or changing it to `&mut Self` so chaining still works but you don't accidentally unwrap the `Guard` while...

Tracking progress on dialog bindings. If you wish to implement any of those items leave a comment :) **Main:** - [x] IupDialog - [x] IupPopup - [x] IupShow - [x]...

help wanted

Tracking progress on controls binding. If you wish to implement any of those items leave a comment :) Having a control implemented means it has it's documented callbacks _(and constructors,...

help wanted

Tracking progress on resources. If you wish to implement any of those items leave a comment :) - [x] LED - [ ] Fonts - Since fonts are attributes _(working)_...

help wanted

IUP uses a encoding depending on the C locale, Rust is Unicode aware by the means of UTF-8. Thus the UTF-8 mode of IUP must be enabled by us right...

Tracking progress on attributes. If you wish to implement any of those items leave a comment :) This issue is not about method to access individual attributes on each control,...

help wanted

Tracking progress on the events section of iup docs. If you wish to implement any of those items leave a comment :) **Functions:** - [x] IupMainLoop - Wrapped in `with_iup`....

help wanted

Some conventions on the functions must be discussed... ### Null parameters Some functions allow null pointers to be passed to them.. For instance `IupInsert` and `IupReparent` allow the `ref_child` parameter...

Tracking the progress on layout bindings. If you wish to implement any of those items leave a comment :) Having a layout implemented means it has it's documented callbacks _(and...

help wanted

This is not really a issue with _iup-rust_ but _rust-lang_ itself that closely affects this project. When the issue gets off _rust-lang_ the build process here should be updated. Related...