listbox header font
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include <nana/gui/widgets/widget.hpp>
|
||||
#include <nana/gui/detail/events_operation.hpp>
|
||||
|
||||
#include "../../source/detail/platform_abstraction.hpp"
|
||||
|
||||
namespace nana
|
||||
{
|
||||
//restrict
|
||||
@@ -1466,5 +1468,10 @@ namespace API
|
||||
|
||||
return{};
|
||||
}
|
||||
|
||||
unsigned screen_dpi(bool x_requested)
|
||||
{
|
||||
return ::nana::platform_abstraction::screen_dpi(x_requested);
|
||||
}
|
||||
}//end namespace API
|
||||
}//end namespace nana
|
||||
|
||||
Reference in New Issue
Block a user