JG ROOT Tools libraries
version 5.0 - august 2014
|
#include "RBaseFunctions.hh"
#include "GItemList.hh"
#include <TGFrame.h>
#include <TGListBox.h>
#include <TGLabel.h>
#include <TGButton.h>
#include "icc/RGItemListBox.icc"
Go to the source code of this file.
Classes | |
class | RGItemListBox |
Enumerations | |
enum | RGItemListBoxOptions { rgILBLabelCenterAligned = 0x00000000, rgILBLabelLeftAligned = 0x00000001, rgILBLabelRightAligned = 0x00000002, rgILBLabelAboveList = 0x00000000, rgILBLabelBelowList = 0x00000004, rgILBSideButtonsRight = 0x00000000, rgILBSideButtonsLeft = 0x00000008, rgILBSideButtonsCenter = 0x00000000, rgILBSideButtonsUp = 0x00000010, rgILBSideButtonsUpRight = 0x00000010, rgILBSideButtonsUpLeft = 0x00000018, rgILBSideButtonsDown = 0x00000020, rgILBSideButtonsDownRight = 0x00000020, rgILBSideButtonsDownLeft = 0x00000028, rgILBMultipleSelection = 0x00000100, rgILBUniqueItem = 0x00000200, rgILBUniqueName = 0x00000600, rgILBNoCaseSensitive = 0x00000800, rgILBDictSort = 0x00001000, rgILBAlwaysSorted = 0x00002000, rgILBReverseSort = 0x00004000, rgILBAlwaysReverseSorted = 0x00006000, rgILBNoMultipleMove = 0x00008000, rgILBMoveButtons = 0x00010000, rgILBCustomButtons = 0x00020000, rgILBSideButtons = 0x00030000 } |
! RGItemListBox widget options | |
Include file for class RGItemListBox