groupbox_new 27 lib/widget/groupbox.h WGroupbox *groupbox_new (int y, int x, int height, int width, const char *title); groupbox_new 300 lib/widget/quick.c g = groupbox_new (++y, x, 1, len + 4, quick_widget->u.groupbox.title); groupbox_new 378 src/editor/spell.c group_add_widget (g, groupbox_new (4, 2, sug_dlg_h - 5, 25, _ ("Suggest"))); groupbox_new 336 src/filemanager/chmod.c group_add_widget (g, groupbox_new (PY, PX, BUTTONS_PERM + 2, perm_gb_len, _ ("Permission"))); groupbox_new 345 src/filemanager/chmod.c file_gb = groupbox_new (PY, PX + perm_gb_len + 1, BUTTONS_PERM + 2, file_gb_len, _ ("File")); groupbox_new 201 src/filemanager/chown.c group_add_widget (g, groupbox_new (2, 3, GH, GW, _ ("User name"))); groupbox_new 212 src/filemanager/chown.c group_add_widget (g, groupbox_new (2, 4 + GW, GH, GW, _ ("Group name"))); groupbox_new 223 src/filemanager/chown.c group_add_widget (g, groupbox_new (2, 5 + GW * 2, GH, GW, _ ("File"))); groupbox_new 781 src/filemanager/hotlist.c hotlist_group = groupbox_new (y, UX, lines - 10 + dh, cols - 2 * UX, _ ("Top level group")); groupbox_new 805 src/filemanager/hotlist.c path_box = groupbox_new (y, UX, 3, hotlist_widget->rect.cols, _ ("Directory path")); groupbox_new 851 src/filemanager/hotlist.c movelist_group = groupbox_new (y, UX, lines - 7, cols - 2 * UX, _ ("Directory label")); groupbox_new 563 src/filemanager/layout.c group_add_widget (g, groupbox_new (2, 3, 6, l1, title1)); groupbox_new 590 src/filemanager/layout.c w = WIDGET (groupbox_new (8, 3, 3, l1, title2)); groupbox_new 606 src/filemanager/layout.c group_add_widget (g, groupbox_new (2, 4 + l1, 9, l1, title3)); groupbox_new 218 src/filemanager/listmode.c add_widget (listmode_dlg, groupbox_new (UY, UX, 4, 63, "General options")); groupbox_new 219 src/filemanager/listmode.c add_widget (listmode_dlg, groupbox_new (UY + 4, UX, 11, 18, "Items")); groupbox_new 220 src/filemanager/listmode.c add_widget (listmode_dlg, groupbox_new (UY + 4, UX + 20, 11, 43, "Item options")); groupbox_new 206 src/filemanager/panelize.c group_add_widget (g, groupbox_new (y++, UX, 12, panelize_cols - UX * 2, ""));