|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pixmap | |
---|---|
gnu.app.displayhack | Provide display hacks. |
gnu.x11 | Provide X protocols. |
gnu.x11.extension | Provide X extensions. |
gnu.x11.extension.glx | Provide OpenGL(tm) via GLX. |
gnu.x11.extension.render | Provide X Rendering Extension. |
gnu.x11.test | Provide test suits for package gnu.x11 . |
Uses of Pixmap in gnu.app.displayhack |
---|
Fields in gnu.app.displayhack declared as Pixmap | |
---|---|
Pixmap |
Sprites.back_buffer
|
Uses of Pixmap in gnu.x11 |
---|
Fields in gnu.x11 declared as Pixmap | |
---|---|
static Pixmap |
Pixmap.COPY_FROM_PARENT
|
static Pixmap |
Pixmap.NONE
Predefined pixmap. |
static Pixmap |
Pixmap.PARENT_RELATIVE
|
Methods in gnu.x11 with parameters of type Pixmap | |
---|---|
void |
Window.set_background(Pixmap p)
|
void |
Window.Attributes.set_background(Pixmap p)
|
void |
Window.set_border(Pixmap p)
|
void |
Window.Attributes.set_border(Pixmap p)
|
void |
GC.set_clip_mask(Pixmap pixmap)
|
void |
GC.Values.set_clip_mask(Pixmap p)
|
void |
GC.set_stipple(Pixmap pixmap)
|
void |
GC.Values.set_stipple(Pixmap p)
|
void |
GC.set_tile(Pixmap pixmap)
|
void |
GC.Values.set_tile(Pixmap p)
|
Constructors in gnu.x11 with parameters of type Pixmap | |
---|---|
Cursor(Pixmap src,
Pixmap mask,
int source_char,
int mask_char,
int fg_r,
int fg_g,
int fg_b,
int bg_r,
int bg_g,
int bg_b,
int x,
int y)
|
Uses of Pixmap in gnu.x11.extension |
---|
Methods in gnu.x11.extension with parameters of type Pixmap | |
---|---|
void |
Shape.combine_mask(Window dest,
int dest_kind,
int x_offset,
int y_offset,
Pixmap src,
int operation)
|
Uses of Pixmap in gnu.x11.extension.glx |
---|
Constructors in gnu.x11.extension.glx with parameters of type Pixmap | |
---|---|
Pixmap(GLX glx,
int screen_no,
Visual visual,
Pixmap pixmap)
|
Uses of Pixmap in gnu.x11.extension.render |
---|
Methods in gnu.x11.extension.render with parameters of type Pixmap | |
---|---|
void |
Picture.Attributes.set_clip_mask(Pixmap p)
|
Uses of Pixmap in gnu.x11.test |
---|
Fields in gnu.x11.test declared as Pixmap | |
---|---|
Pixmap |
Blend.alpha_pixmap
|
Pixmap |
Blend.color_pixmap
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |