FLTK

 view release on metacpan or  search on metacpan

Fl_Text_Buffer.xs  view on Meta::CPAN


void
Fl_Text_Buffer::replace_rectangular(s,e,rs,re,t)
  int s
  int e
  int rs
  int re
  const char *t

void
Fl_Text_Buffer::overlay_rectangular(s,rs,re,t,ci,cd)
  int s
  int rs
  int re
  const char *t
  int ci
  int cd
  CODE:
    THIS->overlay_rectangular(s,rs,re,t,&ci,&cd);
  OUTPUT:
    ci
    cd

void
Fl_Text_Buffer::remove_rectangular(s,e,rs,re)
  int s
  int e
  int rs
  int re



( run in 0.665 second using v1.01-cache-2.11-cpan-49f99fa48dc )