C# Class Frontend.CommentSingletonWidget

Inheritance: Gtk.Bin
Mostra file Open project: skyronic/splatter Class Usage Examples

Public Methods

Method Description
CommentSingletonWidget ( ) : System
SetComment ( Comment target ) : void

Protected Methods

Method Description
Build ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CommentSingletonWidget() public method

public CommentSingletonWidget ( ) : System
return System

SetComment() public method

public SetComment ( Comment target ) : void
target BugzillaInterface.Comment
return void