FTXUI/examples/dom
Arthur Sonzogni 456ede70fd Add size(direction, constraint, value).
For example:
============

element
  | size(WIDTH, EQUAL 10);

element
  | size(HEIGHT, GREATER_THAN, 10);

element
  | size(WIDTH, EQUAL, 10)
  | size(HEIGHT, EQUAL, 10)
2019-01-20 23:04:10 +01:00
..
border.cpp Add "frame" : scrollable area. 2019-01-19 22:06:05 +01:00
CMakeLists.txt Add "frame" : scrollable area. 2019-01-19 22:06:05 +01:00
dbox.cpp Add "frame" : scrollable area. 2019-01-19 22:06:05 +01:00
gauge.cpp Flatten the namespaces. 2019-01-12 15:00:08 +01:00
package_manager.cpp Add size(direction, constraint, value). 2019-01-20 23:04:10 +01:00
separator.cpp Flatten the namespaces. 2019-01-12 15:00:08 +01:00
spinner.cpp Add size(direction, constraint, value). 2019-01-20 23:04:10 +01:00
style_blink.cpp Renames examples for style. 2019-01-19 02:24:05 +01:00
style_bold.cpp Renames examples for style. 2019-01-19 02:24:05 +01:00
style_color.cpp Renames examples for style. 2019-01-19 02:24:05 +01:00
style_dim.cpp Renames examples for style. 2019-01-19 02:24:05 +01:00
style_gallery.cpp Flatten the namespaces. 2019-01-12 15:00:08 +01:00
style_inverted.cpp Renames examples for style. 2019-01-19 02:24:05 +01:00
style_underlined.cpp Renames examples for style. 2019-01-19 02:24:05 +01:00
vbox_hbox.cpp Flatten the namespaces. 2019-01-12 15:00:08 +01:00