프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Title | string |
메소드 | 설명 | |
---|---|---|
Add ( |
||
ContainerMove ( int row, int col ) : void | ||
Frame ( int x, int y, int w, int h, string title ) : System |
Public constructor, a frame, with the given title.
|
|
Frame ( string title ) : System |
Creates an empty frame, with the given title
|
|
GetBase ( int &row, int &col ) : void | ||
Redraw ( ) : void |
public Frame ( int x, int y, int w, int h, string title ) : System | ||
x | int | |
y | int | |
w | int | |
h | int | |
title | string | |
리턴 | System |