Handy widget to pack child horizontally or verically depending on screen

Hi, I want to design an UI which has two children panes, side by side if the screen is wide enough or top-down if the screen is not wide.

+-------+---------+
|       |         |
|       |         |
+-------+---------+
    +---------+
    |         |
    |         |
    +---------+
    |         |
    |         |
    +---------+

Which widgets I need to use?

GtkFlowBox and some padding because discourse thought my message is too short…

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.