Свойство | Type | Description | |
---|---|---|---|
Title | string |
Méthode | Description | |
---|---|---|
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 ContainerMove ( int row, int col ) : void | ||
row | int | |
col | int | |
Résultat | void |
public Frame ( int x, int y, int w, int h, string title ) : System | ||
x | int | |
y | int | |
w | int | |
h | int | |
title | string | |
Résultat | System |