| library: libGui #include "TGDimension.h" |

| TGInsets() | |
| TGInsets(const TGInsets& in) | |
| TGInsets(Int_t lf, Int_t rg, Int_t tp, Int_t bt) | |
| virtual | ~TGInsets() |
| static TClass* | Class() |
| virtual TClass* | IsA() const |
| TGInsets& | operator=(const TGInsets&) |
| Bool_t | operator==(const TGInsets& in) const |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
TGDimension, TGPosition, TGLongPosition, TGInsets and TGRectangle
Several small geometry classes that implement dimensions
(width and height), positions (x and y), insets and rectangles.
They are trivial and their members are public.
{ return ((fWidth == b.fWidth) && (fHeight == b.fHeight)); }