Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling window in golang #8

Open
erkinduran opened this issue Feb 5, 2017 · 3 comments
Open

Styling window in golang #8

erkinduran opened this issue Feb 5, 2017 · 3 comments

Comments

@erkinduran
Copy link

Hi there,

I am developing an app in golang and using nice library nuklear. But when i styling window of my app etc background color, i can not set background color. I want to use ctx->style.window.background example. But in golang has not same code. I try ctx.Style() , but this code not continue about background. Could you add styling code in golang, ASAP or Can you help me? I am waiting for this.

@xlab
Copy link
Member

xlab commented Feb 6, 2017

Hi, related: #6

TL;DR: You'll have to write a setter

@erkinduran
Copy link
Author

Setter is placed in etc.go? Cause Style() in there

@xlab
Copy link
Member

xlab commented Feb 6, 2017

You can place in any file that is not auto-generated, etc.go there is my file for such stuff, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants