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 7030891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:43:52+00:00 2026-05-28T00:43:52+00:00

In GTK2, a StatusBar was just a simple container like an HBox. Glade 3

  • 0

In GTK2, a StatusBar was just a simple container like an HBox. Glade 3 (gtk3) now shows this message when I try to add child widgets to my status bar:

Widgets of type Status Bar need placeholders to add children.

What are placeholders?

I prefer to build the UI entirely in Glade, but If that doesn’t work anymore, building it in code is fine too. I’m using Python 3.2 and Gtk via GObject introspection.

  • 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-28T00:43:53+00:00Added an answer on May 28, 2026 at 12:43 am

    In Gnome 3, status bars are no longer containers; they’re more like stacks of messages. To display a message, get a fresh context id and push the message onto the stack of messages associated with the statusbar:

    context_id = statusbar.get_context_id("progress_message")
    statusbar.push(context_id, "Almost done...")
    

    or

    statusbar.push(1, "Almost done...")
    

    And to remove the message again, use statusbar.pop(1). Having things like progress bars or images in the statusbar is therefore no longer possible.

    See also: GtkStatusbar at the Gnome Dev Center

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple GtkStatusBar created with glade,and want to add a simple message
I've done this simple app in Gtk, just to test things out... I come
I've been trying to get an Gtk2::Image object in this Perl Gtk2 application to
When I create a custom dialog in GTK ( both, GTK2 or GTK3 )
The entry for sys.path[0] is '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode' . The Python docs say this should be
I would like to have a statusbar, so I started by making a small
I've written a little app in perl/Gtk, now I want to add an icon
Some sample, straight forward gtk2 within-main-loop I'm currently trying to add code at key-press-event
I'd like to create a graphical interface in python2 with GTK+. For now I'm
I got this probleml when I try to install putty with mac ports :

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.