refactor
This commit is contained in:
parent
752a26e795
commit
d4a815c8cc
@ -267,7 +267,7 @@ namespace nana
|
|||||||
|
|
||||||
If not called, the default is 100 pixels
|
If not called, the default is 100 pixels
|
||||||
*/
|
*/
|
||||||
void min_width_entry_field( int pixels );
|
void min_width_entry_field( unsigned pixels );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void _m_fetch_args(std::vector<abstract_content*>&);
|
void _m_fetch_args(std::vector<abstract_content*>&);
|
||||||
|
@ -1285,7 +1285,7 @@ namespace nana
|
|||||||
|
|
||||||
//Inputbox set minimum width entry field(https://github.com/cnjinhao/nana/pull/234)
|
//Inputbox set minimum width entry field(https://github.com/cnjinhao/nana/pull/234)
|
||||||
//Contributed by James Bremner
|
//Contributed by James Bremner
|
||||||
void inputbox::min_width_entry_field( int pixels )
|
void inputbox::min_width_entry_field( unsigned pixels )
|
||||||
{
|
{
|
||||||
// don't let the entry fields vanish entirely
|
// don't let the entry fields vanish entirely
|
||||||
if( pixels < 10 )
|
if( pixels < 10 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user