ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageButton lacking frame_padding overload

krulci opened this issue · comments

I can't seem to find the overload frame_padding as described in this thread:
ocornut/imgui#1254 (comment)
I am essentially trying to put an image in a cell of a table and make it selectable.
As it seems like you can only put string in selectable so I am looking at ImageButton.
But ImageButton come with default padding which I would like to remove