Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGCanvas.cxx File Reference
#include "TGCanvas.h"
#include "TGListView.h"
#include "TGScrollBar.h"
#include "TTimer.h"
#include "KeySymbols.h"
#include "TSystem.h"
#include "TGTextEditDialogs.h"
#include "TGMsgBox.h"
#include "TGResourcePool.h"
#include "TList.h"
#include "TClass.h"
#include "TGMimeTypes.h"
#include "TKey.h"
#include "TKeyMapFile.h"
#include "TGDNDManager.h"
#include "RConfigure.h"
#include "TVirtualX.h"
#include <iostream>
#include <cstdlib>
Include dependency graph for TGCanvas.cxx:

Classes

class  TGContainerKeyboardTimer
 
class  TGContainerScrollTimer
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Variables

const Int_t kAcceleration [kAutoScrollFudge+1] = {1,1,1,2,3,4,6,7,8,16,32}
 
const Int_t kAutoScrollFudge = 10
 
const Int_t kKeyboardTime = 700
 

Variable Documentation

◆ kAcceleration

const Int_t kAcceleration[kAutoScrollFudge+1] = {1,1,1,2,3,4,6,7,8,16,32}

Definition at line 83 of file TGCanvas.cxx.

◆ kAutoScrollFudge

const Int_t kAutoScrollFudge = 10

Definition at line 82 of file TGCanvas.cxx.

◆ kKeyboardTime

const Int_t kKeyboardTime = 700

Definition at line 84 of file TGCanvas.cxx.