Lines Matching refs:y
46 gint y; // relative subwidget y position member
111 gint y) in gui_gtk_form_put() argument
125 child->y = y; in gui_gtk_form_put()
157 gint y) in gui_gtk_form_move() argument
170 child->y = y; in gui_gtk_form_move()
297 attributes.y = allocation.y; in form_realize()
321 attributes.y = 0; in form_realize()
487 && cur_alloc.y == allocation->y in form_size_allocate()
512 allocation->x, allocation->y, in form_size_allocate()
690 attributes.y = child->y; in form_attach_child_window()
751 gint y; in form_position_child() local
754 y = child->y; in form_position_child()
757 (y >= G_MINSHORT) && (y <= G_MAXSHORT)) in form_position_child()
788 x, y, in form_position_child()
794 allocation.y = 0; in form_position_child()
799 allocation.y = y; in form_position_child()
831 gint x, gint y, gint w, gint h) in gui_gtk_form_move_resize() argument
840 gui_gtk_form_move(form, widget, x, y); in gui_gtk_form_move_resize()
856 event.y = allocation.y; in form_send_configure()