0.2.0
Loading...
Searching...
No Matches
Splitter.hpp
Go to the documentation of this file.
1// This file is part of INSTINCT, the INS Toolkit for Integrated
2// Navigation Concepts and Training by the Institute of Navigation of
3// the University of Stuttgart, Germany.
4//
5// This Source Code Form is subject to the terms of the Mozilla Public
6// License, v. 2.0. If a copy of the MPL was not distributed with this
7// file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
13
14#pragma once
15
16namespace NAV::gui::widgets
17{
28bool Splitter(const char* str_id, bool split_vertically, float thickness,
29 float* size1, float* size2,
30 float min_size1, float min_size2,
31 float splitter_long_axis_size = -1.0F);
32
33} // namespace NAV::gui::widgets
bool Splitter(const char *str_id, bool split_vertically, float thickness, float *size1, float *size2, float min_size1, float min_size2, float splitter_long_axis_size=-1.0F)
Vertical or horizontal Screen Divider.