libsexy Reference Manual

Synopsis

public class IconEntry : Entry, Implementor, Buildable, Editable, CellEditable  {
    public                              IconEntry                 (  ) ;


    public    signal void               icon_pressed              ( int                 icon_pos,
                                                                    int                 button )  ;
    public    signal void               icon_released             ( int                 icon_pos,
                                                                    int                 button )  ;


    public    void                      add_clear_button          (  ) ;
    public    weak Gtk.Image            get_icon                  ( IconEntryPosition   position ) ;
    public    bool                      get_icon_highlight        ( IconEntryPosition   position ) ;
    public    void                      set_icon                  ( IconEntryPosition   position,
                                                                    Gtk.Image           icon ) ;
    public    void                      set_icon_highlight        ( IconEntryPosition   position,
                                                                    bool                highlight ) ;
}

IconEntry Description

Details

Constructor Details

IconEntry ()
    public                              IconEntry                 (  ) ;		

Field Details

Signal Details

icon_pressed
    public    signal void               icon_pressed              ( int                 icon_pos,
                                                                    int                 button )  ;		

icon_released
    public    signal void               icon_released             ( int                 icon_pos,
                                                                    int                 button )  ;		

Property Details

Method Details

add_clear_button ()
    public    void                      add_clear_button          (  ) ;		

get_icon ()
    public    weak Gtk.Image            get_icon                  ( IconEntryPosition   position ) ;		

get_icon_highlight ()
    public    bool                      get_icon_highlight        ( IconEntryPosition   position ) ;		

set_icon ()
    public    void                      set_icon                  ( IconEntryPosition   position,
                                                                    Gtk.Image           icon ) ;		

set_icon_highlight ()
    public    void                      set_icon_highlight        ( IconEntryPosition   position,
                                                                    bool                highlight ) ;		


Created by Valadoc