MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / gtk_entry_focused

Function gtk_entry_focused

modules/piu/PC/lin/piuField.c:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static gboolean gtk_entry_focused(GtkWidget *widget, GdkEvent *event, gpointer user_data)
105{
106 PiuField* self = (PiuField*)user_data;
107 PiuApplication* application = (*self)->application;
108 PiuApplicationSetFocus(application, self);
109 return FALSE;
110}
111
112void PiuFieldBind(void* it, PiuApplication* application, PiuView* view)
113{

Callers

nothing calls this directly

Calls 1

PiuApplicationSetFocusFunction · 0.85

Tested by

no test coverage detected