C# 클래스 Mono.Terminal.Frame

Framed-container widget.
A container that provides a frame around its children, and an optional title.
상속: Container
파일 보기 프로젝트 열기: mono/mono-curses

공개 프로퍼티들

프로퍼티 타입 설명
Title string

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Widget w ) : void
w Widget
리턴 void

ContainerMove() 공개 메소드

public ContainerMove ( int row, int col ) : void
row int
col int
리턴 void

Frame() 공개 메소드

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
리턴 System

Frame() 공개 메소드

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

GetBase() 공개 메소드

public GetBase ( int &row, int &col ) : void
row int
col int
리턴 void

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void

프로퍼티 상세

Title 공개적으로 프로퍼티

public string Title
리턴 string