mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Add lambda expressions
This commit is contained in:
parent
012bdf6843
commit
fc497ac9e6
18 changed files with 247 additions and 80 deletions
|
@ -16,6 +16,7 @@ from .gtk_string_list import Strings
|
|||
from .gtk_styles import Styles
|
||||
from .gtkbuilder_child import Child
|
||||
from .gtkbuilder_template import Template
|
||||
from .lambdas import Lambda
|
||||
from .imports import GtkDirective, Import
|
||||
from .ui import UI
|
||||
from .values import IdentValue, TranslatedStringValue, FlagsValue, LiteralValue
|
||||
|
@ -47,4 +48,5 @@ VALUE_HOOKS.children = [
|
|||
FlagsValue,
|
||||
IdentValue,
|
||||
LiteralValue,
|
||||
Lambda,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue