GdauiEntryFilesel
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GdauiEntryShell ╰── GdauiEntryWrapper ╰── GdauiEntryFilesel
GtkWidget * gdaui_entry_filesel_new (GdaDataHandler *dh, GType type, const gchar *options);
GdaDataHandler *dh
GType type
const gchar *options
Creates a new widget which is mainly a GtkEntry
dh
the data handler to be used by the new widget
type
the requested data type (compatible with dh )
options
the options
the new widget