gtk-demo: Add a demo for path ops

This demo is called Glyphs, since that is what
it works with.
This commit is contained in:
Matthias Clasen
2023-06-14 07:26:18 -04:00
parent b32a16880a
commit 2a740e31ef
3 changed files with 1188 additions and 0 deletions

View File

@@ -294,6 +294,7 @@
<file>gears.c</file>
<file>gestures.c</file>
<file>glarea.c</file>
<file>glyphs.c</file>
<file>gltransition.c</file>
<file>headerbar.c</file>
<file>hypertext.c</file>

1186
demos/gtk-demo/glyphs.c Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -34,6 +34,7 @@ demos = files([
'gestures.c',
'glarea.c',
'gltransition.c',
'glyphs.c',
'headerbar.c',
'hypertext.c',
'iconscroll.c',