12 lines
158 B
C++
12 lines
158 B
C++
#include <psemek/ui/asymmetric.hpp>
|
|
|
|
namespace psemek::ui
|
|
{
|
|
|
|
void asymmetric::set_width_first(bool value)
|
|
{
|
|
width_first_ = value;
|
|
post_reshape();
|
|
}
|
|
|
|
}
|