andlabs / ui

Platform-native GUI library for Go.
Other
8.34k stars 647 forks source link

Add the Go API for a vertical separator #316

Closed andydotxyz closed 6 years ago

andydotxyz commented 6 years ago

The API was in libui already, just updating the Go API.

fixes andlabs/ui#315

andlabs commented 6 years ago

I have this done locally. Thanks, however!

andydotxyz commented 6 years ago

Assuming that you have a lot more to put into the next upload of code would it be possible to merge this in the meantime? I'm writing a tutorial and don't really want to explain that horizontal should be used in place of vertical. Unless of course you're expecting the update to come in soon, in which case my apologies for the suggestion.

andlabs commented 6 years ago

Soon, yes.

Are you on macOS by any chance?

andydotxyz commented 6 years ago

I’m running on Linux, MacOS and trying to test on Windows too

andlabs commented 6 years ago

I ask this because on macOS there's a bug that causes horizontal separators to appear vertical under some conditions; see andlabs/libui#403.