EntangleControlText

EntangleControlText

Synopsis

struct              EntangleControlText;
struct              EntangleControlTextClass;
EntangleControlText * entangle_control_text_new         (const char *path,
                                                         int id,
                                                         const char *label,
                                                         const char *info,
                                                         gboolean readonly);

Object Hierarchy

  GObject
   +----EntangleControl
         +----EntangleControlText

Properties

  "value"                    gchar*                : Read / Write

Description

Details

struct EntangleControlText

struct EntangleControlText;

struct EntangleControlTextClass

struct EntangleControlTextClass {
    EntangleControlClass parent_class;
};

entangle_control_text_new ()

EntangleControlText * entangle_control_text_new         (const char *path,
                                                         int id,
                                                         const char *label,
                                                         const char *info,
                                                         gboolean readonly);

Property Details

The "value" property

  "value"                    gchar*                : Read / Write

Current value of the control.

Default value: NULL