GdauiEntryString

GdauiEntryString

Functions

GtkWidget * gdaui_entry_string_new ()

Properties

gboolean editing-canceled Read / Write
gboolean multiline Read / Write
char * options Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GdauiEntryShell
                        ╰── GdauiEntryWrapper
                            ╰── GdauiEntryString

Implemented Interfaces

GdauiEntryString implements AtkImplementorIface, GtkBuildable, GtkOrientable, GdauiDataEntry and GtkCellEditable.

Description

Functions

gdaui_entry_string_new ()

GtkWidget *
gdaui_entry_string_new (GdaDataHandler *dh,
                        GType type,
                        const gchar *options);

Creates a new data entry widget. Known options are: MAX_SIZE, MULTILINE, and HIDDEN

Parameters

dh

the data handler to be used by the new widget

 

type

the requested data type (compatible with dh )

 

options

some options formatting the new entry, or NULL.

[nullable]

Returns

the new widget.

[transfer full]

Types and Values

GDAUI_TYPE_ENTRY_STRING

#define GDAUI_TYPE_ENTRY_STRING          (gdaui_entry_string_get_type())

struct GdauiEntryStringClass

struct GdauiEntryStringClass {
	GdauiEntryWrapperClass         parent_class;
};

GdauiEntryString

typedef struct _GdauiEntryString GdauiEntryString;

Property Details

The “editing-canceled” property

  “editing-canceled”         gboolean

Owner: GdauiEntryString

Flags: Read / Write

Default value: FALSE


The “multiline” property

  “multiline”                gboolean

Owner: GdauiEntryString

Flags: Read / Write

Default value: FALSE


The “options” property

  “options”                  char *

Owner: GdauiEntryString

Flags: Write

Default value: NULL