GdauiEntryPict

GdauiEntryPict

Functions

GtkWidget * gdaui_entry_pict_new ()

Object Hierarchy

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

Description

Functions

gdaui_entry_pict_new ()

GtkWidget *
gdaui_entry_pict_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

optional parameters

 

Returns

the new widget