Gjsify LogoGjsify Logo

Index

Functions

  • x11FreeCompoundText(ctext: number): void
  • Frees the data returned from gdk_x11_display_string_to_compound_text().

    Parameters

    • ctext: number

      The pointer stored in ctext from a call to gdk_x11_display_string_to_compound_text().

    Returns void

  • x11FreeTextList(list: string): void
  • Frees the array of strings created by gdk_x11_display_text_property_to_text_list().

    Parameters

    • list: string

      the value stored in the list parameter by a call to gdk_x11_display_text_property_to_text_list().

    Returns void

  • Routine to get the current X server time stamp.

    Parameters

    • surface: X11Surface

      a GdkSurface, used for communication with the server. The surface must have GDK_PROPERTY_CHANGE_MASK in its events mask or a hang will result.

    Returns number

  • Returns the X atom for a GdkDisplay corresponding to atom_name. This function caches the result, so if called repeatedly it is much faster than XInternAtom(), which is a round trip to the server each time.

    Parameters

    Returns xlib.Atom

  • Returns the name of an X atom for its display. This function is meant mainly for debugging, so for convenience, unlike XAtomName() and the result doesn’t need to be freed.

    Parameters

    • display: GdkX11.X11Display

      the GdkDisplay where xatom is defined

    • xatom: number

      an X atom

    Returns string

  • x11SetSmClientId(smClientId: string): void
  • Sets the SM_CLIENT_ID property on the application’s leader window so that the window manager can save the application’s state using the X11R6 ICCCM session management protocol.

    See the X Session Management Library documentation for more information on session management and the Inter-Client Communication Conventions Manual

    Parameters

    • smClientId: string

      the client id assigned by the session manager when the connection was opened, or %NULL to remove the property.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method