public unsafe static void SetWpfStyle() { ImGuiStyle *pStyle = ImGui.GetStyle(); pStyle->FrameBorderSize = 1.0f; pStyle->FramePadding = new Vector2(7, 5); pStyle->ScrollbarRounding = 0.0f; pStyle->ScrollbarSize = 20.0f; pStyle->WindowRounding = 0.0f; pStyle->TabRounding = 0.0f; pStyle->TabBorderSize = 1.0f; pStyle->WindowMenuButtonPosition = ImGuiDir.Right; SetWpfDarkTheme(); }
public ImGuiStylePtr(ImGuiStyle *nativePtr) => NativePtr = nativePtr;
public abstract void ImGuiStyle_ScaleAllSizes(ImGuiStyle *self, float scale_factor);
public ImGuiStylePtr(IntPtr nativePtr) { NativePtr = (ImGuiStyle *)nativePtr; }
public abstract void igStyleColorsClassic(ImGuiStyle *dst);
public abstract void ImGuiStyle_ImGuiStyle(ImGuiStyle *self);
public abstract void igStyleColorsDark(ImGuiStyle *dst);
public abstract void igStyleColorsLight(ImGuiStyle *dst);
public abstract void igShowStyleEditor(ImGuiStyle * @ref);