iterami
/
Docs.htm
/
common C Projects
/
gtk.c
/void gtk_activate(GtkApplication* app, gpointer data)
Set up in main(), this function handles the "activate" signal by displaying and focusing the already-created window, instead of creating a new one.
Arg
Type
Notes
app
GtkApplication*
The app created via "gtk_application_new()".
data
gpointer
NULL.