aseprite/src/gui/textbox.h
2012-01-06 00:52:11 -03:00

15 lines
319 B
C

// ASE gui library
// Copyright (C) 2001-2012 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
#ifndef GUI_TEXTBOX_H_INCLUDED
#define GUI_TEXTBOX_H_INCLUDED
#include "gui/base.h"
JWidget jtextbox_new(const char *text, int align);
#endif