summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/Entry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/ElmSharp/Entry.cs')
-rwxr-xr-x[-rw-r--r--]ElmSharp/ElmSharp/Entry.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ElmSharp/ElmSharp/Entry.cs b/ElmSharp/ElmSharp/Entry.cs
index 420f624..67c7ff9 100644..100755
--- a/ElmSharp/ElmSharp/Entry.cs
+++ b/ElmSharp/ElmSharp/Entry.cs
@@ -753,6 +753,11 @@ namespace ElmSharp
Interop.Elementary.elm_entry_select_none(RealHandle);
}
+ /// <summary>
+ /// Sets the color of color class for a given widget.
+ /// </summary>
+ /// <param name="part">The name of color class.</param>
+ /// <param name="color">The struct of color</param>
public override void SetPartColor(string part, Color color)
{
IntPtr handle = (part == "bg") ? Handle : RealHandle;