Back to Seed Clases

xlib


Classes

Interfaces

Structs

Unions

Enums

Struct xlib.Display

Import line: xlib = imports.gi.xlib;
GIR File: xlib-2.0.gir
C documentation: xlibDisplay
Struct : Display
  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
PangoX
Method
PangoX.font_cache_new (Display display) : PangoX.FontCache
PangoX
Method
PangoX.font_map_for_display (Display display) : Pango.FontMap
PangoX
Method
PangoX.get_context (Display display) : Pango.Context
PangoX
Method
PangoX.load_font (Display display, String spec) : Pango.Font
PangoX
Method
PangoX.render (Display display, Drawable d, GC gc, Font font, GlyphString glyphs, Number x, Number y) : none
PangoX
Method
PangoX.render_layout (Display display, Drawable drawable, GC gc, Layout layout, Number x, Number y) : none
PangoX
Method
PangoX.render_layout_line (Display display, Drawable drawable, GC gc, LayoutLine line, Number x, Number y) : none
PangoX
Method
PangoX.shutdown_display (Display display) : none
PangoXft
Method
PangoXft.get_context (Display display, Number screen) : Pango.Context
Retrieves a PangoContext appropriate for rendering with Xft fonts on the given screen of the given display.
PangoXft
Method
PangoXft.get_font_map (Display display, Number screen) : Pango.FontMap
Returns the PangoXftFontmap for the given display and screen.
PangoXft
Method
PangoXft.picture_render (Display display, Picture src_picture, Picture dest_picture, Font font, GlyphString glyphs, Number x, Number y) : none
Renders a PangoGlyphString onto an Xrender Picture object.
PangoXft
Method
PangoXft.set_default_substitute (Display display, Number screen, Function func, void* data, Function notify) : none
Sets a function that will be called to do final configuration substitution on a FcPattern before it is used to load the font.
PangoXft
Method
PangoXft.shutdown_display (Display display, Number screen) : none
Release any resources that have been cached for the combination of display and screen.
PangoXft
Method
PangoXft.substitute_changed (Display display, Number screen) : none
Call this function any time the results of the default substitution function set with pango_xft_set_default_substitute() change.
PangoXft.Renderer
Method
new PangoXft.Renderer.c_new (Display display, Number screen) : PangoXft.Renderer
Create a new PangoXft.Renderer
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:07 GMT+0800 (HKT)