AgsPanelInputLine

AgsPanelInputLine — panel input line

Functions

Object Hierarchy

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

Implemented Interfaces

AgsPanelInputLine implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.

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);

Creates an AgsPanelInputLine

Parameters

channel

the assigned channel

 

Returns

a new AgsPanelInputLine

Since: 0.4

Types and Values