From f1d83dddc216663ea79b48755b1d83318ccf8ae9 Mon Sep 17 00:00:00 2001 From: gucio321 Date: Tue, 3 Dec 2024 17:04:58 +0100 Subject: [PATCH] linting --- ClickableWidgets.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ClickableWidgets.go b/ClickableWidgets.go index 0538feb7..e6e6704d 100644 --- a/ClickableWidgets.go +++ b/ClickableWidgets.go @@ -225,6 +225,7 @@ func ImageButton(texture *Texture) *ImageButtonWidget { } } +// ID allows to manually set widget's id. func (b *ImageButtonWidget) ID(id ID) *ImageButtonWidget { b.id = id return b