-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There should be a way to make this work safely.
- Loading branch information
Showing
6 changed files
with
328 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<interface> | ||
<requires lib="gtk" version="4.6"/> | ||
<template class="GtkListItem"> | ||
<property name="child"> | ||
<object class="GtkEditableLabel" id="text"> | ||
<style> | ||
<class name="row"/> | ||
</style> | ||
<binding name="text"> | ||
<lookup name="parameter" type="ActivityParameterNodeView"> | ||
<lookup name="item">GtkListItem</lookup> | ||
</lookup> | ||
</binding> | ||
</object> | ||
</property> | ||
</template> | ||
</interface> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.