Todo List
php.ui.winbiner 패키지 함수 모음 static 메소드에 대한 축약형
int wbconstant( string|int $constant )
WinBinder 상수 확인
WBObject wbcreate( array $options, [int $parent = null] )
객체 생성하기
주어진 $options 을 사용하여 객체를 생성한다. 생성 방법은 각각의 Control, Window 에서 직접 결정된다.
int wbinstance( WBObject $obj )
생성된 instance 얻어오기
unknown_type wblayout( $options $options )
레아이웃 생성하기
WBLibrary wbmodule( string $module )
create extern module(dll) object
mixed wbobject( string|int $id, [WBObject $obj = null] )
Control 객체 얻어오기 및 설정하기
WBWindow|WBTabControl wbparent( $obj $obj )
상위 윈도우 알아오기
void wbstart( )
WinBinder 애플리케이션 시작
mixed wbwindow( int $instance, [WBWindow $obj = null] )
Window 객체 얻어오기 및 설정하기