package ocgtk

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

Module Wrappers.Lock_button

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

Create a new LockButton

val set_permission : t -> Ocgtk_gio.Gio.Wrappers.Permission.t option -> unit

Sets the `GPermission` object that controls @button.

val get_permission : t -> Ocgtk_gio.Gio.Wrappers.Permission.t option

Obtains the `GPermission` object that controls @button.

val get_text_lock : t -> string

Get property: text-lock

val set_text_lock : t -> string -> unit

Set property: text-lock

val get_text_unlock : t -> string

Get property: text-unlock

val set_text_unlock : t -> string -> unit

Set property: text-unlock

val get_tooltip_lock : t -> string

Get property: tooltip-lock

val set_tooltip_lock : t -> string -> unit

Set property: tooltip-lock

val get_tooltip_not_authorized : t -> string

Get property: tooltip-not-authorized

val set_tooltip_not_authorized : t -> string -> unit

Set property: tooltip-not-authorized

val get_tooltip_unlock : t -> string

Get property: tooltip-unlock

val set_tooltip_unlock : t -> string -> unit

Set property: tooltip-unlock