| ||||||||||
| ||||||||||
| ||||||||||
Description | ||||||||||
A button to launch a file selection dialog
| ||||||||||
Synopsis | ||||||||||
Detail | ||||||||||
The FileChooserButton is a widget that lets the user select a file. It implements the FileChooser interface. Visually, it is a file name with a button to bring up a FileChooserDialog. The user can then use that dialog to change the file associated with that button. This widget does not support setting the "select-multiple" property to True. The FileChooserButton supports the FileChooserActions FileChooserActionOpen and FileChooserActionSelectFolder. | ||||||||||
Class Hierarchy | ||||||||||
| GObject | +----Object | +----Widget | +----Container | +----Box | +----HBox | +----FileChooserButton | ||||||||||
Types | ||||||||||
data FileChooserButton | ||||||||||
| ||||||||||
class HBoxClass o => FileChooserButtonClass o | ||||||||||
| ||||||||||
castToFileChooserButton :: GObjectClass obj => obj -> FileChooserButton | ||||||||||
toFileChooserButton :: FileChooserButtonClass o => o -> FileChooserButton | ||||||||||
Constructors | ||||||||||
fileChooserButtonNew | ||||||||||
| ||||||||||
fileChooserButtonNewWithBackend | ||||||||||
| ||||||||||
fileChooserButtonNewWithDialog | ||||||||||
| ||||||||||
Methods | ||||||||||
fileChooserButtonGetTitle | ||||||||||
| ||||||||||
fileChooserButtonSetTitle | ||||||||||
| ||||||||||
fileChooserButtonGetWidthChars | ||||||||||
| ||||||||||
fileChooserButtonSetWidthChars | ||||||||||
| ||||||||||
Attributes | ||||||||||
fileChooserButtonDialog :: (FileChooserButtonClass self, FileChooserDialogClass fileChooserDialog) => WriteAttr self fileChooserDialog | ||||||||||
Instance of the FileChooserDialog associated with the button. | ||||||||||
fileChooserButtonTitle :: FileChooserButtonClass self => Attr self String | ||||||||||
Title to put on the FileChooserDialog associated with the button. Default value: "Select A File" | ||||||||||
fileChooserButtonWidthChars :: FileChooserButtonClass self => Attr self Int | ||||||||||
Produced by Haddock version 0.7 |