19 #ifndef __gtkmm2ext_cursor_info_h___
20 #define __gtkmm2ext_cursor_info_h___
41 CursorInfo (
const std::string& image_name,
int hotspot_x,
int hotspot_y);
43 typedef std::map<std::string,CursorInfo*>
Infos;
static int load_cursor_info(const std::string &path)
static CursorInfo * lookup_cursor_info(const std::string &image_name)
CursorInfo(const std::string &image_name, int hotspot_x, int hotspot_y)
std::map< std::string, CursorInfo * > Infos
static void drop_cursor_info()