Euphoria
layoutcontainer.h File Reference
#include <memory>
#include "base/rect.h"
#include "base/size2.h"
#include "gui/container.h"

Go to the source code of this file.

Classes

struct  eu::gui::LayoutContainer
 

Namespaces

 eu
 
 eu::gui
 

Functions

std::shared_ptr< Layout > eu::gui::create_table_layout (const std::vector< bool > &expandable_rows, const std::vector< bool > &expandable_cols, float combined_padding)
 
std::shared_ptr< Layout > eu::gui::create_single_row_layout (float padding)