EntryController


Description:

public class EntryController : Object

A Gtk.Entry controler to provide calculator services

Setup a Gtk.Entry to response when the user hits the enter key or click the secondary icon, to evaluate the math expression and substitude the result as the new content text of the Gtk.Entry.

The math expression should start with the equal sign "=", in order to execute the math expression evaluation.

If the expression is not a valid one, like using undefined variables, the new text is empty.


Namespace: GCi
Package: GCi-1

Content:

Properties:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object