8 lines
		
	
	
		
			410 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			410 B
		
	
	
	
		
			Factor
		
	
	
USING: help.markup help.syntax kernel ui.gadgets
 | 
						|
ui.gadgets.buttons ;
 | 
						|
IN: ui.gadgets.toolbar
 | 
						|
 | 
						|
HELP: <toolbar>
 | 
						|
{ $values { "target" object } { "toolbar" gadget } }
 | 
						|
{ $description "Creates a row of " { $link <command-button> } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of each class in " { $snippet "classes" } "." } ;
 |