/* * $Id: IconProperties.h 2366 2008-10-02 09:42:19Z karijes $ * * ede-desktop, desktop and icon manager * Part of Equinox Desktop Environment (EDE). * Copyright (c) 2006-2012 EDE Authors. * * This program is licensed under terms of the * GNU General Public License version 2 or newer. * See COPYING for details. */ #ifndef __ICONDIALOG_H__ #define __ICONDIALOG_H__ class DesktopIcon; void icon_dialog_icon_create(void); void icon_dialog_icon_property(DesktopIcon *d); #endif