]> git.ipfire.org Git - thirdparty/newt.git/commit - button.c
1) got scrollbars working w/ gridded text widgets
authorewt <ewt>
Fri, 6 Mar 1998 14:33:04 +0000 (14:33 +0000)
committerewt <ewt>
Fri, 6 Mar 1998 14:33:04 +0000 (14:33 +0000)
commit8f52cd471df10b5de73d22fa5a38c9d7d7761145
treee03df9f6a8aad54bc01b357c6cac6f2ebad46c94
parent11e3bf5e830a26d5ba28dd9b23bdc83559a33e9c
1) got scrollbars working w/ gridded text widgets
2) added mapped method to components (mandatory)
3) made placed component method mandatory
4) added newtGrid[VH]CloseStacked()
5) added newtGridBasicWindow()
6) made newtGrid[VH]Stacked() not set GROWX flag for any fields
14 files changed:
button.c
checkbox.c
entry.c
form.c
grid.c
label.c
listbox.c
newt.c
newt.h
newt_pr.h
scale.c
scrollbar.c
textbox.c
windows.c