EDataServerUI4.RemindersWidget¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Grid (23), Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Orientable (2), EDataServer.Extensible (3)
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
|
|
|
Properties¶
- Inherited:
Gtk.Grid (5), Gtk.Widget (34), Gtk.Accessible (1), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Whether there are no past reminders |
||
r/w/co |
The reminder watcher used to work with reminders |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServerUI4.RemindersWidget(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.30.
- classmethod new(watcher)¶
- Parameters:
watcher (
ECal.ReminderWatcher
) – anECal.ReminderWatcher
- Returns:
a new instance of
EDataServerUI4.RemindersWidget
.- Return type:
Creates a new instance of
EDataServerUI4.RemindersWidget
. It adds its own reference on the watcher.New in version 3.30.
- get_paned()¶
- Returns:
a
Gtk.Paned
used to split list of events and the description of the reminders. It’s owned by the self widget.- Return type:
New in version 3.38.
- get_settings()¶
- Returns:
a
Gio.Settings
pointing to org.gnome.evolution-data-server.calendar used by the self widget.- Return type:
New in version 3.30.
- get_tree_view()¶
- Returns:
a
Gtk.TreeView
with past reminders. It’s owned by the self widget.- Return type:
New in version 3.30.
- get_watcher()¶
- Returns:
an
ECal.ReminderWatcher
with which the self had been created. Do on unref it, it’s owned by the self.- Return type:
New in version 3.30.
- is_empty()¶
-
New in version 3.30.
- report_error(prefix, error)¶
- Parameters:
prefix (
str
orNone
) – an optional prefix to show before the error message, orNone
for noneerror (
GLib.Error
orNone
) – aGLib.Error
to show the message from in the UI, orNone
for unknown error
Shows a warning in the GUI with the error message, optionally prefixed with prefix. When error is
None
, an “Unknown error” message is shown instead.New in version 3.30.
- do_activated(rd) virtual¶
- Parameters:
rd (
ECal.ReminderData
) –- Return type:
- do_changed() virtual¶
Signal Details¶
- EDataServerUI4.RemindersWidget.signals.activated(reminders_widget, object)¶
- Signal Name:
activated
- Flags:
- Parameters:
reminders_widget (
EDataServerUI4.RemindersWidget
) – The object which received the signalobject (
ECal.ReminderData
) –
- Return type:
- EDataServerUI4.RemindersWidget.signals.changed(reminders_widget)¶
- Signal Name:
changed
- Flags:
- Parameters:
reminders_widget (
EDataServerUI4.RemindersWidget
) – The object which received the signal
Property Details¶
- EDataServerUI4.RemindersWidget.props.empty¶
-
Whether there are no past reminders
- EDataServerUI4.RemindersWidget.props.watcher¶
- Name:
watcher
- Type:
- Default Value:
- Flags:
The reminder watcher used to work with reminders