TRUE);
} else {
gd_grab_pointer(vc);
- gd_update_caption(s);
}
return TRUE;
}
} else {
gd_grab_pointer(vc);
}
- gd_update_caption(vc->s);
return TRUE;
}
GDK_CURRENT_TIME);
#endif
vc->s->kbd_owner = vc;
+ gd_update_caption(vc->s);
trace_gd_grab(vc->label, "kbd", true);
}
#else
gdk_keyboard_ungrab(GDK_CURRENT_TIME);
#endif
+ gd_update_caption(s);
trace_gd_grab(vc->label, "kbd", false);
}
&vc->s->grab_x_root, &vc->s->grab_y_root, NULL);
#endif
vc->s->ptr_owner = vc;
+ gd_update_caption(vc->s);
trace_gd_grab(vc->label, "ptr", true);
}
gtk_widget_get_screen(vc->gfx.drawing_area),
vc->s->grab_x_root, vc->s->grab_y_root);
#endif
+ gd_update_caption(s);
trace_gd_grab(vc->label, "ptr", false);
}
gd_ungrab_pointer(s);
}
- gd_update_caption(s);
gd_update_cursor(vc);
}
if (gd_grab_on_hover(s)) {
gd_grab_keyboard(vc);
- gd_update_caption(s);
}
return TRUE;
}
if (gd_grab_on_hover(s)) {
gd_ungrab_keyboard(s);
- gd_update_caption(s);
}
return TRUE;
}