C# Class MonoDevelop.Components.DropDownBoxListWindow

Inheritance: Window
Exibir arquivo Open project: mono/monodevelop Class Usage Examples

Private Properties

Property Type Description
SwitchToSeletedWord void

Public Methods

Method Description
DropDownBoxListWindow ( IListDataProvider provider ) : System
DropDownBoxListWindow ( IListDataProvider provider, WindowType windowType ) : System
ProcessKey ( Gdk key, Gdk modifier ) : bool
SelectItem ( object item ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnEnterNotifyEvent ( Gdk evnt ) : bool
OnFocusOutEvent ( Gdk evnt ) : bool
OnLeaveNotifyEvent ( Gdk evnt ) : bool

Private Methods

Method Description
SwitchToSeletedWord ( ) : void

Method Details

DropDownBoxListWindow() public method

public DropDownBoxListWindow ( IListDataProvider provider ) : System
provider IListDataProvider
return System

DropDownBoxListWindow() public method

public DropDownBoxListWindow ( IListDataProvider provider, WindowType windowType ) : System
provider IListDataProvider
windowType WindowType
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnEnterNotifyEvent() protected method

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnFocusOutEvent() protected method

protected OnFocusOutEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

ProcessKey() public method

public ProcessKey ( Gdk key, Gdk modifier ) : bool
key Gdk
modifier Gdk
return bool

SelectItem() public method

public SelectItem ( object item ) : void
item object
return void