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

columnspan in glooey #49

Open
akshaypatel1811 opened this issue Apr 5, 2021 · 1 comment
Open

columnspan in glooey #49

akshaypatel1811 opened this issue Apr 5, 2021 · 1 comment

Comments

@akshaypatel1811
Copy link

Hi @kalekundert , @wkentaro ,

tkinter has a functionality called columnspan in grid where we can make cell equivalent to some combination of column. The main purpose of this functionality is to put 2 or more button under the same image or video. I couldn't find this functionality in glooey. Is there a way that I can do this in glooey?

Thank you,
Akshay

@kalekundert
Copy link
Contributor

Glooey doesn't have this feature yet; see #45 which is asking for the same thing. For now you can get the same effect by mixing HBox and VBox, but it's not as convenient. Most likely I won't get around to adding this feature for a while, but I'd be happy to get a PR.

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