You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Good library, looks pretty awesome!
But I have a proposal for API.
From samples:
win.Add (
// The ones with my favorite layout system
login, password, loginText, passText,
It's quite hard to gather all controls, that I've spawned before to add to win through Add method (I've created around 5 or 6 label-text pairs, and it's already cumbersome to register them all in win).
Proposal is following:
This will allow to combine adding to win and initialization of objects. I'll create my own extension methods, as I see there is nothing complicated and that could be done from consumer side.
The text was updated successfully, but these errors were encountered:
Hi there. Good library, looks pretty awesome!
But I have a proposal for API.
From samples:
It's quite hard to gather all controls, that I've spawned before to add to
win
throughAdd
method (I've created around 5 or 6 label-text pairs, and it's already cumbersome to register them all inwin
).Proposal is following:
This will allow to combine adding to
win
and initialization of objects. I'll create my own extension methods, as I see there is nothing complicated and that could be done from consumer side.The text was updated successfully, but these errors were encountered: