rsc3/doc-schelp/HelpSource/Reference/gui_alignments.scrbl

30 lines
418 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{Alignment}
Alignment options within the GUI system@section{categories}
GUI
Alignment in GUI classes is represented with the following symbols:
@section{list}
## \left
## \center
## \right
::
Additionally, the following symbols are available in Qt GUI:
@section{list}
## \topLeft
## \top
## \topRight
## \bottomLeft
## \bottom
## \bottomRight
::