backend-infra-engineer: Pre-0.2.2 2024 Q1 snapshot
This commit is contained in:
@@ -9,6 +9,22 @@ namespace yaze {
|
||||
namespace app {
|
||||
namespace gui {
|
||||
|
||||
void BeginWindowWithDisplaySettings(const char* id, bool* active,
|
||||
const ImVec2& size = ImVec2(0, 0),
|
||||
ImGuiWindowFlags flags = 0);
|
||||
|
||||
void EndWindowWithDisplaySettings();
|
||||
|
||||
void BeginPadding(int i);
|
||||
void EndPadding();
|
||||
|
||||
void BeginNoPadding();
|
||||
void EndNoPadding();
|
||||
|
||||
void BeginChildWithScrollbar(const char *str_id);
|
||||
|
||||
void BeginChildBothScrollbars(int id);
|
||||
|
||||
void DrawDisplaySettings(ImGuiStyle* ref = nullptr);
|
||||
|
||||
void TextWithSeparators(const absl::string_view& text);
|
||||
|
||||
Reference in New Issue
Block a user