AgsPanelInputLine

AgsPanelInputLine — panel input line

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsLine
                            ╰── AgsPanelInputLine

Implemented Interfaces

AgsPanelInputLine implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/machine/ags_panel_input_line.h>

Description

The AgsPanelInputLine is a composite widget to act as panel input line.

Functions

ags_panel_input_line_new ()

AgsPanelInputLine *
ags_panel_input_line_new (AgsChannel *channel);

Create a new instance of AgsPanelInputLine

Parameters

channel

the assigned channel

 

Returns

the new AgsPanelInputLine

Since: 3.0.0


AGS_IS_PANEL_INPUT_LINE()

#define AGS_IS_PANEL_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PANEL_INPUT_LINE))

AGS_IS_PANEL_INPUT_LINE_CLASS()

#define AGS_IS_PANEL_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PANEL_INPUT_LINE))

AGS_PANEL_INPUT_LINE()

#define AGS_PANEL_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PANEL_INPUT_LINE, AgsPanelInputLine))

AGS_PANEL_INPUT_LINE_CLASS()

#define AGS_PANEL_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PANEL_INPUT_LINE, AgsPanelInputLineClass))

AGS_PANEL_INPUT_LINE_GET_CLASS()

#define AGS_PANEL_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_PANEL_INPUT_LINE, AgsPanelInputLineClass))

ags_panel_input_line_get_type ()

GType
ags_panel_input_line_get_type ();

Types and Values

AGS_TYPE_PANEL_INPUT_LINE

#define AGS_TYPE_PANEL_INPUT_LINE                (ags_panel_input_line_get_type())

struct AgsPanelInputLine

struct AgsPanelInputLine;

struct AgsPanelInputLineClass

struct AgsPanelInputLineClass {
  AgsLineClass line;
};