mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add layouts
This commit is contained in:
parent
cc3ee76dc2
commit
c155ba7b15
3 changed files with 67 additions and 4 deletions
|
@ -243,3 +243,21 @@ on one line. The action and icon are optional.
|
|||
menu {
|
||||
item _("Copy") "app.copy" "copy-symbolic";
|
||||
}
|
||||
|
||||
|
||||
Layout Properties
|
||||
-----------------
|
||||
|
||||
Basic Usage
|
||||
~~~~~~~~~~~
|
||||
|
||||
.. code-block::
|
||||
|
||||
Gtk.Grid {
|
||||
Gtk.Label {
|
||||
layout {
|
||||
row: 0;
|
||||
column: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue