00001 /****************************************************************************************************** 00002 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released * 00003 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file * 00004 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. * 00005 ******************************************************************************************************/ 00006 00007 #ifndef MAIN_TITLE_BAR_FORMAT_H 00008 #define MAIN_TITLE_BAR_FORMAT_H 00009 00011 enum MainTitleBarFormat { 00012 MAIN_TITLE_BAR_FORMAT_NO_PATH, 00013 MAIN_TITLE_BAR_FORMAT_PATH 00014 }; 00015 00016 #endif // MAIN_TITLE_BAR_FORMAT_H