55 {
"marker1.xpm",
"1", 1},
56 {
"marker6.xpm",
"6", 6},
57 {
"marker7.xpm",
"7", 7},
58 {
"marker2.xpm",
"2", 2},
59 {
"marker3.xpm",
"3", 3},
60 {
"marker4.xpm",
"4", 4},
61 {
"marker5.xpm",
"5", 5},
62 {
"marker20.xpm",
"20", 20},
63 {
"marker21.xpm",
"21", 21},
64 {
"marker22.xpm",
"22", 22},
65 {
"marker23.xpm",
"23", 23},
66 {
"marker24.xpm",
"24", 24},
67 {
"marker25.xpm",
"25", 25},
68 {
"marker26.xpm",
"26", 26},
69 {
"marker27.xpm",
"27", 27},
70 {
"marker28.xpm",
"28", 28},
71 {
"marker29.xpm",
"29", 29},
72 {
"marker30.xpm",
"30", 30},
90 GetDefaultFrameBackground())
96 gClient->GetColorByName(
"white", white);
227 out <<
" TGedMarkerSelect *";
ULong_t Pixel_t
Pixel value.
static MarkerDescription_t * GetMarkerByNumber(Int_t number)
static MarkerDescription_t gMarkers[]
void FreePicture(const TGPicture *pic)
Free picture resource.
virtual void SetLayoutManager(TGLayoutManager *l)
Set the layout manager for the composite frame.
virtual TList * GetList() const
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual void Cleanup()
Cleanup and delete all objects contained in this composite frame.
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
UInt_t fHeight
frame height
virtual void Draw3dRectangle(UInt_t type, Int_t x, Int_t y, UInt_t w, UInt_t h)
Draw 3D rectangle on the frame border.
Int_t fBorderWidth
frame border width
virtual void SetBackgroundColor(Pixel_t back)
Set background color (override from TGWindow base class).
virtual void SendMessage(const TGWindow *w, Longptr_t msg, Longptr_t parm1, Longptr_t parm2)
Send message (i.e.
static const TGGC & GetShadowGC()
Get shadow color graphics context.
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
This class describes layout hints used by the layout classes.
TGClient * fClient
Connection to display server.
Handle_t fId
X11/Win32 Window identifier.
void Draw(Option_t *="")
Default Draw method for all objects.
Pixmap_t GetPicture() const
This is a layout manager for the TGListView widget.
ROOT GUI Window base class.
virtual const char * GetName() const
Return unique name, used in SavePrimitive methods.
const TGWindow * fParent
Parent window.
TString fName
name of the window used in SavePrimitive()
The TGedMarkerSelect widget is a button showing selected marker and a little down arrow.
void SetMarkerStyle(Style_t pattern)
Set marker.
virtual void DoRedraw()
Draw selected marker type as current one.
Style_t fMarkerStyle
marker style
virtual Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2)
Process messages according to the user input.
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save the pattern select widget as a C++ statement(s) on output stream out.
const TGPicture * fPicture
image used for popup window
virtual void MarkerSelected(Style_t marker=0)
TGedMarkerSelect(const TGWindow *p, Style_t markerStyle, Int_t id)
Create and show marker popup window.
is button that shows popup window when clicked.
virtual void DoRedraw()
Draw separator and arrow.
virtual void SetPopup(TGedPopup *p)
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".