mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-23 19:38:27 +00:00
[cimgui 1.53.1] Add binding to igShowStyleSelector and igShowFontSelector
This commit is contained in:
parent
20d40f0e01
commit
4eef43f62b
@ -954,6 +954,8 @@ extern "C" {
|
|||||||
pub fn igShowDemoWindow(opened: *mut bool);
|
pub fn igShowDemoWindow(opened: *mut bool);
|
||||||
pub fn igShowMetricsWindow(opened: *mut bool);
|
pub fn igShowMetricsWindow(opened: *mut bool);
|
||||||
pub fn igShowStyleEditor(style: *mut ImGuiStyle);
|
pub fn igShowStyleEditor(style: *mut ImGuiStyle);
|
||||||
|
pub fn igShowStyleSelector(label: *const c_char);
|
||||||
|
pub fn igShowFontSelector(label: *const c_char);
|
||||||
pub fn igShowUserGuide();
|
pub fn igShowUserGuide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user