/* Swfdec * Copyright (C) 2007 Pekka Lampila * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * 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. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "swfdec_as_internal.h" #include "swfdec_debug.h" // properties SWFDEC_AS_NATIVE (105, 4, swfdec_button_get_scale9Grid) void swfdec_button_get_scale9Grid (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.scale9Grid (get)"); } SWFDEC_AS_NATIVE (105, 5, swfdec_button_set_scale9Grid) void swfdec_button_set_scale9Grid (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.scale9Grid (set)"); } SWFDEC_AS_NATIVE (105, 6, swfdec_button_get_filters) void swfdec_button_get_filters (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.filters (get)"); } SWFDEC_AS_NATIVE (105, 7, swfdec_button_set_filters) void swfdec_button_set_filters (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.filters (set)"); } SWFDEC_AS_NATIVE (105, 8, swfdec_button_get_cacheAsBitmap) void swfdec_button_get_cacheAsBitmap (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.cacheAsBitmap (get)"); } SWFDEC_AS_NATIVE (105, 9, swfdec_button_set_cacheAsBitmap) void swfdec_button_set_cacheAsBitmap (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.cacheAsBitmap (set)"); } SWFDEC_AS_NATIVE (105, 10, swfdec_button_get_blendMode) void swfdec_button_get_blendMode (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.blendMode (get)"); } SWFDEC_AS_NATIVE (105, 11, swfdec_button_set_blendMode) void swfdec_button_set_blendMode (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.blendMode (set)"); } // normal SWFDEC_AS_NATIVE (105, 3, swfdec_button_movie_getDepth) void swfdec_button_movie_getDepth (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button.getDepth"); } // constructor SWFDEC_AS_NATIVE (105, 0, swfdec_button_movie_construct) void swfdec_button_movie_construct (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret) { SWFDEC_STUB ("Button"); }