C# Class Mono.Terminal.Frame

Framed-container widget.
A container that provides a frame around its children, and an optional title.
Inheritance: Container
Afficher le fichier Open project: mono/mono-curses

Méthodes publiques

Свойство Type Description
Title string

Méthodes publiques

Méthode Description
Add ( Widget w ) : void
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

Method Details

Add() public méthode

public Add ( Widget w ) : void
w Widget
Résultat void

ContainerMove() public méthode

public ContainerMove ( int row, int col ) : void
row int
col int
Résultat void

Frame() public méthode

Public constructor, a frame, with the given title.
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

Frame() public méthode

Creates an empty frame, with the given title
public Frame ( string title ) : System
title string
Résultat System

GetBase() public méthode

public GetBase ( int &row, int &col ) : void
row int
col int
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void

Property Details

Title public_oe property

public string Title
Résultat string