libui-ng
A portable GUI library for C
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
uiGrid Member List

This is the complete list of members for uiGrid, including all inherited members.

DestroyuiControl
DisableuiControl
EnableuiControl
EnableduiControl
HandleuiControl
HideuiControl
OSSignatureuiControl
ParentuiControl
SetParentuiControl
ShowuiControl
SignatureuiControl
TopleveluiControl
TypeSignatureuiControl
uiAllocControl(size_t n, uint32_t OSsig, uint32_t typesig, const char *typenamestr)uiControl
uiControlDestroy(uiControl *c)uiControl
uiControlDisable(uiControl *c)uiControl
uiControlEnable(uiControl *c)uiControl
uiControlEnabled(uiControl *c)uiControl
uiControlEnabledToUser(uiControl *c)uiControl
uiControlHandle(uiControl *c)uiControl
uiControlHide(uiControl *c)uiControl
uiControlParent(uiControl *c)uiControl
uiControlSetParent(uiControl *c, uiControl *parent)uiControl
uiControlShow(uiControl *c)uiControl
uiControlToplevel(uiControl *c)uiControl
uiControlVerifySetParent(uiControl *c, uiControl *parent)uiControl
uiControlVisible(uiControl *c)uiControl
uiFreeControl(uiControl *c)uiControl
uiGridAppend(uiGrid *g, uiControl *c, int left, int top, int xspan, int yspan, int hexpand, uiAlign halign, int vexpand, uiAlign valign)uiGrid
uiGridInsertAt(uiGrid *g, uiControl *c, uiControl *existing, uiAt at, int xspan, int yspan, int hexpand, uiAlign halign, int vexpand, uiAlign valign)uiGrid
uiGridPadded(uiGrid *g)uiGrid
uiGridSetPadded(uiGrid *g, int padded)uiGrid
uiNewGrid(void)uiGrid
VisibleuiControl