FilenameInput
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfce_filename_input_get_type ()" ) ]
public class FilenameInput :
Box,
Implementor,
Buildable,
Orientable
An opaque structure with only private fields.
Content:
Properties:
- public int max_text_length { construct; }
The maximum permitted length of a filename.
- public string original_filename { construct; }
The original name of the file, to be used as the initial text
displayed in the GtkEntry.
Static methods:
- public static void desensitise_widget (Widget widget)
A convenience function to be connected as a callback for the
"text-invalid" signal (for example, using g_connect_swapped) for the simple case where the desired effect of this signal is to set the
sensitivity of a single GtkWidget (for example, a GtkButton).
- public static void sensitise_widget (Widget widget)
A convenience function to be connected as a callback for the
"text-valid" signal (for example, using g_connect_swapped) for the simple case where the desired effect of this signal is to set the
sensitivity of a single GtkWidget (for example, a GtkButton).
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable