button_get_width  219 lib/widget/button.c     r.cols = button_get_width (b);
button_get_width  254 lib/widget/button.c     w->rect.cols = button_get_width (b);
button_get_width   50 lib/widget/button.h int button_get_width (const WButton *b);
button_get_width  268 lib/widget/wtools.c             win_width += button_get_width (button) + 1;
button_get_width  303 lib/widget/wtools.c             cols += button_get_width (button) + 1;
button_get_width  351 src/editor/spell.c     replace_width = button_get_width (replace_btn);
button_get_width  353 src/editor/spell.c     skip_width = button_get_width (skip_btn);
button_get_width  355 src/editor/spell.c     cancel_width = button_get_width (cancel_button);
button_get_width  780 src/filemanager/achown.c         WIDGET (b)->rect.x = WIDGET (ch_dlg)->rect.cols / 2 - button_get_width (b);
button_get_width 1022 src/filemanager/chattr.c         const int bw0 = button_get_width (BUTTON (chattr_but[i].button));
button_get_width 1029 src/filemanager/chattr.c         const int bw1 = button_get_width (BUTTON (chattr_but[i].button));
button_get_width  365 src/filemanager/chmod.c         WIDGET (b)->rect.x = WIDGET (ch_dlg)->rect.cols / 2 - button_get_width (b);
button_get_width  179 src/filemanager/chown.c         blen += button_get_width (chown_but[i].button) + 1;
button_get_width  188 src/filemanager/chown.c         x += button_get_width (chown_but[i].button) + 1;
button_get_width  969 src/filemanager/filegui.c         progress_buttons[0].width = button_get_width (BUTTON (progress_buttons[0].w));
button_get_width  975 src/filemanager/filegui.c         progress_buttons[1].width = button_get_width (BUTTON (progress_buttons[1].w));
button_get_width  983 src/filemanager/filegui.c         progress_buttons[2].width = button_get_width (BUTTON (progress_buttons[2].w));
button_get_width  992 src/filemanager/filegui.c         progress_buttons[3].width = button_get_width (BUTTON (progress_buttons[3].w));
button_get_width  235 src/filemanager/panelize.c         x += button_get_width (b) + 1;
button_get_width  338 src/learn.c        const int bw0 = button_get_width (bt0);
button_get_width  339 src/learn.c        const int bw1 = button_get_width (bt1);