enum | alma::acs::gui::standards::StandardIcons {
alma::acs::gui::standards::ACTION_START = ("play.gif"),
alma::acs::gui::standards::ACTION_STOP = ("stop.gif"),
alma::acs::gui::standards::ACTION_PAUSE = ("pause.gif"),
alma::acs::gui::standards::ACTION_RESUME = ("resume.gif"),
alma::acs::gui::standards::ACTION_CANCEL = ("cross_red.gif"),
alma::acs::gui::standards::ACTION_CANCEL_INACTIVE = ("cross_gray.gif"),
alma::acs::gui::standards::ACTION_DISMISS = ("cross_black.gif"),
alma::acs::gui::standards::ACTION_OPEN = ("openfolder.gif"),
alma::acs::gui::standards::ACTION_SAVE = ("floppydisk.gif"),
alma::acs::gui::standards::ACTION_DELETE = ("cross_red.gif"),
alma::acs::gui::standards::ACTION_TRASH = ("trash.gif"),
alma::acs::gui::standards::ACTION_HELP = ("help.gif"),
alma::acs::gui::standards::STATUS_OKAY = ("checkmark.gif"),
alma::acs::gui::standards::STATUS_UNKNOWN = ("bubble_gray.gif"),
alma::acs::gui::standards::STATUS_NOTEWORTHY = ("triangle.gif"),
alma::acs::gui::standards::STATUS_WARNING = ("warning.gif"),
alma::acs::gui::standards::STATUS_WARNING_INACTIVE = ("warning_gray.gif"),
alma::acs::gui::standards::STATUS_ERROR = ("errorstate.gif"),
alma::acs::gui::standards::LEFTWARD = ("arrow_left_yellow.gif"),
alma::acs::gui::standards::RIGHTWARD = ("arrow_right_yellow.gif"),
alma::acs::gui::standards::UPWARD = ("arrow_up_yellow.gif"),
alma::acs::gui::standards::DOWNWARD = ("arrow_down_yellow.gif"),
alma::acs::gui::standards::QUESTION = ("questionmark.gif"),
alma::acs::gui::standards::IDEA = ("bulb_yellow.gif"),
alma::acs::gui::standards::IDEA_INACTIVE = ("bulb_gray.gif"),
alma::acs::gui::standards::INFO = ("info.gif"),
alma::acs::gui::standards::APPROVED = ("checkbox_on.gif"),
alma::acs::gui::standards::LOCK = ("lock.gif")
} |