Results 1 to 1 of 1

Thread: Definitively remove the size request of a widget (Python, Gtk3)

Hybrid View

  1. #1
    Join Date
    May 2011
    Beans
    7

    Cool Definitively remove the size request of a widget (Python, Gtk3)

    I want to fit some text in a label. I almost managed to do it: when I enlarge the window, I add some "<big>" tags to the label and the text enlarges with the window. But if I try to shrink the window, the size-request of the label doesn't let me do it. The label is updated many times a second, so if I try to set a custom size request every time I apply a new label, the window will shrink and enlarge if i try to shrink it.
    What I want to do is removing the size request, without word wrapping and other things like this: I just want let the label go out of the window.

    Sorry for my English...

    Thanks
    Last edited by davidedepau1996; May 28th, 2012 at 06:15 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •