Revision [32944]
This is an old revision of gtkdialogDocTips9.6 made by zigbert on 2020-08-02 11:52:50.
9.5 Window header icon
You can add your own icon (symlinks also work) if you place it in a gtk-theme directory structure as /usr/share/icons/hicolor/. ie. /usr/share/icons/hicolor/48x48/apps/games48.pngNow, run this command in the terminal to refresh the icon cache;
gtk-update-icon-cache -f -i /usr/share/icons/hicolor
Your gtkdialog code would look like this;
<window title="A GTKDialog" icon-name="games48" resizable="false" decorated="true">