Searched defs:layout_func (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_box.c51 layout_func_t layout_func; member in struct:grub_gui_box
268 self->layout_func (self, 1, 0, 0); /* Relayout the children. */
284 self->layout_func (self, 0, width, height); /* Just calculate the size. */
323 self->layout_func (self, 1, 0, 0); /* Relayout the children. */
380 box_new (layout_func_t layout_func) argument
390 box->layout_func = layout_func;

Completed in 21 milliseconds