package lablgtk3

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

Module GtkBase.WidgetSource

include module type of struct include GtkBaseProps.Widget end
Sourceval destroy : [> `widget ] Gtk.obj -> unit
Sourceval set_double_buffered : [> `widget ] Gtk.obj -> bool -> unit
Sourceval style_get_property : [> `widget ] Gtk.obj -> string -> Gobject.g_value
Sourceval size_params : cont:([> `widget ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?width:int -> ?height:int -> 'b
Sourceval unparent : [> `widget ] Gtk.obj -> unit
Sourceval show : [> `widget ] Gtk.obj -> unit
Sourceval show_now : [> `widget ] Gtk.obj -> unit
Sourceval show_all : [> `widget ] Gtk.obj -> unit
Sourceval hide : [> `widget ] Gtk.obj -> unit
Sourceval map : [> `widget ] Gtk.obj -> unit
Sourceval unmap : [> `widget ] Gtk.obj -> unit
Sourceval realize : [> `widget ] Gtk.obj -> unit
Sourceval unrealize : [> `widget ] Gtk.obj -> unit
Sourceval queue_draw : [> `widget ] Gtk.obj -> unit
Sourceval queue_resize : [> `widget ] Gtk.obj -> unit
Sourceval draw : [> `widget ] Gtk.obj -> Gdk.cairo -> unit
Sourceval queue_draw_area : [> `widget ] Gtk.obj -> int -> int -> int -> int -> unit
Sourceval event : [> `widget ] Gtk.obj -> 'a Gdk.event -> bool
Sourceval activate : [> `widget ] Gtk.obj -> bool
Sourceval reparent : [> `widget ] Gtk.obj -> [> `widget ] Gtk.obj -> unit
Sourceval intersect : [> `widget ] Gtk.obj -> Gdk.Rectangle.t -> Gdk.Rectangle.t option
Sourceval add_events : [> `widget ] Gtk.obj -> Gdk.Tags.event_mask list -> unit
Sourceval get_toplevel : [> `widget ] Gtk.obj -> Gtk.widget Gtk.obj
Sourceval get_ancestor : [> `widget ] Gtk.obj -> Gobject.g_type -> Gtk.widget Gtk.obj
Sourceval get_visual : [> `widget ] Gtk.obj -> Gdk.visual
Sourceval get_pointer : [> `widget ] Gtk.obj -> int * int
Sourceval is_ancestor : [> `widget ] Gtk.obj -> [> `widget ] Gtk.obj -> bool
Sourceval ensure_style : [> `widget ] Gtk.obj -> unit
Sourceval modify_fg : [> `widget ] Gtk.obj -> Gtk.Tags.state_type -> Gdk.color -> unit
Sourceval modify_bg : [> `widget ] Gtk.obj -> Gtk.Tags.state_type -> Gdk.color -> unit
Sourceval modify_text : [> `widget ] Gtk.obj -> Gtk.Tags.state_type -> Gdk.color -> unit
Sourceval modify_base : [> `widget ] Gtk.obj -> Gtk.Tags.state_type -> Gdk.color -> unit
Sourceval modify_font : [> `widget ] Gtk.obj -> Pango.font_description -> unit
Sourceval get_style_context : [> `widget ] Gtk.obj -> Gtk.style_context
Sourceval get_pango_context : [> `widget ] Gtk.obj -> Pango.context
Sourceval create_pango_context : [> `widget ] Gtk.obj -> Pango.context
Sourceval render_icon : [> `widget ] Gtk.obj -> string -> Gtk.Tags.icon_size -> GdkPixbuf.pixbuf
Sourceval add_accelerator : [> `widget ] as 'a Gtk.obj -> sgn:('a, unit -> unit) GtkSignal.t -> Gtk.accel_group -> key:Gdk.keysym -> ?modi:Gdk.Tags.modifier list -> ?flags:Gtk.Tags.accel_flag list -> unit
Sourceval remove_accelerator : [> `widget ] Gtk.obj -> Gtk.accel_group -> key:Gdk.keysym -> ?modi:Gdk.Tags.modifier list -> unit
Sourceval set_accel_path : [> `widget ] Gtk.obj -> string -> Gtk.accel_group -> unit
Sourceval window : [> `widget ] Gtk.obj -> Gdk.window
Sourceval allocation : [> `widget ] Gtk.obj -> Gtk.rectangle
Sourceval set_visual : [> `widget ] Gtk.obj -> Gdk.visual -> unit
Sourcemodule Tooltip : sig ... end
Sourcemodule Signals : sig ... end
OCaml

Innovation. Community. Security.