From: Mikko Rasa Date: Fri, 27 Sep 2019 11:27:49 +0000 (+0300) Subject: Add a progress bar widget X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=commitdiff_plain;h=9f032a71201e6ad964e46a2a06c4003503b7dd54 Add a progress bar widget --- diff --git a/source/panel.cpp b/source/panel.cpp index b4f4f5f..59c363c 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -13,6 +13,7 @@ #include "list.h" #include "panel.h" #include "part.h" +#include "progressbar.h" #include "row.h" #include "slider.h" #include "stack.h" @@ -225,6 +226,7 @@ Panel::Loader::Loader(Panel &p, map &m): register_child_type