C# Class Mono.Terminal.Frame

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

Public Properties

Property Type Description
Title string

Public Methods

Method 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 method

public Add ( Widget w ) : void
w Widget
return void

ContainerMove() public method

public ContainerMove ( int row, int col ) : void
row int
col int
return void

Frame() public method

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
return System

Frame() public method

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

GetBase() public method

public GetBase ( int &row, int &col ) : void
row int
col int
return void

Redraw() public method

public Redraw ( ) : void
return void

Property Details

Title public_oe property

public string Title
return string