Wiki source for gtkdialogDocTips9.4
[[HomePage]] > [[SoftwareIndex|Software Index]] > [[SoftwareDevelopment|Development]] > [[gtkdialog|gtkdialog]] > [[gtkdialogDocTips|Tips and Tricks]]
====9.4 Insert empty gap====
**Static**
Fixed size.
%%(language-ref)
<text width-chars="40" height-request="120"><label>" "</label></text>
%%
**Dynamic**
Align one button to the left, another to the right. Empty gap will fill the rest.
%%(language-ref)
<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>
%%
===@@**#%[[gtkdialogDocTips9.3|❰❰❰ Previous]]#% #%[[gtkdialogDocTips|Index]]#% #%[[gtkdialogDocTips9.5|Next ❱❱❱]]#%**@@===
----
==Categories==
CategoryGtkdialog
====9.4 Insert empty gap====
**Static**
Fixed size.
%%(language-ref)
<text width-chars="40" height-request="120"><label>" "</label></text>
%%
**Dynamic**
Align one button to the left, another to the right. Empty gap will fill the rest.
%%(language-ref)
<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>
%%
===@@**#%[[gtkdialogDocTips9.3|❰❰❰ Previous]]#% #%[[gtkdialogDocTips|Index]]#% #%[[gtkdialogDocTips9.5|Next ❱❱❱]]#%**@@===
----
==Categories==
CategoryGtkdialog