The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

HIERARCHY

  Glib::Object
  +----Gtk2::Gdk::Drawable
       +----Gtk2::Gdk::Pixmap
            +----Gtk2::Gdk::Bitmap

Create a pixmap from the provided xpm data, usually included in the program as an inline image. See new_from_xpm_data in Gtk2::Gdk::Pixbuf for a description of the format of this data.

Create a pixmap from the provided xpm data, using a specific colormap. See create_from_xpm_d.