Home | History | Annotate | Download | only in skin

Lines Matching defs:hover

720     Button*   hover;
727 button->hover = NULL;
1047 Button* hover = button->hover;
1049 if (hover) {
1050 if ( skin_rect_contains( &hover->rect, x, y ) )
1053 hover->down = 0;
1054 skin_window_redraw( window, &hover->rect );
1055 button->hover = NULL;
1058 hover = NULL;
1061 hover = butt;
1067 if (hover != NULL) {
1068 switch (hover->keycode) {
1076 hover = NULL;
1108 hover = NULL;
1112 if (hover != NULL) {
1113 hover->down = 1;
1114 skin_window_redraw( window, &hover->rect );
1115 button->hover = hover;
1689 button = window->button.hover;
1718 window->button.hover = NULL;