mCtrl is C
open source library for MS Windows, providing a set of user interface controls, that complement the standard set as offered by USER32.DLL
and COMCTL32.DLL
libraries. Please check project homepage http://www.morous.org/mctrl for newer versions and more actual informations.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
mCtrl/button.h
- Enhanced button control (window class MC_WC_BUTTON
)mCtrl/edit.h
- Advanced edit control (window class MC_WC_EDIT
)mCtrl/html.h
- HTML control (window class MC_WC_HTML
)mCtrl/mditab.h
- MDI tab control (window class MC_WC_MDITAB
)mCtrl/doc.h
- Text document (model for MC_WC_EDIT
control)mCtrl/version.h
- Retrieving mCtrl version.