GdauiEntryFormat

GdauiEntryFormat

Functions

GtkWidget * gdaui_entry_format_new ()

Object Hierarchy

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

Description

Functions

gdaui_entry_format_new ()

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

Creates a new widget which is mainly a GtkEntry

Parameters

dh

the data handler to be used by the new widget

 

type

the requested data type (compatible with dh )

 

options

the options

 

Returns

the new widget