Ardour  8.7-14-g57a6773833
gtkplugprivate.h File Reference

Go to the source code of this file.

Functions

void _gtk_plug_send_delete_event (GtkWidget *widget)
 
void _gtk_plug_add_all_grabbed_keys (GtkPlug *plug)
 
void _gtk_plug_focus_first_last (GtkPlug *plug, GtkDirectionType direction)
 
void _gtk_plug_handle_modality_on (GtkPlug *plug)
 
void _gtk_plug_handle_modality_off (GtkPlug *plug)
 
GdkNativeWindow _gtk_plug_windowing_get_id (GtkPlug *plug)
 
void _gtk_plug_windowing_realize_toplevel (GtkPlug *plug)
 
void _gtk_plug_windowing_map_toplevel (GtkPlug *plug)
 
void _gtk_plug_windowing_unmap_toplevel (GtkPlug *plug)
 
void _gtk_plug_windowing_set_focus (GtkPlug *plug)
 
void _gtk_plug_windowing_add_grabbed_key (GtkPlug *plug, guint accelerator_key, GdkModifierType accelerator_mods)
 
void _gtk_plug_windowing_remove_grabbed_key (GtkPlug *plug, guint accelerator_key, GdkModifierType accelerator_mods)
 
void _gtk_plug_windowing_focus_to_parent (GtkPlug *plug, GtkDirectionType direction)
 
GdkFilterReturn _gtk_plug_windowing_filter_func (GdkXEvent *gdk_xevent, GdkEvent *event, gpointer data)
 

Function Documentation

◆ _gtk_plug_add_all_grabbed_keys()

void _gtk_plug_add_all_grabbed_keys ( GtkPlug plug)

◆ _gtk_plug_focus_first_last()

void _gtk_plug_focus_first_last ( GtkPlug plug,
GtkDirectionType  direction 
)

◆ _gtk_plug_handle_modality_off()

void _gtk_plug_handle_modality_off ( GtkPlug plug)

◆ _gtk_plug_handle_modality_on()

void _gtk_plug_handle_modality_on ( GtkPlug plug)

◆ _gtk_plug_send_delete_event()

void _gtk_plug_send_delete_event ( GtkWidget widget)

◆ _gtk_plug_windowing_add_grabbed_key()

void _gtk_plug_windowing_add_grabbed_key ( GtkPlug plug,
guint  accelerator_key,
GdkModifierType  accelerator_mods 
)

◆ _gtk_plug_windowing_filter_func()

GdkFilterReturn _gtk_plug_windowing_filter_func ( GdkXEvent gdk_xevent,
GdkEvent event,
gpointer  data 
)

◆ _gtk_plug_windowing_focus_to_parent()

void _gtk_plug_windowing_focus_to_parent ( GtkPlug plug,
GtkDirectionType  direction 
)

◆ _gtk_plug_windowing_get_id()

GdkNativeWindow _gtk_plug_windowing_get_id ( GtkPlug plug)

◆ _gtk_plug_windowing_map_toplevel()

void _gtk_plug_windowing_map_toplevel ( GtkPlug plug)

◆ _gtk_plug_windowing_realize_toplevel()

void _gtk_plug_windowing_realize_toplevel ( GtkPlug plug)

◆ _gtk_plug_windowing_remove_grabbed_key()

void _gtk_plug_windowing_remove_grabbed_key ( GtkPlug plug,
guint  accelerator_key,
GdkModifierType  accelerator_mods 
)

◆ _gtk_plug_windowing_set_focus()

void _gtk_plug_windowing_set_focus ( GtkPlug plug)

◆ _gtk_plug_windowing_unmap_toplevel()

void _gtk_plug_windowing_unmap_toplevel ( GtkPlug plug)