amiga-mui / textinput

A well-known and widely used MUI custom class (TextInput.mcc) which provides application programmers a better string gadget. It has somewhat more advanced and common features like the standard MUI string gadget which includes a better selection engine...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/***************************************************************************

 TextInput.mcc - TextInput MUI Custom Class
 Copyright (C) 1997-2001 Oliver Wagner
 Copyright (C) 2009-2012 by TextInput.mcc Open Source Team

 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3 as
 published by the Free Software Foundation
 
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 
 TextInput class Support Site:  http://www.sf.net/projects/textinput-mcc
 
 $Id$

***************************************************************************/

With full permission of the previous author (Oliver Wagner) TextInput.mcc
is hereby released as free software under the GNU Lesser General Public
License. Please read this license (COPYING) and make sure you understand the
terms and conditions of this license.

TextInput.mcc is compiled with GCC compilers. All required third party header
files should already be included in the SVN repository. However, please note
that you might need some more third party tools/utilities not included/listed
here.

If you want to contribute to the development of TextInput.mcc please register
with SourceForge.net and notify one of the project admins of the TextInput.mcc
project available at http://www.sf.net/projects/textinput-mcc

TextInput.mcc Open Source Team
March, 2010

About

A well-known and widely used MUI custom class (TextInput.mcc) which provides application programmers a better string gadget. It has somewhat more advanced and common features like the standard MUI string gadget which includes a better selection engine...

License:GNU Lesser General Public License v3.0


Languages

Language:C 98.3%Language:Makefile 0.8%Language:C++ 0.5%Language:Objective-C 0.4%