CMS 3D CMS Logo

Functions
FWCheckBoxIcon.cc File Reference
#include "TGPicture.h"
#include "TGClient.h"
#include "TSystem.h"
#include <cassert>
#include "Fireworks/Core/src/FWCheckBoxIcon.h"

Go to the source code of this file.

Functions

static const TGPicture * checkImage ()
 

Function Documentation

static const TGPicture* checkImage ( )
static

Definition at line 30 of file FWCheckBoxIcon.cc.

References FWCheckBoxIcon::coreIcondir().

Referenced by FWCheckBoxIcon::drawInsideBox().

31 {
32  static const TGPicture* s_picture=gClient->GetPicture(FWCheckBoxIcon::coreIcondir()+"check-mark.png");
33  return s_picture;
34 }
static const TString & coreIcondir()