#include <ft2build.h>#include <FT_FREETYPE_H>#include <FT_GLYPH_H>#include "TGWin32.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <ctype.h>#include <limits.h>#include <process.h>#include <wchar.h>#include "gdk/gdkkeysyms.h"#include "xatom.h"#include <winuser.h>#include "TROOT.h"#include "TApplication.h"#include "TColor.h"#include "TPoint.h"#include "TTF.h"#include "TMath.h"#include "TStorage.h"#include "TStyle.h"#include "TSystem.h"#include "TError.h"#include "TException.h"#include "TClassTable.h"#include "KeySymbols.h"#include "TWinNTSystem.h"#include "TGWin32VirtualXProxy.h"#include "TWin32SplashThread.h"#include "TString.h"#include "TObjString.h"#include "TObjArray.h"#include "TExMap.h"#include "TEnv.h"#include "RStipples.h"#include "GuiTypes.h"#include "gifencode.h"#include "gifdecode.h"Classes | |
| class | TWin32GifEncode |
| struct | XWindow_t |
| Description of a X11 window. More... | |
Macros | |
| #define | BITmask(x) |
| #define | IDC_HAND MAKEINTRESOURCE(32649) |
| #define | MAKELONGLONG(lo, hi) |
| #define | safestrlen(s) |
| #define | XDND_PROTOCOL_VERSION 5 |
Enumerations | |
| enum | EAlign { kAlignNone , kTLeft , kTCenter , kTRight , kMLeft , kMCenter , kMRight , kBLeft , kBCenter , kBRight } |
Functions | |
| static void | _set_event_time (GdkEvent &event, UInt_t time) |
| void | gdk_win32_draw_arc (GdkDrawable *drawable, GdkGC *gc, gint filled, gint x, gint y, gint width, gint height, gint angle1, gint angle2) |
| void | gdk_win32_draw_lines (GdkDrawable *drawable, GdkGC *gc, GdkPoint *points, gint npoints) |
| void | gdk_win32_draw_points (GdkDrawable *drawable, GdkGC *gc, GdkPoint *points, gint npoints) |
| void | gdk_win32_draw_polygon (GdkDrawable *drawable, GdkGC *gc, gint filled, GdkPoint *points, gint npoints) |
| void | gdk_win32_draw_rectangle (GdkDrawable *drawable, GdkGC *gc, gint filled, gint x, gint y, gint width, gint height) |
| void | gdk_win32_draw_segments (GdkDrawable *drawable, GdkGC *gc, GdkSegment *segs, gint nsegs) |
| void | gdk_win32_draw_text (GdkDrawable *drawable, GdkFont *font, GdkGC *gc, gint x, gint y, const gchar *text, gint text_length) |
Variables | |
| int | gdk_debug_level |
| const int | kGCdash = 5 |
| const int | kGCfill = 2 |
| const int | kGCinvt = 4 |
| const int | kGCline = 0 |
| const int | kGCmark = 1 |
| const int | kGCpxmp = 6 |
| const int | kGCtext = 3 |
| const int | kMAXGC = 7 |
| #define IDC_HAND MAKEINTRESOURCE(32649) |
Definition at line 70 of file TGWin32.cxx.
| #define MAKELONGLONG | ( | lo, | |
| hi ) |
Definition at line 76 of file TGWin32.cxx.
| #define safestrlen | ( | s | ) |
Definition at line 6480 of file TGWin32.cxx.
| #define XDND_PROTOCOL_VERSION 5 |
Definition at line 68 of file TGWin32.cxx.
| enum EAlign |
| Enumerator | |
|---|---|
| kAlignNone | |
| kTLeft | |
| kTCenter | |
| kTRight | |
| kMLeft | |
| kMCenter | |
| kMRight | |
| kBLeft | |
| kBCenter | |
| kBRight | |
Definition at line 123 of file TGWin32.cxx.
|
static |
Definition at line 5852 of file TGWin32.cxx.
| void gdk_win32_draw_arc | ( | GdkDrawable * | drawable, |
| GdkGC * | gc, | ||
| gint | filled, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| gint | angle1, | ||
| gint | angle2 ) |
| void gdk_win32_draw_lines | ( | GdkDrawable * | drawable, |
| GdkGC * | gc, | ||
| GdkPoint * | points, | ||
| gint | npoints ) |
| void gdk_win32_draw_points | ( | GdkDrawable * | drawable, |
| GdkGC * | gc, | ||
| GdkPoint * | points, | ||
| gint | npoints ) |
| void gdk_win32_draw_polygon | ( | GdkDrawable * | drawable, |
| GdkGC * | gc, | ||
| gint | filled, | ||
| GdkPoint * | points, | ||
| gint | npoints ) |
| void gdk_win32_draw_rectangle | ( | GdkDrawable * | drawable, |
| GdkGC * | gc, | ||
| gint | filled, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height ) |
| void gdk_win32_draw_segments | ( | GdkDrawable * | drawable, |
| GdkGC * | gc, | ||
| GdkSegment * | segs, | ||
| gint | nsegs ) |
| void gdk_win32_draw_text | ( | GdkDrawable * | drawable, |
| GdkFont * | font, | ||
| GdkGC * | gc, | ||
| gint | x, | ||
| gint | y, | ||
| const gchar * | text, | ||
| gint | text_length ) |
| int gdk_debug_level |
Definition at line 173 of file TGWin32.cxx.
| const int kGCdash = 5 |
Definition at line 128 of file TGWin32.cxx.
| const int kGCfill = 2 |
Definition at line 127 of file TGWin32.cxx.
| const int kGCinvt = 4 |
Definition at line 128 of file TGWin32.cxx.
| const int kGCline = 0 |
Definition at line 127 of file TGWin32.cxx.
| const int kGCmark = 1 |
Definition at line 127 of file TGWin32.cxx.
| const int kGCpxmp = 6 |
Definition at line 128 of file TGWin32.cxx.
| const int kGCtext = 3 |
Definition at line 128 of file TGWin32.cxx.
| const int kMAXGC = 7 |
Definition at line 126 of file TGWin32.cxx.