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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: