Next: , Previous: , Up: Widgets   [Contents]


4.6 Pixmap

The <pixmap></pixmap> defines a static pixmap widget.

4.6.1 <input file></input>

The widget must have an input file defined with the <input file>filename</input> tags. The filename is the graphic image file for the pixmap. Gtkdialog will load this file if it can be opened for read, or will try to find a file with similar name (using the locate utility program) if the file is unreadable.

The next example defines a static pixmap:

<pixmap>
  <input file>help.png</input>
</pixmap>