Revision [32953]
This is an old revision of gtkdialogDocTips9.9 made by zigbert on 2020-08-04 20:19:26.
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>