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

Box Layout Tutorial #1143

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Conversation

anthonyirwin82
Copy link
Contributor

  • I agree that my contribution may be licensed either under MIT or any version of LGPL license.

This is a tutorial teaching users how to use the Gtk.Box widget to display multiple widgets at the same time.

It covers:

  • Gtk.Box with vertical orientation
  • Gtk.Box with horizontal orientation
  • Creating both vertical and horizontal spacers to push widgets to the bottom of the window or the end (right) of the window and remain there when the window is resized
  • Creating a Gtk.Button with both an icon and a label

Copy link
Member

@badcel badcel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey,
sorry for the delayed review. You did a pretty amazing job here 👍

I just found two simple typos. If those are fixed the tutorial is good to go 🚀

Please remember to amend your changes so your PR only has a single commit.

More PRs are welcome :-)

@badcel badcel merged commit e175ae5 into gircore:main Dec 24, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants