Revision [32964]
This is an old revision of gtkdialogDocTips9.15 made by zigbert on 2020-08-04 21:38:00.
9.14 Checkbox with image
This example shows how to add an image beside the label of a checkbox. Be aware that this technique only works for gtk stock-items.
<checkbox use-stock="true" label="gtk-fullscreen" image-position="1" tooltip-text="checkbox derives from button ..."> </checkbox> <button use-stock="true" label="gtk-quit"> </button>