Dodzey

Results 21 comments of Dodzey

Another one on this topic, being able to splat arrays of any with automatic "unwrapping" would be cool.

I've been trying this out in combination with $exec and reflection on members to code generate calling a particular method for all members of a structure etc automatically and it's...

Could this not use the text_alignment from the passed in nk_style_button* ? Rather than having a new argument? I had a local fix to this where the alignment passed to...

I have implemented an alternative to this here: https://github.com/Immediate-Mode-UI/Nuklear/pull/674 In my implementation the align passed to `nk_button_image_label` etc continues to switch from text to right of image or text to...

Can we make this configurable? I like having my tests right next to my code for some things, and it would be good to be able to specify the set...

Hi - no problem! I might be able to add something to this section, (or adjust the prev/next to use left/right alignment respectively?) Yes, it works with the symbol -...

@RobLoach Are you ok with the decision I made for the spacing between the image/symbol and text? I have used half of the distance between the left side of the...

I think both would be handy. Extend user attributes to support data fields and then be able to query the user attributes and associated field values at runtime. I have...