| Top |
| GtkWidget * | phosh_notification_frame_new () |
| void | phosh_notification_frame_bind_notification () |
| void | phosh_notification_frame_bind_model () |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── PhoshNotificationFrame
PhoshNotificationFrame implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void phosh_notification_frame_bind_notification (PhoshNotificationFrame *self,PhoshNotification *notification);
Helper function for frames that only need to contain a single notification
Wraps phosh_notification_frame_bind_model() by placing notification
in
a PhoshNotificationSource
void phosh_notification_frame_bind_model (PhoshNotificationFrame *self,GListModel *model);
#define PHOSH_TYPE_NOTIFICATION_FRAME (phosh_notification_frame_get_type ())
“empty” signalvoid user_function (PhoshNotificationFrame *phoshnotificationframe, gpointer user_data)
Flags: Run Last