/*
 * Xailer source code:
 *
 * Listbox.prg
 * Clase TListBox()
 *
 * Copyright 2003, 2007 Ignacio Ortiz
 * Copyright 2003, 2007 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TListBox FROM XListBox
ENDCLASS

//--------------------------------------------------------------------------
