GdauiEntryCidr

GdauiEntryCidr

Functions

GtkWidget * gdaui_entry_cidr_new ()

Object Hierarchy

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

Description

Functions

gdaui_entry_cidr_new ()

GtkWidget *
gdaui_entry_cidr_new (GdaDataHandler *dh,
                      GType type);

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 )

 

Returns

the new widget