package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.File_chooser_widget

type t = [ `file_chooser_widget | `widget | `initially_unowned | `object_ ] Gobject.obj

Create a new FileChooserWidget

val get_search_mode : t -> bool

Get property: search-mode

val set_search_mode : t -> bool -> unit

Set property: search-mode

val get_show_time : t -> bool

Get property: show-time

val get_subtitle : t -> string

Get property: subtitle

val on_desktop_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_down_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_home_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_location_popup : ?after:bool -> t -> callback:(path:string -> unit) -> Gobject.Signal.handler_id
val on_location_popup_on_paste : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_location_toggle_popup : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_places_shortcut : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_quick_bookmark : ?after:bool -> t -> callback:(bookmark_index:int -> unit) -> Gobject.Signal.handler_id
val on_recent_shortcut : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_search_shortcut : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_show_hidden : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_up_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id