EntangleHelpAbout

EntangleHelpAbout

Synopsis

struct              EntangleHelpAbout;
struct              EntangleHelpAboutClass;
EntangleHelpAbout * entangle_help_about_new             (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----GtkDialog
                                       +----GtkAboutDialog
                                             +----EntangleHelpAbout

Implemented Interfaces

EntangleHelpAbout implements AtkImplementorIface, GtkBuildable and EntangleWindow.

Description

Details

struct EntangleHelpAbout

struct EntangleHelpAbout;

struct EntangleHelpAboutClass

struct EntangleHelpAboutClass {
    GtkAboutDialogClass parent_class;

    void (*about_close)(EntangleHelpAbout *about);
};

entangle_help_about_new ()

EntangleHelpAbout * entangle_help_about_new             (void);