mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
introduce Font Awesome iconfont
Origin commit data
------------------
Commit: 7406f94ae8
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-31 (Sun, 31 Oct 2021)
Origin message was:
------------------
- introduce Font Awesome iconfont
This commit is contained in:
32
src/gui/widget/iconfont.h
Normal file
32
src/gui/widget/iconfont.h
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
Iconfont defines
|
||||
Copyright (C) 2021, Sven Hoefer 'vanhofen'
|
||||
|
||||
License: GPL
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __gui_widget_iconfont_h__
|
||||
#define __gui_widget_iconfont_h__
|
||||
|
||||
#define ICONFONT_FILE "\uf15b"
|
||||
#define ICONFONT_FILM "\uf008"
|
||||
#define ICONFONT_FOLDER "\uf07b"
|
||||
#define ICONFONT_FOLDER_OPEN "\uf07c"
|
||||
#define ICONFONT_IMAGE "\uf03e"
|
||||
#define ICONFONT_LIST "\uf03a"
|
||||
#define ICONFONT_MUSIC "\uf001"
|
||||
|
||||
#endif /* __gui_widget_iconfont_h__ */
|
Reference in New Issue
Block a user