C# Class Efl.Elementary.Impl.EntryImpl

Inheritance: Evas.EvasObject
Datei anzeigen Open project: SabotageAndi/efl-sharp

Public Methods

Method Description
EntryImpl ( ) : System

Private Methods

Method Description
elm_entry_add ( IntPtr parent ) : IntPtr
elm_entry_editable_get ( IntPtr obj ) : bool
elm_entry_editable_set ( IntPtr obj, bool editable ) : void
elm_entry_entry_get ( IntPtr obj ) : IntPtr
elm_entry_entry_set ( IntPtr obj, string entry ) : void
elm_entry_markup_to_utf8 ( string markup ) : string
elm_entry_password_get ( IntPtr obj ) : bool
elm_entry_password_set ( IntPtr obj, bool password ) : void
elm_entry_selection_get ( IntPtr obj ) : IntPtr
elm_entry_single_line_get ( IntPtr obj ) : bool
elm_entry_single_line_set ( IntPtr obj, bool single_line ) : void

Method Details

EntryImpl() public method

public EntryImpl ( ) : System
return System