#include "gui/widgets/widget_helpers.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/widgets/grid.hpp"
#include <cassert>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
Functions | |
void | gui2::swap_grid (grid *g, grid *content_grid, std::unique_ptr< widget > widget, const std::string &id) |
Swaps an item in a grid for another one. More... | |