Closed actuallyabhi closed 4 years ago
@mabhishek7081 I have not setup packaging yet, but if you are willing to share your code, I would love to help you get it packaged. Is your code open source?
got it ! but while using react-gtk i am facing few issues like how to use packstart or pack end with Hbox here? i can't figure out it . i am really sorry for my stupid questions.'
<Button label="Click Me!" borderWidth={50} />
<SearchBar />
<HBox />
</Box>
I’m trying to make the api consistent with the official api. Until I get docs generated, I would recommend looking at the official docs.
The following book I would highly recommend, it covers the entire gtk api.
(This is my copy 😃)
Chapter 3 talks about packing.
You can find this book on amazon at this link
https://www.amazon.com/Foundations-Development-Experts-Voice-Source/dp/1590597931
It’s also quite possible that my current experimental api doesn’t support packing. I’ll make sure it’s supported in my next release .
Got my all queries resolved. Thanks a lot jam :) I love to contribute in this awesome project.
You should join the slack channel. I’d love to setup a call so I can go over how it all works. You can join the slack my sending me your email at the following link.
Hii jam! I just finished my simple app with react-gtk . But i confused how to distribute this. Please help..