Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.Bitmap

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkBitmap
Struct : Bitmap
  Show / Hide Inherited methods, properties and signals
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.bitmap_create_from_data (Drawable drawable, String data, Number width, Number height) : Gdk.Bitmap
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
Method
Gdk.pixbuf_render_threshold_alpha (Pixbuf pixbuf, Bitmap bitmap, Number src_x, Number src_y, Number dest_x, Number dest_y, Number width, Number height, Number alpha_threshold) : none
Takes the opacity values in a rectangular portion of a pixbuf and thresholds them to produce a bi-level alpha mask that can be used as a clipping mask for a drawable.
Gdk.GC
Method
set_clip_mask (Bitmap mask) : none
Sets the clip mask for a graphics context from a bitmap.
Gdk.PangoAttrStipple
Method
new Gdk.PangoAttrStipple.c_new (Bitmap stipple) : Gdk.PangoAttrStipple
Create a new Gdk.PangoAttrStipple
Gdk.PangoRenderer
Method
set_stipple (RenderPart part, Bitmap stipple) : none
Sets the stipple for one render part (foreground, background, underline, etc.
Gdk.Pixmap
Method
Gdk.Pixmap.colormap_create_from_xpm (Drawable drawable, Colormap colormap, Bitmap mask, Color transparent_color, String filename) : Gdk.Pixmap
Create a pixmap from a XPM file using a particular colormap.
Gdk.Pixmap
Method
Gdk.Pixmap.colormap_create_from_xpm_d (Drawable drawable, Colormap colormap, Bitmap mask, Color transparent_color, Array data) : Gdk.Pixmap
Create a pixmap from data in XPM format using a particular colormap.
Gdk.Window
Method
shape_combine_mask (Bitmap mask, Number x, Number y) : none
Applies a shape mask to window.
Gdk.Window
Method
input_shape_combine_mask (Bitmap mask, Number x, Number y) : none
Like gdk_window_shape_combine_mask(), but the shape applies only to event handling.
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.Image
Method
new Gtk.Image.from_pixmap (Pixmap pixmap, Bitmap mask) : Gtk.Image
Create a new Gtk.Image
Gtk.Image
Method
new Gtk.Image.from_image (Image image, 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
set_from_image (Image gdk_image, Bitmap mask) : none
See gtk_image_new_from_image() for details.
Gtk.Image
Method
get_pixmap () : Object
Gets the pixmap and mask being displayed by the GtkImage.
Gtk.Image
Method
get_image () : Object
Gets the GdkImage and mask being displayed by the GtkImage.
Gtk.Image
Method
set (Image val, Bitmap mask) : none
Sets the GtkImage.
Gtk.Image
Method
get (Image val, Bitmap mask) : none
Gets the GtkImage.
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.Widget
Method
shape_combine_mask (Bitmap shape_mask, Number offset_x, Number offset_y) : none
Sets a shape for this widget's GDK window.
Gtk.Widget
Method
input_shape_combine_mask (Bitmap shape_mask, Number offset_x, Number offset_y) : none
Sets an input shape for this widget's GDK window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:24 GMT+0800 (HKT)