forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.pxd
More file actions
9 lines (8 loc) · 383 Bytes
/
linux.pxd
File metadata and controls
9 lines (8 loc) · 383 Bytes
1
2
3
4
5
6
7
8
9
# 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)