mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-26 21:08:40 +00:00
[cimgui 1.53.1] Add ImGuiCol::DragDropTarget
This commit is contained in:
parent
5bf3eff812
commit
b7bb27fdbd
@ -83,6 +83,7 @@ pub enum ImGuiCol {
|
|||||||
PlotHistogramHovered,
|
PlotHistogramHovered,
|
||||||
TextSelectedBg,
|
TextSelectedBg,
|
||||||
ModalWindowDarkening,
|
ModalWindowDarkening,
|
||||||
|
DragDropTarget,
|
||||||
}
|
}
|
||||||
impl ImGuiCol {
|
impl ImGuiCol {
|
||||||
#[deprecated(since = "0.0.19", note = "ComboBg has been merged with PopupBg. Please use PopupBg instead")]
|
#[deprecated(since = "0.0.19", note = "ComboBg has been merged with PopupBg. Please use PopupBg instead")]
|
||||||
@ -133,11 +134,12 @@ impl ImGuiCol {
|
|||||||
PlotHistogramHovered,
|
PlotHistogramHovered,
|
||||||
TextSelectedBg,
|
TextSelectedBg,
|
||||||
ModalWindowDarkening,
|
ModalWindowDarkening,
|
||||||
|
DragDropTarget,
|
||||||
];
|
];
|
||||||
values
|
values
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pub const ImGuiCol_COUNT: usize = 42;
|
pub const ImGuiCol_COUNT: usize = 43;
|
||||||
|
|
||||||
/// A variable identifier for styling
|
/// A variable identifier for styling
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user