UI\Controls\Grid::append

(PHP 7, UI 0.9.9)

UI\Controls\Grid::appendAppend Control

설명

public UI\Controls\Grid::append ( UI\Control $control , integer $left , integer $top , integer $xspan , integer $yspan , boolean $hexpand , integer $halign , boolean $vexpand , integer $valign )

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

control

The Control to append

left

top

xspan

yspan

hexpand

halign

vexpand

valign

반환값

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top