WideStudio/MWT Logo
WideStudio/MWT
Programming Guide
WideStudio/MWT Index
Table of contents


°´Ã¼¿¡ »õ·Î¿î À̺¥Æ® ÇÁ·Î½ÃÀú¸¦ ¼³Á¤Çϱ⿡´Â

°´Ã¼¿¡ »õ·Î¿î À̺¥Æ® ÇÁ·Î½ÃÀú¸¦ ¼³Á¤Çϱ⿡´Â ¸â¹ö ÇÔ¼ö mwt::WSCbase_addProcedure() À» ÀÌ¿ëÇÕ´Ï´Ù.

À̺¥Æ® ÇÁ·Î½ÃÀú Ãß°¡ ¸â¹ö ÇÔ¼ö ±â´É
mwt::WSCbase_addProcedure(char*,char*,long) »õ·Î¿î À̺¥Æ® ÇÁ·Î½ÃÀúÀÇ Ãß°¡

À̺¥Æ® ÇÁ·Î½ÃÀú¸¦ ´ÙÀ½°ú °°ÀÌ »ý¼ºÇÕ´Ï´Ù. À̺¥Æ® ÇÁ·Î½ÃÀú¸íĪ,ÇÁ·Î½ÃÀú¸í,Æ®¸®°Å¸¦ ÁöÁ¤ÇÕ´Ï´Ù.

use mwt;


# »õ·Î Ãß°¡µÇ´Â À̺¥Æ® ÇÁ·Î½ÃÀú°ü¼ö
sub _new_event_procedure {
  my ($object) = @_;
  return;
}
sub event_procedure {
  my ($object) = @_;
  # "new-ep"¶õ EP¸íÀÇ À̺¥Æ® ÇÁ·Î½ÃÀúÀÇ ÀÛ¼º
  # Æ®¸®°Å WSEV_MOUSE_IN (MOUSE_IN Æ®¸®°Å)
  $object->addProcedure("new-ep","_new_event_procedure",$mwt::WSEV_MOUSE_IN);
  return;
}
1;


Document Release 3.90 for WideStudio/MWT ver 3.90, Jul 2005


WideStudio/MWT documents index | Table of contents

Copyright(C) WideStudio/MWT Development Team, 1999-2005 Last modified: Jul 31, 2005