Lines Matching refs:width
129 child->widget->requisition.width = 0; in gui_gtk_form_put()
298 attributes.width = allocation.width; in form_realize()
442 requisition->width = 1; in form_size_request()
456 *minimal_width = requisition.width; in form_get_preferred_width()
457 *natural_width = requisition.width; in form_get_preferred_width()
488 && cur_alloc.width == allocation->width in form_size_allocate()
492 need_reposition = cur_alloc.width != allocation->width in form_size_allocate()
513 allocation->width, allocation->height); in form_size_allocate()
516 allocation->width, allocation->height); in form_size_allocate()
691 attributes.width = requisition.width; in form_attach_child_window()
789 requisition.width, in form_position_child()
802 allocation.width = requisition.width; in form_position_child()
836 widget->requisition.width = w; in gui_gtk_form_move_resize()
857 event.width = allocation.width; in form_send_configure()