ManaPlus
Variables
dropdown.cpp File Reference

(986a3bf)

#include "gui/widgets/dropdown.h"
#include "settings.h"
#include "gui/gui.h"
#include "gui/skin.h"
#include "gui/fonts/font.h"
#include "gui/models/extendedlistmodel.h"
#include "gui/widgets/createwidget.h"
#include "gui/widgets/popuplist.h"
#include "render/graphics.h"
#include "resources/imagerect.h"
#include "debug.h"

Go to the source code of this file.

Variables

static std::string const dropdownFiles [2]
 

Variable Documentation

◆ dropdownFiles

std::string const dropdownFiles[2]
static
Initial value:
=
{
"dropdown.xml",
"dropdown_pressed.xml"
}

Definition at line 50 of file dropdown.cpp.

Referenced by DropDown::DropDown().