Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6597849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:15:40+00:00 2026-05-25T18:15:40+00:00

I add a button to HBox, with expand equal to False, but I want

  • 0

I add a button to HBox, with expand equal to False, but I want the button to have more spacing between its label and border. I assume it is “inner-border” property, but it is read-only. How can I set it to e.g. 4px?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T18:15:41+00:00Added an answer on May 25, 2026 at 6:15 pm

    gtk.Label is a subclass of gtk.Misc which has the method set_padding. If you get the label out of the gtk.Button then you can just call set_padding on it.

    You could do something like:

    label = gtk.Label("Hello World")
    button = gtk.Button()
    
    /* Add 10 pixels border around the label */
    label.set_padding(10, 10)
    
    /* Add the label to the button */
    button.add(label)
    
    /* Show the label as the button will assume it is already shown */
    label.show()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a HBox and I dynamically add Buttons into it. I want to
I have an HBox with width=500. I actually want to add two arrows buttons
I want to add button to following header. It should have layout like http://www.fullstopinteractive.com/
I want to add button which will toggle between normal and satellite view in
When I click on Add button , the formAddNewRow form opens , but I
I am using following code for add button with image on tool bar, but
I have two validation groups: parent and child I have an add button that
i am having a tableview with a list of categories.i have an add button
I'm making my own minor mode for emacs. Now I want to add button
I've got a gridview that renders as a table. I have an Add button

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.