Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XkbComputeSectionBounds(3)	  XKB FUNCTIONS       XkbComputeSectionBounds(3)

NAME
     XkbComputeSectionBounds - Update the bounding box of a section

SYNOPSIS
     Bool XkbComputeSectionBounds (XkbGeometryPtr geom, XkbSectionPtr section);

ARGUMENTS
     geom   geometry that contains the section

     section
	    section to be examined and updated

DESCRIPTION
      If  you  add  or	delete	a row to or from a section, or if you change the
     geometry of any of the rows in that section, you may  need  to  update  the
     bounding box for that section.

     XkbComputeSectionBounds  examines	all  the rows of the section and updates
     the bounding box of that section so that it contains all rows.  XkbCompute-
     SectionBounds returns False if any of the arguments is NULL; otherwise,  it
     returns True.

X Version 11			  libX11 1.8.13       XkbComputeSectionBounds(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XkbComputeSectionBounds&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help