Class: WBStatusBar
Source Location: /php/ui/winbinder/WBStatusBar.php
Class WBStatusBar
Inherited Properties, Constants, and Methods
Methods
WBStatusBar __construct(
[
$options = array()]
)
|
|
생성자
Parameters:
API Tags:
Redefinition of:
- WBControl::__construct()
- 생성자
void setText(
string
$text, [int
$index = 0]
)
|
|
status bar 데이타 설정
Parameters:
|
string |
$text: |
|
|
int |
$index: |
|
API Tags:
Redefinition of:
- WBComponent::setText()
- text,caption 설정하기
|
|