gaupol.TimeEntry

Source: gaupol/entries.py

Anchestors: gi.repository.Gtk.Entry, gi.overrides.Gtk.Widget, gi.repository.Gtk.Widget, gi.repository.GObject.InitiallyUnowned, gi.overrides.GObject.Object, gi.repository.GObject.Object, gi._gobject._gobject.GObject, builtins.object

class gaupol.TimeEntry

Entry for time data in format [-]HH:MM:SS.SSS.

This widget uses GLib.idle_add() a lot, which means that clients may need to call Gtk.main_iteration() to ensure proper updating.

Methods

TimeEntry.__init__()

Initialize a TimeEntry instance.