this post was submitted on 11 Apr 2023
1 points (100.0% liked)

General Programming Discussion

8729 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 6 years ago
MODERATORS
 

Hey guys. I've been working on a calorie counter for mobile Linux.

For the Diary stack, I'd like to add both Beep and Meep widgets in the same row, instead of two different rows. It appears that this is possible, looking at the widget glossary for GTK3.

How do I do this?

you are viewing a single comment's thread
view the rest of the comments
[–] Elbullazul@lem.elbullazul.com 2 points 2 years ago

Have a look at python-gtk3's page on layouts, seems like their example does what you need