PhoshAppGrid

PhoshAppGrid

Functions

void phosh_app_grid_reset ()
GtkWidget * phosh_app_grid_new ()

Signals

void app-launched Run Last

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── PhoshAppGrid

Implemented Interfaces

PhoshAppGrid implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

phosh_app_grid_reset ()

void
phosh_app_grid_reset (PhoshAppGrid *self);

phosh_app_grid_new ()

GtkWidget *
phosh_app_grid_new (void);

Types and Values

HANDY_USE_UNSTABLE_API

#define HANDY_USE_UNSTABLE_API

PHOSH_TYPE_APP_GRID

#define PHOSH_TYPE_APP_GRID phosh_app_grid_get_type()

struct PhoshAppGridClass

struct PhoshAppGridClass {
  GtkBoxClass parent_class;
};

PhoshAppGrid

typedef struct _PhoshAppGrid PhoshAppGrid;

Signal Details

The “app-launched” signal

void
user_function (PhoshAppGrid *phoshappgrid,
               GAppInfo     *arg1,
               gpointer      user_data)

Flags: Run Last