library: libGui #include "TGTextEditDialogs.h" |
TGPrintDialog
class description - header file - source file - inheritance tree (.pdf)
public:
TGPrintDialog(const TGWindow* p = 0, const TGWindow* main = 0, UInt_t w = 1, UInt_t h = 1, char** printerName = "0", char** printProg = "0", Int_t* ret_code = 0, UInt_t options = kVerticalFrame)
TGPrintDialog(const TGPrintDialog&)
virtual ~TGPrintDialog()
static TClass* Class()
virtual void CloseWindow()
virtual TClass* IsA() const
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
char** fPrinter printer to be used
char** fPrintCommand printer command to be used
TGCompositeFrame* fF1
TGCompositeFrame* fF2
TGCompositeFrame* fF3
TGCompositeFrame* fF4
TGCompositeFrame* fF5 sub frames
TGLayoutHints* fL1
TGLayoutHints* fL2
TGLayoutHints* fL3
TGLayoutHints* fL5
TGLayoutHints* fL6 layout hints
TGLayoutHints* fL7
TGLayoutHints* fL21 layout hints
TGIcon* fPrinterIcon printer icon
TGButton* fPrintButton print button
TGButton* fCancelButton cancel button
TGTextEntry* fPrinterEntry printer text entry widget
TGTextEntry* fPrintCommandEntry command text entry widget
TGTextBuffer* fBPrinter
TGTextBuffer* fBPrintCommand printer and command text buffers
TGLabel* fLPrinter
TGLabel* fLPrintCommand printer and command labels
Int_t* fRetCode return code
void CloseWindow()
Close the dialog. On close the dialog will be deleted and cannot be
re-used.
Author: Fons Rademakers 10/7/2000
Last update: root/gui:$Name: $:$Id: TGTextEditDialogs.cxx,v 1.16 2006/07/03 13:30:29 antcheva Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.