/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbatkeditabletext.c - $Author: sakai $ $Date: 2007/06/16 09:24:04 $ Copyright (C) 2003 Masao Mutoh ************************************************/ #include "rbatk.h" #define _SELF(s) (ATK_EDITABLE_TEXT(RVAL2GOBJ(s))) static VALUE rbatk_edit_set_run_attributes(VALUE self, VALUE attributes, VALUE start_offset, VALUE end_offset) { long i; gboolean ret; AtkAttributeSet* list = NULL; if (NIL_P(attributes)) return Qfalse; Check_Type(attributes, T_ARRAY); for (i=0; i