XviewerWindowActivatable

XviewerWindowActivatable

Functions

Properties

XviewerWindow * window Read / Write / Construct Only

Types and Values

Object Hierarchy

    GInterface
    ╰── XviewerWindowActivatable

Prerequisites

XviewerWindowActivatable requires GObject.

Description

Functions

xviewer_window_activatable_activate ()

void
xviewer_window_activatable_activate (XviewerWindowActivatable *activatable);

xviewer_window_activatable_deactivate ()

void
xviewer_window_activatable_deactivate (XviewerWindowActivatable *activatable);

Types and Values

XviewerWindowActivatable

typedef struct _XviewerWindowActivatable XviewerWindowActivatable;

struct XviewerWindowActivatableInterface

struct XviewerWindowActivatableInterface {
	GTypeInterface g_iface;

	/* vfuncs */

	void (*activate) (XviewerWindowActivatable *activatable);
	void (*deactivate) (XviewerWindowActivatable *activatable);
};

Property Details

The “window” property

  “window”                   XviewerWindow *

This is the XviewerWindow this XviewerWindowActivatable instance should be attached to.

Owner: XviewerWindowActivatable

Flags: Read / Write / Construct Only