Gnash  0.8.10
Namespaces | Functions
TextField_as.cpp File Reference
#include "TextField_as.h"
#include "namedStrings.h"
#include "TextField.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "AsBroadcaster.h"
#include "TextFormat_as.h"
#include "MovieClip.h"
#include "NativeFunction.h"
#include "GnashNumeric.h"
#include "Movie.h"
#include "fontlib.h"
#include "utf8.h"
#include "Font.h"

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Functions

as_object * gnash::createTextFieldObject (Global_as &gl)
 Native function to create a plain object with TextField properties.
void gnash::textfield_class_init (as_object &where, const ObjectURI &uri)
 This provides the prototype and static methods for TextField.
void gnash::registerTextFieldNative (as_object &global)