groupbox_new       27 lib/widget/groupbox.h WGroupbox *groupbox_new (int y, int x, int height, int width, const char *title);
groupbox_new      303 lib/widget/quick.c             g = groupbox_new (++y, x, 1, len + 4, quick_widget->u.groupbox.title);
groupbox_new      770 src/editor/spell.c     group_add_widget (g, groupbox_new (4, 2, sug_dlg_h - 5, 25, _("Suggest")));
groupbox_new      343 src/filemanager/chmod.c     group_add_widget (g, groupbox_new (PY, PX, BUTTONS_PERM + 2, perm_gb_len, _("Permission")));
groupbox_new      352 src/filemanager/chmod.c     file_gb = groupbox_new (PY, PX + perm_gb_len + 1, BUTTONS_PERM + 2, file_gb_len, _("File"));
groupbox_new      212 src/filemanager/chown.c     group_add_widget (g, groupbox_new (2, 3, GH, GW, _("User name")));
groupbox_new      223 src/filemanager/chown.c     group_add_widget (g, groupbox_new (2, 4 + GW, GH, GW, _("Group name")));
groupbox_new      234 src/filemanager/chown.c     group_add_widget (g, groupbox_new (2, 5 + GW * 2, GH, GW, _("File")));
groupbox_new      790 src/filemanager/hotlist.c     hotlist_group = groupbox_new (y, UX, lines - 10 + dh, cols - 2 * UX, _("Top level group"));
groupbox_new      815 src/filemanager/hotlist.c     path_box = groupbox_new (y, UX, 3, hotlist_widget->rect.cols, _("Directory path"));
groupbox_new      862 src/filemanager/hotlist.c     movelist_group = groupbox_new (y, UX, lines - 7, cols - 2 * UX, _("Directory label"));
groupbox_new      572 src/filemanager/layout.c     group_add_widget (g, groupbox_new (2, 3, 6, l1, title1));
groupbox_new      599 src/filemanager/layout.c         w = WIDGET (groupbox_new (8, 3, 3, l1, title2));
groupbox_new      615 src/filemanager/layout.c     group_add_widget (g, groupbox_new (2, 4 + l1, 9, l1, title3));
groupbox_new      207 src/filemanager/listmode.c     add_widget (listmode_dlg, groupbox_new (UY, UX, 4, 63, "General options"));
groupbox_new      208 src/filemanager/listmode.c     add_widget (listmode_dlg, groupbox_new (UY + 4, UX, 11, 18, "Items"));
groupbox_new      209 src/filemanager/listmode.c     add_widget (listmode_dlg, groupbox_new (UY + 4, UX + 20, 11, 43, "Item options"));
groupbox_new      209 src/filemanager/panelize.c     group_add_widget (g, groupbox_new (y++, UX, 12, panelize_cols - UX * 2, ""));