#include "TGComboBox.h"
#include "TGScrollBar.h"
#include "TGPicture.h"
#include "TGResourcePool.h"
#include "Riostream.h"
#include "TGTextEntry.h"
Go to the source code of this file.
Functions | |
ClassImp (TGComboBoxPopup) ClassImp(TGComboBox) ClassImp(TGLineStyleComboBox) ClassImp(TGLineWidthComboBox) ClassImp(TGFontTypeComboBox) TGComboBoxPopup | |
Variables | |
static const char * | gFonts [][2] |
ClassImp | ( | TGComboBoxPopup | ) |
Definition at line 52 of file TGComboBox.cxx.
References SetWindowAttributes_t::fBorderPixel, SetWindowAttributes_t::fBorderWidth, fId, SetWindowAttributes_t::fMask, SetWindowAttributes_t::fOverrideRedirect, SetWindowAttributes_t::fSaveUnder, gVirtualX, kStructureNotifyMask, kTRUE, kWABorderPixel, kWABorderWidth, kWAOverrideRedirect, kWASaveUnder, and SetWindowName().
const char* gFonts[][2] [static] |
Initial value:
{ { "", "" }, { "-*-times-medium-i-*-*-12-*-*-*-*-*-*-*", "1. times italic" }, { "-*-times-bold-r-*-*-12-*-*-*-*-*-*-*", "2. times bold" }, { "-*-times-bold-i-*-*-12-*-*-*-*-*-*-*", "3. times bold italic" }, { "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*", "4. helvetica" }, { "-*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-*", "5. helvetica italic" }, { "-*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*", "6. helvetica bold" }, { "-*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*", "7. helvetica bold italic" }, { "-*-courier-medium-r-*-*-12-*-*-*-*-*-*-*", "8. courier" }, { "-*-courier-medium-o-*-*-12-*-*-*-*-*-*-*", "9. courier italic" }, { "-*-courier-bold-r-*-*-12-*-*-*-*-*-*-*", "10. courier bold" }, { "-*-courier-bold-o-*-*-12-*-*-*-*-*-*-*", "11. courier bold italic" }, { "-*-symbol-medium-r-*-*-12-*-*-*-*-*-*-*", "12. symbol" }, { "-*-times-medium-r-*-*-12-*-*-*-*-*-*-*", "13. times" }, { 0, 0} }
Definition at line 731 of file TGComboBox.cxx.