AgsHistoryBrowser

AgsHistoryBrowser — The history dialog

Functions

Properties

GObject * application-context Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── AgsHistoryBrowser

Implemented Interfaces

AgsHistoryBrowser implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/ags_history_browser.h>

Description

AgsHistoryBrowser lets edit history.

Functions

ags_history_browser_new ()

AgsHistoryBrowser *
ags_history_browser_new ();

AGS_HISTORY_BROWSER()

#define AGS_HISTORY_BROWSER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_HISTORY_BROWSER, AgsHistoryBrowser))

AGS_HISTORY_BROWSER_CLASS()

#define AGS_HISTORY_BROWSER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_HISTORY_BROWSER, AgsHistoryBrowserClass))

AGS_HISTORY_BROWSER_GET_CLASS()

#define AGS_HISTORY_BROWSER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_HISTORY_BROWSER, AgsHistoryBrowserClass))

AGS_IS_HISTORY_BROWSER()

#define AGS_IS_HISTORY_BROWSER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_HISTORY_BROWSER))

ags_history_browser_get_type ()

GType
ags_history_browser_get_type (void);

Types and Values

enum AgsHistoryBrowserFlags

Members

AGS_HISTORY_BROWSER_CONNECTED

   

AGS_TYPE_HISTORY_BROWSER

#define AGS_TYPE_HISTORY_BROWSER                (ags_history_browser_get_type())

struct AgsHistoryBrowser

struct AgsHistoryBrowser;

struct AgsHistoryBrowserClass

struct AgsHistoryBrowserClass {
  GtkWindowClass window;
};

Property Details

The “application-context” property

  “application-context”      GObject *

The assigned AgsApplicationContext to give control of application.

Flags: Read / Write

Since: 2.0.0