GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::Gdk::Pixmap(3) User Contributed Perl Documentation Gtk2::Gdk::Pixmap(3)

Gtk2::Gdk::Pixmap - wrapper for GdkPixmap

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

  • $drawable (Gtk2::Gdk::Drawable or undef)
  • $width (integer)
  • $height (integer)
  • $depth (integer)

  • $drawable (Gtk2::Gdk::Drawable or undef) may be undef if $colormap is given
  • $colormap (Gtk2::Gdk::Colormap or undef) GdkColormap to use for the new image; may be undef if $drawable is given.
  • $transparent_color (Gtk2::Gdk::Color or undef) color of pixels that are transparent in the input file. if undef, a default is used.
  • $filename (localized file name)

  • $drawable (Gtk2::Gdk::Drawable or undef) may be undef if $colormap is given
  • $colormap (Gtk2::Gdk::Colormap or undef) GdkColormap to use for the new image; may be undef if $drawable is given.
  • $transparent_color (Gtk2::Gdk::Color or undef) color of pixels that are transparent in the input file. if undef, a default is used.
  • ... (list) of strings, xpm data

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

  • $drawable (Gtk2::Gdk::Drawable)
  • $data (string)
  • $width (integer)
  • $height (integer)
  • $depth (integer)
  • $fg (Gtk2::Gdk::Color)
  • $bg (Gtk2::Gdk::Color)

  • $drawable (Gtk2::Gdk::Drawable)
  • $transparent_color (Gtk2::Gdk::Color or undef)
  • $filename (localized file name)

  • $drawable (Gtk2::Gdk::Drawable) used to determine the colormap and visual of the image.
  • $transparent_color (Gtk2::Gdk::Color or undef) color of pixels that are transparent in the input file. if undef, a default is used.
  • ... (list) of strings, xpm data

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.

$anid (Gtk2::Gdk::NativeWindow)

  • $display (Gtk2::Gdk::Display)
  • $anid (Gtk2::Gdk::NativeWindow)

Since: gtk+ 2.2

  • $screen (Gtk2::Gdk::Screen)
  • $anid (Gtk2::Gdk::NativeWindow)
  • $width (integer)
  • $height (integer)
  • $depth (integer)

Since: gtk+ 2.10

$anid (Gtk2::Gdk::NativeWindow)

  • $display (Gtk2::Gdk::Display)
  • $anid (Gtk2::Gdk::NativeWindow)

Since: gtk+ 2.2

Gtk2, Glib::Object, Gtk2::Gdk::Drawable

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.