Extracted from Pike v8.0 release 164 as of 2016-02-09.
   

Class Gnome.FileEntry

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Box GTK1.Hbox Gnome.FileEntry
Description

This widget provides an entry box with history (a W(GnomeEntry)) and a button which can pop up a file selector dialog box W(GtkFileSelection). It also accepts DND drops from the filemanager and other sources.  Gnome.FileEntry("","")

Signals: browse_clicked Signal emitted when the "browse" button is clicked. This is so that you can add stuff to the file selector or to override this method.


Inherit Hbox

inherit GTK1.Hbox : Hbox


Method create

Gnome.FileEntry Gnome.FileEntry(string history_id, string browse_dialog_title)

Description

Creates a new Gnome.FileEntry widget.