Added mor POD to the graphing system and adjusted the palette api to be more robust.

This commit is contained in:
Martin Kamerbeek 2006-05-05 12:01:29 +00:00
parent d089ee627f
commit 3c1a50ee38
4 changed files with 534 additions and 15 deletions

View file

@ -298,6 +298,8 @@ sub getOperations {
'listGraphicsOptions' => 'WebGUI::Operation::Graphics',
'listFonts' => 'WebGUI::Operation::Graphics',
'listPalettes' => 'WebGUI::Operation::Graphics',
'moveColorDown' => 'WebGUI::Operation::Graphics',
'moveColorUp' => 'WebGUI::Operation::Graphics',
'removeColorFromPalette' => 'WebGUI::Operation::Graphics',
};
}