Quick search:

PntButtonPart
PntButtonsPanel
PntDetailsPart
PntEditDetailsPart
PntFilterFormPart
PntHorizontalTablePart
PntMenuPart
PntMtoNFilterFormPart
PntMtoNPropertyPart
PntPagePart
PntSortDialogPart
PntSortableTablePart
PntTablePart
PntTabsPart
PntButtonsPanel
ajaxPrintUpdates
getButtonsList
getName
printBody
printButton
printButtonSeparator
printButtons
printButtonsListPart
printTypeSeparator
setButtonType

<?php
// Copyright (c) MetaClass, 2003-2008
// Licensed under the Academic Free License version 3.0

includeClass('PntPagePart', 'pnt/web/parts');

/** Part that outputs html descirbing two rows of buttons.
*
* This abstract superclass provides behavior for the concrete
* subclass ButtonsPanel in the root classFolder or in the application classFolder. 
* To keep de application developers code (including localization overrides) 
* separated from the framework code override methods in the 
* concrete subclass rather then modify them here.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* @see http://www.phppeanuts.org/site/index_php/Pagina/65
* @package pnt/web/parts
*/
class PntButtonsPanel extends PntPagePart {

	var $buttonType;
	var $buttonsList;
	
	var $typeSeparator = "</TD></TR><TR id='Buttons1'><TD>";
	var $buttonSeparator = "&nbsp;";