atk Reference Manual

Synopsis

public class State {
    public    static StateType          type_for_name             ( string              name ) ;
    public    static weak string        type_get_name             ( StateType           type ) ;
    public    static StateType          type_register             ( string              name ) ;
}

State Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

type_for_name ()
    public    static StateType          type_for_name             ( string              name ) ;		

type_get_name ()
    public    static weak string        type_get_name             ( StateType           type ) ;		

type_register ()
    public    static StateType          type_register             ( string              name ) ;		


Created by Valadoc