Class

IdeNotificationsButton

Description

final class Ide.NotificationsButton : Dazzle.ProgressMenuButton {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeNotificationsButton implements_0 AtkImplementorIface this--implements_0 implements_1 GtkActionable this--implements_1 implements_2 GtkActivatable this--implements_2 implements_3 GtkBuildable this--implements_3 ancestor_0 DzlProgressMenuButton ancestor_0--this ancestor_1 GtkMenuButton ancestor_1--ancestor_0 ancestor_2 GtkToggleButton ancestor_2--ancestor_1 ancestor_3 GtkButton ancestor_3--ancestor_2 ancestor_4 GtkBin ancestor_4--ancestor_3 ancestor_5 GtkContainer ancestor_5--ancestor_4 ancestor_6 GtkWidget ancestor_6--ancestor_5 ancestor_7 GInitiallyUnowned ancestor_7--ancestor_6 ancestor_8 GObject ancestor_8--ancestor_7

Ancestors

  • DzlProgressMenuButton
  • GtkMenuButton
  • GtkToggleButton
  • GtkButton
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkActionable
  • GtkActivatable
  • GtkBuildable

Constructors

ide_notifications_button_new

Create a new IdeNotificationsButton.

Available since: 3.32

Class structure

struct IdeNotificationsButtonClass {
  DzlProgressMenuButtonClass parent_class;
  
}
Class members
parent_class
DzlProgressMenuButtonClass
  No description available.