public class RecentAction : Action, Buildable, RecentChooser {
public weak bool show_numbers { get; set; } ;
public RecentAction ( string name,
string label,
string tooltip,
string stock_id ) ;
public RecentAction.for_manager ( string name,
string label,
string tooltip,
string stock_id,
RecentManager manager ) ;
public bool get_show_numbers ( ) ;
public void set_show_numbers ( bool show_numbers ) ;
}

public RecentAction ( string name,
string label,
string tooltip,
string stock_id ) ;
public RecentAction.for_manager ( string name,
string label,
string tooltip,
string stock_id,
RecentManager manager ) ;
public weak bool show_numbers { get; set; } ;
public bool get_show_numbers ( ) ;
public void set_show_numbers ( bool show_numbers ) ;
Created by Valadoc