23 #ifndef __GTK_WIN32_EMBED_H__
24 #define __GTK_WIN32_EMBED_H__
28 #define GTK_WIN32_EMBED_PROTOCOL_VERSION 1
71 #define GTK_WIN32_EMBED_FOCUS_CURRENT 0
72 #define GTK_WIN32_EMBED_FOCUS_FIRST 1
73 #define GTK_WIN32_EMBED_FOCUS_LAST 2
78 #define GTK_WIN32_EMBED_FOCUS_WRAPAROUND (1 << 0)
void _gtk_win32_embed_send(GdkWindow *recipient, GtkWin32EmbedMessageType message, WPARAM wparam, LPARAM lparam)
guint _gtk_win32_embed_message_type(GtkWin32EmbedMessageType type)
void _gtk_win32_embed_push_message(MSG *msg)
gboolean _gtk_win32_embed_get_focus_wrapped(void)
void _gtk_win32_embed_pop_message(void)
void _gtk_win32_embed_send_focus_message(GdkWindow *recipient, GtkWin32EmbedMessageType message, WPARAM wparam)
@ GTK_WIN32_EMBED_FOCUS_IN
@ GTK_WIN32_EMBED_FOCUS_NEXT
@ GTK_WIN32_EMBED_MODALITY_ON
@ GTK_WIN32_EMBED_MODALITY_OFF
@ GTK_WIN32_EMBED_FOCUS_PREV
@ GTK_WIN32_EMBED_REQUEST_FOCUS
@ GTK_WIN32_EMBED_EVENT_PLUG_MAPPED
@ GTK_WIN32_EMBED_GRAB_KEY
@ GTK_WIN32_EMBED_WINDOW_ACTIVATE
@ GTK_WIN32_EMBED_WINDOW_DEACTIVATE
@ GTK_WIN32_EMBED_UNGRAB_KEY
@ GTK_WIN32_EMBED_PLUG_RESIZED
@ GTK_WIN32_EMBED_FOCUS_OUT
@ GTK_WIN32_EMBED_PARENT_NOTIFY
void _gtk_win32_embed_set_focus_wrapped(void)