package ocgtk

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

Module Gdk.Texture

class type texture_t = object ... end
class texture : [ `texture | `object_ ] Gobject.obj -> texture_t
val new_from_bytes : Glib_bytes.t -> (texture_t, GError.t) result
val new_from_filename : string -> (texture_t, GError.t) result
val new_from_resource : string -> texture_t