From b37ef41e2b8e46f6cf0dfb9185d9ddb01dccfe07 Mon Sep 17 00:00:00 2001 From: Martin Dias Date: Thu, 19 Oct 2023 00:24:40 -0300 Subject: [PATCH] Add NewTools inspector tab --- .../AeCairoOpaqueGlyphArray.extension.st | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Alexandrie-NewTools/AeCairoOpaqueGlyphArray.extension.st diff --git a/src/Alexandrie-NewTools/AeCairoOpaqueGlyphArray.extension.st b/src/Alexandrie-NewTools/AeCairoOpaqueGlyphArray.extension.st new file mode 100644 index 0000000..15d5900 --- /dev/null +++ b/src/Alexandrie-NewTools/AeCairoOpaqueGlyphArray.extension.st @@ -0,0 +1,8 @@ +Extension { #name : #AeCairoOpaqueGlyphArray } + +{ #category : #'*Alexandrie-NewTools' } +AeCairoOpaqueGlyphArray >> inspectionOfGlyphs: aBuilder [ + + + ^ self asExternalStructure inspectionItems: aBuilder +]