head	1.2;
access;
symbols;
locks
	root:1.2; strict;
comment	@# @;


1.2
date	2009.12.07.04.25.57;	author root;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.07.04.25.44;	author root;	state Exp;
branches;
next	;


desc
@/opt/nforge/var/wiki/easylogiclib/data/text/WBResizableWindow
@


1.2
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@= Description = 
 * 크기가 변경 가능한 Window 입니다. 


= Sample = 

{{{#!vim php
<?php

include_once "../uselib/import.php";

$window = new WBResizableWindow(array(
	'title' => '여기는 윈도우',
	'xpos' => WBC_CENTER,
	'ypos' => WBC_CENTER,
	'width' => 500,
	'height' => 500,
));

$window->setVisible(true);

WBApplication::start();

?>


}}}
@


1.1
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@a11 2
import("php.ui.winbinder.*");

@
