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


1.5
date	2009.12.07.04.57.34;	author root;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.01.05.50.05;	author root;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.30.11.26.21;	author root;	state Exp;
branches;
next	1.2;

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

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


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


1.5
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@== Document == 
 * [http://www.easylogic.co.kr/doc/ Documentation View]

== Class == 

=== php.ui.winbinder.struct ===
 * [WBStruct] - 구조체를 정의할 수 있는 클래스  
 * [RECT] - win32 RECT 구조체 
 * [WBOBJ] - winbinder 인스턴스 표현 구조체 

=== php.ui.winbinder.win32 ===
 * [WBType] - win32 관련 자료형 타입 상수 정의 
 * [WBKernel] - kernel32.dll 관련 함수 호출 클래스 , 구현중
 * [WBUser] - user32.dll 관련 함수 호출 클래스, 구현중
 * [WBFreeImage] - ext/FreeImage.dll 관련 함수 호출 클래스 , 구현중
 * [WBGdi] - GDI32.dll 관련 함수 호출 클래스, rgb 관련 함수 추가



=== php.ui.winbinder.layout === 
 * [WBLayout]
  * [WBGridLayout] 
  * [WBTableLayout]
  * [WBFitLayout] - 구현 예정

=== php.ui.winbinder.tree === 
 * [WBTreeNode]

=== php.ui.winbinder === 
 * [WBApplication] - WinBinder 에서 필요한 메소드를 모아놓은 클래스 
 * [WBSystem] - 시스템 정보에 관련된 클래스  
 * [WBImage] - 이미지 관련 클래스  
 * [WBLibrary] - dll을 사용 할 수 있게 해주는 클래스  
 * [WBDraw] - 그리기 함수 모음 
 * [WBFont] - 폰트 생성 클래스 
 * [WBEvent] - 이벤트 정보 클래스  
 * [WBDialog] - windows common dialogs 
 * [WBKeyCode] - 키 코드 상수 저장 
 * [WBObject]
  * [WBComponent]
   * [WBContainer]
    * [WBPanel] - new 
     * [WBSplitPanel] - 구현예정 
    * [WBWindow]
     * [WBAppWindow]
     * [WBModalDialog]
     * [WBModalessDialog]
     * [WBNakedWindow]
     * [WBPopupWindow]
     * [WBResizableWindow]
     * [WBToolDialog]
  * [WBControl]
   * [WBAccel]
   * [WBCalendar] - new 
   * [WBCheckBox]
   * [WBComboBox]
   * [WBEditBox]
   * [WBFrame]
   * [WBGauge] - Progress bar
   * [WBHTMLControl]
   * [WBHyperLink]
   * [WBImageButton]
    * [WBSpliter] - new 
   * [WBLabel]
   * [WBListBox]
   * [WBListView]
   * [WBMenu]
   * [WBPushButton]
   * [WBRadioButton]
   * [WBRTFEditBox]
   * [WBScrollBar]
   * [WBSlider]
   * [WBSpinner]
   * [WBStatusBar]
   * [WBTabControl]
   * [WBToolBar]
   * [WBTreeView]
  * [WBTimer]
  * [WBAccelItem]
  * [WBToolBarItem]
  * [WBMenuItem]

== Constant ==

 * [Winbinder Flags]
 * [Winbinder 상수 정리]
 * [Winbinder Control Styles]
@


1.4
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d85 3
a87 3
* [[Winbinder Flags]]
* [[Winbinder 상수 정리]]
* [[Winbinder Control Styles]]
@


1.3
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d13 1
a13 1
 * [WBKerne]] - kernel32.dll 관련 함수 호출 클래스 , 구현중
@


1.2
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d27 1
a27 1
* [[WBTreeNode]]
d30 52
a81 52
* [[WBApplication]] - WinBinder 에서 필요한 메소드를 모아놓은 클래스 
* [[WBSystem]] - 시스템 정보에 관련된 클래스  
* [[WBImage]] - 이미지 관련 클래스  
* [[WBLibrary]] - dll을 사용 할 수 있게 해주는 클래스  
* [[WBDraw]] - 그리기 함수 모음 
* [[WBFont]] - 폰트 생성 클래스 
* [[WBEvent]] - 이벤트 정보 클래스  
* [[WBDialog]] - windows common dialogs 
* [[WBKeyCode]] - 키 코드 상수 저장 
* [[WBObject]]
** [[WBComponent]]
*** [[WBContainer]] 
**** [[WBPanel]] - new 
***** [[WBSplitPanel]] - 구현예정 
**** [[WBWindow]]
***** [[WBAppWindow]]
***** [[WBModalDialog]] 
***** [[WBModalessDialog]] 
***** [[WBNakedWindow]] 
***** [[WBPopupWindow]] 
***** [[WBResizableWindow]] 
***** [[WBToolDialog]]
*** [[WBControl]]
**** [[WBAccel]]
**** [[WBCalendar]] - new 
**** [[WBCheckBox]]
**** [[WBComboBox]]
**** [[WBEditBox]]
**** [[WBFrame]]
**** [[WBGauge]] - Progress bar
**** [[WBHTMLControl]] 
**** [[WBHyperLink]]
**** [[WBImageButton]]
***** [[WBSpliter]] - new 
**** [[WBLabel]]
**** [[WBListBox]]
**** [[WBListView]]
**** [[WBMenu]]
**** [[WBPushButton]]
**** [[WBRadioButton]]
**** [[WBRTFEditBox]]
**** [[WBScrollBar]]
**** [[WBSlider]]
**** [[WBSpinner]]
**** [[WBStatusBar]]
**** [[WBTabControl]]
**** [[WBToolBar]]
**** [[WBTreeView]]
** [[WBTimer]]
** [[WBAccelItem]]
** [[WBToolBarItem]]
** [[WBMenuItem]]
@


1.1
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@a0 3
== Download == 
* [[다운로드]]

d2 1
a2 1
* [http://www.easylogic.co.kr/doc/ Documentation View]
d7 3
a9 3
* [[WBStruct]] - 구조체를 정의할 수 있는 클래스  
* [[RECT]] - win32 RECT 구조체 
* [[WBOBJ]] - winbinder 인스턴스 표현 구조체 
d12 5
a16 5
* [[WBType]] - win32 관련 자료형 타입 상수 정의 
* [[WBKernel]] - kernel32.dll 관련 함수 호출 클래스 , 구현중
* [[WBUser]] - user32.dll 관련 함수 호출 클래스, 구현중
* [[WBFreeImage]] - ext/FreeImage.dll 관련 함수 호출 클래스 , 구현중
* [[WBGdi]] - GDI32.dll 관련 함수 호출 클래스, rgb 관련 함수 추가
d21 4
a24 4
* [[WBLayout]]
** [[WBGridLayout]] 
** [[WBTableLayout]]
** [[WBFitLayout]] - 구현 예정
@
