gui/widget: add class CHourGlass
Provides an hourglass/snake-loader function to visualize running processes. A template xcf-file for Gimp 2.10 is appended. Feel free to edit.
@@ -3,6 +3,7 @@ SUBDIRS = \
|
||||
filetypes \
|
||||
headers \
|
||||
hints \
|
||||
hourglass \
|
||||
locale \
|
||||
movieplayer \
|
||||
radar \
|
||||
|
10
data/icons/hourglass/Makefile.am
Normal file
@@ -0,0 +1,10 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
install_DATA = \
|
||||
hourglass0.png \
|
||||
hourglass1.png \
|
||||
hourglass2.png \
|
||||
hourglass3.png \
|
||||
hourglass4.png \
|
||||
hourglass5.png \
|
||||
hourglass6.png
|
BIN
data/icons/hourglass/hourglass.xcf
Normal file
BIN
data/icons/hourglass/hourglass0.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
data/icons/hourglass/hourglass1.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
data/icons/hourglass/hourglass2.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
data/icons/hourglass/hourglass3.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
data/icons/hourglass/hourglass4.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
data/icons/hourglass/hourglass5.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
data/icons/hourglass/hourglass6.png
Normal file
After Width: | Height: | Size: 2.4 KiB |