Revision [32925]
This is an old revision of gtkdialogDocTips9.4 made by zigbert on 2020-07-31 02:47:12.
9.4 Insert empty gap
Static:
<text width-chars="40" height-request="120"><label>" "</label></text>
Dynamic:
(align one button to the left, another to the right)
<hbox space-expand="false" space-fill="false"> <button yes></button> <hbox space-expand="true" space-fill="true"><text><label>" "</label></text></hbox> <button no></button> </hbox>