FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cefpython/src/extern/linux.pxd at master · linesight/cefpython · GitHub
linesight
/
cefpython
Public
forked from
cztomczak/cefpython
Notifications
You must be signed in to change notification settings
Fork
2
Star
11
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cefpython
/
src
/
extern
/
linux.pxd
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (29 loc) · 1.32 KB
Breadcrumbs
cefpython
/
src
/
extern
/
linux.pxd
Copy path
File metadata and controls
32 lines (29 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
Copyright (c) 2013 CEF Python, see the Authors file.
#
All rights reserved. Licensed under BSD 3-clause license.
#
Project website: https://github.com/cztomczak/cefpython
cdef extern
from
"
gtk/gtk.h
"
nogil:
ctypedef
void
*
GdkNativeWindow
ctypedef
void
*
GtkWidget
cdef GtkWidget
*
gtk_plug_new(GdkNativeWindow socket_id)
cdef
void
gtk_widget_show(GtkWidget
*
widget)
ctypedef
char
*
XPointer
ctypedef
struct
XImage:
int
width
int
height
int
xoffset
#
number of pixels offset in X direction
int
format
#
XYBitmap, XYPixmap, ZPixmap
char
*
data
#
pointer to image data
int
byte_order
#
data byte order, LSBFirst, MSBFirst
int
bitmap_unit
#
quant. of scanline 8, 16, 32
int
bitmap_bit_order
#
LSBFirst, MSBFirst
int
bitmap_pad
#
8, 16, 32 either XY or ZPixmap
int
depth
#
depth of image
int
bytes_per_line
#
accelerator to next scanline
int
bits_per_pixel
#
bits per pixel (ZPixmap)
unsigned
long
red_mask
#
bits in z arrangement
unsigned
long
green_mask
unsigned
long
blue_mask
XPointer
*
obdata
void
*
funcs
void
XDestroyImage(XImage
*
ximage)
unsigned
long
XGetPixel(XImage
*
image,
int
x,
int
y)
Back
|
FazBrowse Home
|
New Git URL