C# Class Stetic.RadioGroupManager

Inheritance: IRadioGroupManager
Show file Open project: mono/stetic

Public Methods

Method Description
Add ( string name ) : RadioGroup
FindGroup ( string name ) : RadioGroup
GenerateGroupExpression ( GeneratorContext ctx, Gtk widget ) : System.CodeDom.CodeExpression
GladeGroupName ( Gtk radio ) : string
RadioGroupManager ( Type widgetType ) : System
Rename ( string oldName, string newName ) : void
this ( Gtk radio ) : string

Private Methods

Method Description
EmitGroupsChanged ( ) : void
IRadioGroupManager ( string name ) : void
RadioDestroyed ( object obj, EventArgs args ) : void

Method Details

Add() public method

public Add ( string name ) : RadioGroup
name string
return RadioGroup

FindGroup() public method

public FindGroup ( string name ) : RadioGroup
name string
return RadioGroup

GenerateGroupExpression() public method

public GenerateGroupExpression ( GeneratorContext ctx, Gtk widget ) : System.CodeDom.CodeExpression
ctx GeneratorContext
widget Gtk
return System.CodeDom.CodeExpression

GladeGroupName() public method

public GladeGroupName ( Gtk radio ) : string
radio Gtk
return string

RadioGroupManager() public method

public RadioGroupManager ( Type widgetType ) : System
widgetType System.Type
return System

Rename() public method

public Rename ( string oldName, string newName ) : void
oldName string
newName string
return void

this() public method

public this ( Gtk radio ) : string
radio Gtk
return string