Toolbars / Examples |
TOOLBAR ( STYLE="mystyle" ) ITEM accept ( TEXT="Ok", IMAGE="ok" ) ITEM cancel ( TEXT="cancel", IMAGE="cancel" ) SEPARATOR ITEM editcut -- Gets decoration from action defaults ITEM editcopy -- Gets decoration from action defaults ITEM editpaste -- Gets decoration from action defaults SEPARATOR ITEM append ( TEXT="Append", IMAGE="add" ) ITEM update ( TEXT="Update", IMAGE="modify" ) ITEM delete ( TEXT="Delete", IMAGE="del" ) ITEM search ( TEXT="Search", IMAGE="find" ) END