Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
hildon-fm-2
Hildon
FileChooserDialog
autonaming
empty_text
file_system_model
max_full_path_length
max_name_length
open_button_text
save_multiple
selection_mode
show_folder_button
show_location
FileChooserDialog
FileChooserDialog.with_properties
add_extensions_combo
add_extra
focus_to_input
get_extension
get_safe_folder
get_safe_folder_uri
get_show_upnp
set_extension
set_safe_folder
set_safe_folder_uri
set_show_upnp
FileChooserDialog
Object Hierarchy:
Description:
public
class
FileChooserDialog
:
Dialog
,
Implementor
,
Buildable
,
FileChooser
Namespace:
Hildon
Package:
hildon-fm-2
Content:
Properties:
public
bool
autonaming
{
set
;
get
; }
public
string
empty_text
{
set
;
owned
get
; }
public
FileSystemModel
file_system_model
{
construct
set
;
owned
get
; }
public
int
max_full_path_length
{
construct
set
;
get
; }
public
int
max_name_length
{
construct
set
;
get
; }
public
string
open_button_text
{
set
;
owned
get
; }
public
string
save_multiple
{
set
;
owned
get
; }
public
int
selection_mode
{
set
;
get
; }
public
bool
show_folder_button
{
set
;
get
; }
public
bool
show_location
{
set
;
get
; }
Creation methods:
public
FileChooserDialog
(
Window
parent,
FileChooserAction
action)
public
FileChooserDialog.with_properties
(
Window
parent, ...)
Methods:
public
weak
Widget
add_extensions_combo
(
out
string
extensions,
out
string
ext_names)
public
void
add_extra
(
Widget
widget)
public
void
focus_to_input
()
public
unowned
string
get_extension
()
public
unowned
string
get_safe_folder
()
public
unowned
string
get_safe_folder_uri
()
public
bool
get_show_upnp
()
public
void
set_extension
(
string
extension)
public
void
set_safe_folder
(
string
local_path)
public
void
set_safe_folder_uri
(
string
uri)
public
void
set_show_upnp
(
bool
value)