gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

RecentAction Description

Details

Constructor Details

RecentAction ()
    public                              RecentAction              ( string              name,
                                                                    string              label,
                                                                    string              tooltip,
                                                                    string              stock_id ) ;		

RecentAction.for_manager ()
    public                              RecentAction.for_manager  ( string              name,
                                                                    string              label,
                                                                    string              tooltip,
                                                                    string              stock_id,
                                                                    RecentManager       manager ) ;		

Field Details

Signal Details

Property Details

show_numbers
    public    weak bool                 show_numbers              { get; set; } ;		

Method Details

get_show_numbers ()
    public    bool                      get_show_numbers          (  ) ;		

set_show_numbers ()
    public    void                      set_show_numbers          ( bool                show_numbers ) ;		


Created by Valadoc