Function: frame-text-width

frame-text-width is a function defined in frame.c.

Signature

(frame-text-width &optional FRAME)

Documentation

Return text area width of FRAME in pixels.

View in manual

Source Code

// Defined in /usr/src/emacs/src/frame.c
{
  return make_fixnum (FRAME_TEXT_WIDTH (decode_any_frame (frame)));
}