HomePage > Software Index > Development > gtkdialog > Tips and Tricks

9.9 Set a fixed size of a progressbar


Progressbars are by default rather big, and it's not that easy to redefine the width of them. To do this you have to combine some attributes.

<hbox>
 <vbox>
  <progressbar width-request="100" height-request="20" Expand="no" Fill="no">
   <input>echo 70; echo small bar</input>
  </progressbar>
 </vbox>
</hbox>



Categories
CategoryGtkdialog
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki