AgsPanelInputLine

AgsPanelInputLine — panel input line

Synopsis

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

struct              AgsPanelInputLine;
struct              AgsPanelInputLineClass;
AgsPanelInputLine * ags_panel_input_line_new            (AgsChannel *channel);

Description

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

Details

struct AgsPanelInputLine

struct AgsPanelInputLine {
  AgsLine line;

  gchar *name;
  gchar *xml_type;
};

struct AgsPanelInputLineClass

struct AgsPanelInputLineClass {
  AgsLineClass line;
};

ags_panel_input_line_new ()

AgsPanelInputLine * ags_panel_input_line_new            (AgsChannel *channel);

Creates an AgsPanelInputLine

channel :

the assigned channel

Returns :

a new AgsPanelInputLine

Since 0.4