2001-05-04 Michael Natterer <mitch@gimp.org> * configure.in * devel-docs/Makefile.am * devel-docs/libgimpcolor/* * devel-docs/libgimpmath/* * devel-docs/libgimpwidgets/*: added new gtk-doc modules for libgimpcolor, libgimpmath and libgimpwidgets. Moved existing documentation from the old files to the new templates. * devel-docs/libgimp/*: regenerated all files and removed the stuff which is in the new modules now. * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.[ch]: some documentation fixes. * po-libgimp/Makefile.in.in * po-plug-ins/Makefile.in.in * po-script-fu/Makefile.in.in: updated.
47 lines
883 B
Plaintext
47 lines
883 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GimpPixmap
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Widget which creates a #GtkPixmap from XPM data.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Widget which creates a #GtkPixmap from XPM data.
|
|
</para>
|
|
<para>
|
|
Use this widget instead of #GtkPixmap if you don't want to worry about
|
|
the parent container's "realized" state.
|
|
</para>
|
|
<para>
|
|
Note that the drawback of the easy interface is that the actual #GdkPixmap
|
|
and it's mask have to be constructed every time you call gimp_pixmap_new()
|
|
and cannot be cached in memory without doing bad hacks.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
gimp_pixmap_button_new()
|
|
</para>
|
|
<para>
|
|
#GtkPixmap
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_pixmap_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@xpm_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_pixmap_set ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@pixmap:
|
|
@xpm_data:
|
|
|
|
|