add contribution information
This commit is contained in:
parent
18d2e2a84f
commit
18ba5cb2db
@ -8,6 +8,8 @@
|
|||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*
|
*
|
||||||
* @file: nana/gui/msgbox.hpp
|
* @file: nana/gui/msgbox.hpp
|
||||||
|
* @Contributors
|
||||||
|
* James Bremner
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <nana/gui.hpp>
|
#include <nana/gui.hpp>
|
||||||
@ -1281,6 +1283,8 @@ namespace nana
|
|||||||
verifier_ = std::move(verifier);
|
verifier_ = std::move(verifier);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Inputbox set minimum width entry field(https://github.com/cnjinhao/nana/pull/234)
|
||||||
|
//Contributed by James Bremner
|
||||||
void inputbox::min_width_entry_field( int pixels )
|
void inputbox::min_width_entry_field( int pixels )
|
||||||
{
|
{
|
||||||
// don't let the entry fields vanish entirely
|
// don't let the entry fields vanish entirely
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user