Minor improvement display timeline

This commit is contained in:
brunoherbelin
2020-08-07 18:36:40 +02:00
parent 98f9f4a225
commit c829e5a40c
3 changed files with 69 additions and 17 deletions

View File

@@ -30,7 +30,9 @@ namespace ImGuiToolkit
bool TimelineSlider (const char* label, guint64 *time, guint64 duration, guint64 step, float scale = 1.f);
bool TimelineSliderEdit (const char* label, guint64 *time, guint64 duration, guint64 step,
std::list<std::pair<guint64, guint64> >& segments);
bool InvisibleSliderInt(const char* label, uint *index, int min, int max, ImVec2 size);
// fonts from ressources 'fonts/'
typedef enum {
FONT_DEFAULT =0,