Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Class Gdk.Pixmap

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkPixmap
Class : Pixmap
Extends: Gdk.Drawable
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.cairo_set_source_pixmap (Context cr, Pixmap pixmap, Number pixmap_x, Number pixmap_y) : none
Sets the given pixmap as the source pattern for the Cairo context.
Gdk
Method
Gdk.offscreen_window_get_pixmap (Window window) : Gdk.Pixmap
Gets the offscreen pixmap that an offscreen window renders into.
Gdk
Method
Gdk.pixbuf_render_pixmap_and_mask (Pixbuf pixbuf, Pixmap pixmap_return, Bitmap mask_return, Number alpha_threshold) : none
Creates a pixmap and a mask bitmap which are returned in the pixmap_return and mask_return arguments, respectively, and renders a pixbuf and its corresponding thresholded alpha mask to them.
Gdk
Method
Gdk.pixbuf_render_pixmap_and_mask_for_colormap (Pixbuf pixbuf, Colormap colormap, Pixmap pixmap_return, Bitmap mask_return, Number alpha_threshold) : none
Creates a pixmap and a mask bitmap which are returned in the pixmap_return and mask_return arguments, respectively, and renders a pixbuf and its corresponding tresholded alpha mask to them.
Gdk.Cursor
Method
new Gdk.Cursor.from_pixmap (Pixmap source, Pixmap mask, Color fg, Color bg, Number x, Number y) : Gdk.Cursor
Create a new Gdk.Cursor
Gdk.GC
Method
set_tile (Pixmap tile) : none
Set a tile pixmap for a graphics context.
Gdk.GC
Method
set_stipple (Pixmap stipple) : none
Set the stipple bitmap for a graphics context.
Gdk.Window
Method
set_back_pixmap (Pixmap pixmap, Boolean parent_relative) : none
Sets the background pixmap of window.
Gdk.Window
Method
set_icon (Window icon_window, Pixmap pixmap, Bitmap mask) : none
Sets the icon of window as a pixmap or window.
Gtk
Method
Gtk.drag_set_default_icon (Colormap colormap, Pixmap pixmap, Bitmap mask, Number hot_x, Number hot_y) : none
Changes the default drag icon.
Gtk
Method
Gtk.drag_set_icon_pixmap (DragContext context, Colormap colormap, Pixmap pixmap, Bitmap mask, Number hot_x, Number hot_y) : none
Sets pixmap as the icon for a given drag.
Gtk
Method
Gtk.drag_source_set_icon (Widget widget, Colormap colormap, Pixmap pixmap, Bitmap mask) : none
Sets the icon that will be used for drags from a particular widget from a pixmap/mask.
Gtk.CList
Method
set_pixmap (Number row, Number column, Pixmap pixmap, Bitmap mask) : none
Gtk.CList
Method
get_pixmap (Number row, Number column, Pixmap pixmap, Bitmap mask) : Number
Gtk.CList
Method
set_pixtext (Number row, Number column, String text, Number spacing, Pixmap pixmap, Bitmap mask) : none
Gtk.CList
Method
get_pixtext (Number row, Number column, Array text, String spacing, Pixmap pixmap, Bitmap mask) : Number
Gtk.CTree
Method
insert_node (CTreeNode parent, CTreeNode sibling, String text, Number spacing, Pixmap pixmap_closed, Bitmap mask_closed, Pixmap pixmap_opened, Bitmap mask_opened, Boolean is_leaf, Boolean expanded) : Gtk.CTreeNode
Gtk.CTree
Method
node_set_pixmap (CTreeNode node, Number column, Pixmap pixmap, Bitmap mask) : none
Gtk.CTree
Method
node_set_pixtext (CTreeNode node, Number column, String text, Number spacing, Pixmap pixmap, Bitmap mask) : none
Gtk.CTree
Method
set_node_info (CTreeNode node, String text, Number spacing, Pixmap pixmap_closed, Bitmap mask_closed, Pixmap pixmap_opened, Bitmap mask_opened, Boolean is_leaf, Boolean expanded) : none
Gtk.CTree
Method
node_get_pixmap (CTreeNode node, Number column, Pixmap pixmap, Bitmap mask) : Boolean
Gtk.CTree
Method
node_get_pixtext (CTreeNode node, Number column, Array text, String spacing, Pixmap pixmap, Bitmap mask) : Boolean
Gtk.CTree
Method
get_node_info (CTreeNode node, Array text, String spacing, Pixmap pixmap_closed, Bitmap mask_closed, Pixmap pixmap_opened, Bitmap mask_opened, Object out_values) : Boolean
Gtk.IconView
Method
create_drag_icon (TreePath path) : Gdk.Pixmap
Creates a GdkPixmap representation of the item at path.
Gtk.Image
Property
mask : Gdk.Pixmap
Gtk.Image
Property
pixmap : Gdk.Pixmap
Gtk.Image
Method
new Gtk.Image.from_pixmap (Pixmap pixmap, Bitmap mask) : Gtk.Image
Create a new Gtk.Image
Gtk.Image
Method
set_from_pixmap (Pixmap pixmap, Bitmap mask) : none
See gtk_image_new_from_pixmap() for details.
Gtk.Image
Method
get_pixmap () : Object
Gets the pixmap and mask being displayed by the GtkImage.
Gtk.OffscreenWindow
Method
get_pixmap () : Gdk.Pixmap
Retrieves a snapshot of the contained widget in the form of a GdkPixmap.
Gtk.Pixmap
Method
new Gtk.Pixmap.c_new (Pixmap pixmap, Bitmap mask) : Gtk.Pixmap
Create a new Gtk.Pixmap
Gtk.Pixmap
Method
set (Pixmap val, Bitmap mask) : none
Gtk.Pixmap
Method
get (Pixmap val, Bitmap mask) : none
Gtk.TextTag
Property
background_stipple : Gdk.Pixmap
Gtk.TextTag
Property
foreground_stipple : Gdk.Pixmap
Gtk.TreeView
Method
create_row_drag_icon (TreePath path) : Gdk.Pixmap
Creates a GdkPixmap representation of the row at path.
Gtk.Widget
Method
get_snapshot (Rectangle clip_rect) : Gdk.Pixmap
Create a GdkPixmap of the contents of the widget and its children.
PanelApplet.PanelApplet
Signal
change_background (PanelApplet self, BackgroundType object, Color p0, Pixmap p1) : none
PanelApplet.PanelApplet
Method
get_background (Color color, Pixmap pixmap) : PanelApplet.BackgroundType
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:24 GMT+0800 (HKT)