Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkBitmap |
Struct : | Bitmap |
Show / Hide Inherited methods, properties and signals |
None |
None |
None |
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 |
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 |
Applies a shape mask to window.
|
Gdk.Window
Method |
Like gdk_window_shape_combine_mask(), but the shape applies only to event handling.
|
Gdk.Window
Method |
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 |
Sets the icon that will be used for drags from a particular widget from a pixmap/mask.
|
Gtk.CList
Method |
|
Gtk.CList
Method |
|
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 |
|
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 |
|
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 |
Create a new Gtk.Image
|
Gtk.Image
Method |
Create a new Gtk.Image
|
Gtk.Image
Method |
See gtk_image_new_from_pixmap() for details.
|
Gtk.Image
Method |
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 |
Sets the GtkImage.
|
Gtk.Image
Method |
Gets the GtkImage.
|
Gtk.Pixmap
Method |
Create a new Gtk.Pixmap
|
Gtk.Pixmap
Method |
|
Gtk.Pixmap
Method |
|
Gtk.Widget
Method |
Sets a shape for this widget's GDK window.
|
Gtk.Widget
Method |
Sets an input shape for this widget's GDK window.
|