12#ifndef ROOT_X11Drawable
13#define ROOT_X11Drawable
15#include <Cocoa/Cocoa.h>
43- (BOOL) fIsOpenGLWidget;
44- (CGFloat) fScaleFactor;
70 clipOrigin : (
ROOT::MacOSX::
X11::Point) origin toPoint : (
ROOT::MacOSX::
X11::Point) dstPoint;
82- (void)
setX : (
int) x Y : (
int) y width : (
unsigned) w height : (
unsigned) h;
83- (void)
setX : (
int) x Y : (
int) y;
98@property (
nonatomic, assign)
unsigned long fBackgroundPixel;
123@property (
nonatomic, assign)
unsigned fPassiveGrabEventMask;
124@property (
nonatomic, assign)
unsigned fPassiveGrabKeyModifiers;
126@property (
nonatomic, assign)
unsigned fActiveGrabEventMask;
128@property (
nonatomic, assign) BOOL fPassiveGrabOwnerEvents;
130- (void) activatePassiveGrab;
131- (void) activateImplicitGrab;
132- (void)
activateGrab : (
unsigned) eventMask ownerEvents : (BOOL) ownerEvents;
149- (void) mapSubwindows;
154- (BOOL) fIsOverlapped;
156- (void) configureNotifyTree;
158- (void)
addPassiveKeyGrab : (unichar) keyCode modifiers : (NSUInteger) modifiers;
169- (void)
setProperty : (
const char *) propName data : (
unsigned char *) propData size : (
unsigned) dataSize
170 forType : (
Atom_t) dataType format : (
unsigned) format;
173 returnFormat : (
unsigned *) format nElements : (
unsigned *) nElements;
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Fill Area Attributes class.
Semi-Abstract base class defining a generic interface to the underlying, low level,...
Attributes that can be used when creating or changing a window.
Window attributes that can be inquired.