testgdk.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <gdk/gdk.h>

Go to the source code of this file.

Defines

#define CQTESTF(quiet, expr, failfmt)
#define CQTEST(quiet, expr)   CQTESTF (quiet, expr, (""))
#define TEST(expr)   CQTEST (FALSE, expr)
#define QTEST(expr)   CQTEST (TRUE, expr)
#define TESTF(expr, failfmt)   CQTESTF (FALSE, expr, failfmt)
#define QTESTF(expr, failfmt)   CQTESTF (TRUE, expr, failfmt)
#define ASSERT(expr)
#define N(a)   (sizeof(a)/sizeof(*a))

Functions

static int error (void)
static gboolean test_visual_coherency (gboolean quiet, GdkVisual *visual)
static void test_visuals (void)
static void test_first_window (void)
static void test_colourmaps (void)
static void test_colours (void)
static gboolean test_default_gc (GdkGCValues *gcvalues, gboolean quiet)
static void test_gcs (void)
static void test_pixmaps (gint depth)
static void test_images (void)
static void test_temp_windows (void)
static void test_gc_function (GdkFunction function, guint32 oldpixel, guint32 newpixel, guint32 foreground, guint32 mask)
static void test_one_point_on_drawable (GdkDrawable *drawable, GdkGC *gc, int depth)
static void test_points (void)
static void test_one_line_on_drawable (GdkDrawable *drawable, GdkGC *gc, int depth, gboolean horisontal)
static void test_lines (void)
static void test_one_rectangle_on_drawable (GdkDrawable *drawable, GdkGC *gc, int depth, gboolean filled)
static void test_rectangles (void)
static void test_some_arcs_on_drawable (GdkDrawable *drawable, GdkGC *gc, int depth, gboolean filled)
static void test_arcs (void)
static void test_regions (void)
static void tests (void)
int main (int argc, char **argv)

Variables

static int return_value = 0
static gboolean retval
static gboolean tmpb
static GdkVisualsystem_visual
static GdkVisualbest_visual
static GdkWindoww
static GdkColormapsystem_colourmap
static GdkColor white
static GdkColor black
static GdkColor red
static GdkColor green
static GdkColor blue
static GdkColor rand1_colour
static GdkColor rand2_colour
static GdkGCblack_gc
static GdkGCwhite_gc
static GdkGCred_gc
static GdkGCrand1_gc
static GdkGCrand2_gc
static GdkGCgcs [5]
static GdkGCblack_bitmap_gc


Define Documentation

#define ASSERT ( expr   ) 

Value:

do { \
    if (!QTEST (expr)) \
      printf ("That is fatal. Goodbye\n"), exit (1);\
  } while (0)

Definition at line 81 of file testgdk.c.

Referenced by test_colourmaps(), test_colours(), test_first_window(), test_gc_function(), test_images(), test_pixmaps(), test_temp_windows(), and test_visuals().

#define CQTEST ( quiet,
expr   )     CQTESTF (quiet, expr, (""))

Definition at line 66 of file testgdk.c.

Referenced by test_default_gc(), and test_visual_coherency().

#define CQTESTF ( quiet,
expr,
failfmt   ) 

Value:

(tmpb = (expr), \
   (tmpb ? (quiet ? 0 : printf ("PASS: %d %s\n", __LINE__, #expr)) \
         : (printf ("FAIL: %d %s", __LINE__, #expr), \
         printf failfmt, \
         printf ("\n"), \
         retval = FALSE, \
         error (), \
         return_value++)), \
   tmpb)

Definition at line 53 of file testgdk.c.

#define N (  )     (sizeof(a)/sizeof(*a))

Definition at line 87 of file testgdk.c.

Referenced by TestVector< Vector >::Add(), TestVector< Vector >::Add2(), RooSpHarmonic::analyticalIntegral(), ROOT::Math::GoFTest::AndersonDarling2SamplesTest(), billtw(), billw(), building(), cheongwadae(), RooMath::ComplexErrFunc(), create_array_with_different_lengths(), create_circ(), create_lin(), create_lin_Nvar(), create_lin_Nvar_2(), create_lin_Nvar_Arr(), create_lin_Nvar_categories(), create_lin_Nvar_discrete(), create_lin_Nvar_double(), create_lin_Nvar_weighted(), create_lin_Nvar_withFriend(), create_lin_NvarObsolete(), create_ManyVars(), create_MultipleBackground(), TestVector< Vector >::Divide(), TestVector< Vector >::Divide2(), DoUnBinFit(), TEveBoxProjectedGL::Draw(), RooSpHarmonic::evaluate(), RooFFTConvPdf::FFTCacheElem::FFTCacheElem(), RooFFTConvPdf::fillCacheSlice(), fillTree(), FillUnBinData(), TEveShape::FindConvexHull(), FitUsingRooFit(), FitUsingRooFit2(), G__G__Eve1_326_0_9(), G__G__Geom1_139_0_9(), gausnormN(), genMatrix(), Reflex::TypeDistiller< T[N]>::Get(), RooHistError::getBinomialIntervalAsym(), RooHistError::getBinomialIntervalEff(), GetData(), graph2dfit(), NdbMTReacDesc::Init(), line3Dfit(), main(), makeTree_circ(), matrixOperations_do(), RooSpHarmonic::maxVal(), RooAbsData::meanVar(), multidimSampling(), ROOT::Math::CholeskyDecompHelpers::_solver< F, N, V >::operator()(), ROOT::Math::CholeskyDecompHelpers::_inverter< F, N, M >::operator()(), ROOT::Math::CholeskyDecompHelpers::_decomposer< F, N, M >::operator()(), TMVA::MethodBDT::OptimizeTuningParameters(), performance(), ROOT::Math::IntegOptionsUtil::Print(), ROOT::Math::IntegOptionsUtil::PrintDefault(), TEveDigitSet::ReleaseIds(), TEveBoxProjectedGL::RenderPoints(), RooAbsData::rmsVar(), robot(), TestVector< Vector >::Scale(), TestVector< Vector >::Scale2(), south_gate(), station2(), RooAbsData::statOn(), TestVector< Vector >::Sub(), TestVector< Vector >::Sub2(), TGHtmlLayoutContext::TableLayout(), test_arcs(), test_lines(), test_points(), test_rectangles(), test_tmatrix_sym_op(), testAll(), testLargeTreeFit(), testLargeTreeRooFit(), testNdimFit(), TestVector< Vector >::TestVector(), tgraph2d2(), and tgraph2d3().

#define QTEST ( expr   )     CQTEST (TRUE, expr)

Definition at line 72 of file testgdk.c.

Referenced by test_gc_function(), test_gcs(), test_images(), test_one_line_on_drawable(), test_one_point_on_drawable(), test_one_rectangle_on_drawable(), test_pixmaps(), and test_temp_windows().

#define QTESTF ( expr,
failfmt   )     CQTESTF (TRUE, expr, failfmt)

Definition at line 78 of file testgdk.c.

Referenced by test_pixmaps(), and test_temp_windows().

#define TEST ( expr   )     CQTEST (FALSE, expr)

Definition at line 69 of file testgdk.c.

Referenced by main(), test_colours(), test_gcs(), test_images(), test_pixmaps(), test_temp_windows(), test_visuals(), testOperations(), and testSMatrix().

#define TESTF ( expr,
failfmt   )     CQTESTF (FALSE, expr, failfmt)

Definition at line 75 of file testgdk.c.

Referenced by test_gcs().


Function Documentation

static int error ( void   )  [static]

Definition at line 106 of file testgdk.c.

int main ( int  argc,
char **  argv 
)

Definition at line 867 of file testgdk.c.

References gdk_init(), return_value, and tests().

static void test_arcs ( void   )  [static]

Definition at line 811 of file testgdk.c.

References _GdkVisual::depth, FALSE, gcs, GDK_CAP_BUTT, GDK_COPY, gdk_draw_rectangle(), gdk_gc_set_function(), gdk_gc_set_line_attributes(), GDK_JOIN_MITER, GDK_LINE_SOLID, gdk_pixmap_new(), gdk_pixmap_unref, GDK_SET, i, j, N, system_visual, test_some_arcs_on_drawable(), TRUE, w, and width.

Referenced by tests().

static void test_colourmaps ( void   )  [static]

Definition at line 166 of file testgdk.c.

References ASSERT, gdk_colormap_get_system(), NULL, and system_colourmap.

Referenced by tests().

static void test_colours ( void   )  [static]

Definition at line 174 of file testgdk.c.

References ASSERT, black, _GdkColor::blue, FALSE, gdk_color_black(), gdk_color_white(), gdk_colormap_alloc_color(), _GdkColor::green, rand1_colour, rand2_colour, _GdkColor::red, red, system_colourmap, TEST, TRUE, and white.

Referenced by tests().

static gboolean test_default_gc ( GdkGCValues gcvalues,
gboolean  quiet 
) [static]

Definition at line 195 of file testgdk.c.

References _GdkGCValues::background, _GdkGCValues::cap_style, _GdkGCValues::clip_mask, CQTEST, _GdkGCValues::fill, _GdkGCValues::foreground, _GdkGCValues::function, GDK_CAP_BUTT, GDK_CLIP_BY_CHILDREN, GDK_COPY, GDK_JOIN_MITER, GDK_LINE_SOLID, GDK_SOLID, _GdkGCValues::join_style, _GdkGCValues::line_style, _GdkGCValues::line_width, NULL, _GdkColor::pixel, retval, _GdkGCValues::stipple, _GdkGCValues::subwindow_mode, _GdkGCValues::tile, and TRUE.

Referenced by test_gcs().

static void test_first_window ( void   )  [static]

Definition at line 150 of file testgdk.c.

References ASSERT, GDK_INPUT_OUTPUT, gdk_window_new(), GDK_WINDOW_TOPLEVEL, _GdkWindowAttr::height, NULL, w, _GdkWindowAttr::wclass, _GdkWindowAttr::width, and _GdkWindowAttr::window_type.

Referenced by tests().

static void test_gc_function ( GdkFunction  function,
guint32  oldpixel,
guint32  newpixel,
guint32  foreground,
guint32  mask 
) [static]

Definition at line 424 of file testgdk.c.

References ASSERT, FALSE, GDK_AND, GDK_AND_INVERT, GDK_AND_REVERSE, GDK_CLEAR, GDK_COPY, GDK_COPY_INVERT, GDK_EQUIV, GDK_INVERT, GDK_NAND, GDK_NOOP, GDK_OR, GDK_OR_INVERT, GDK_OR_REVERSE, GDK_SET, GDK_XOR, and QTEST.

Referenced by test_one_line_on_drawable(), test_one_point_on_drawable(), and test_one_rectangle_on_drawable().

static void test_gcs ( void   )  [static]

Definition at line 219 of file testgdk.c.

References _GdkGCValues::background, black, black_bitmap_gc, black_gc, FALSE, _GdkGCValues::fill, fill, _GdkGCValues::foreground, _GdkGCValues::function, gcs, GDK_COPY, gdk_gc_copy(), gdk_gc_get_values(), gdk_gc_new(), gdk_gc_set_background(), gdk_gc_set_fill(), gdk_gc_set_foreground(), gdk_gc_set_function(), gdk_gc_unref(), GDK_OPAQUE_STIPPLED, gdk_pixmap_new(), gdk_pixmap_unref, GDK_SET, GDK_SOLID, NULL, _GdkColor::pixel, QTEST, rand1_colour, rand1_gc, rand2_colour, rand2_gc, red, red_gc, retval, TEST, test_default_gc(), TESTF, TRUE, w, white, and white_gc.

Referenced by tests().

static void test_images ( void   )  [static]

Definition at line 353 of file testgdk.c.

References ASSERT, _GdkVisual::depth, gdk_image_destroy, GDK_IMAGE_FASTEST, gdk_image_new(), GDK_IMAGE_NORMAL, GDK_IMAGE_SHARED, height, image, NULL, QTEST, retval, system_visual, TEST, TRUE, and width.

Referenced by tests().

static void test_lines ( void   )  [static]

Definition at line 628 of file testgdk.c.

References _GdkVisual::depth, gcs, GDK_CAP_BUTT, GDK_COPY, gdk_draw_rectangle(), gdk_gc_set_function(), gdk_gc_set_line_attributes(), GDK_JOIN_MITER, GDK_LINE_SOLID, gdk_pixmap_new(), gdk_pixmap_unref, GDK_SET, i, j, N, system_visual, test_one_line_on_drawable(), TRUE, w, and width.

Referenced by tests().

static void test_one_line_on_drawable ( GdkDrawable drawable,
GdkGC gc,
int  depth,
gboolean  horisontal 
) [static]

Definition at line 559 of file testgdk.c.

References _GdkGCValues::foreground, _GdkGCValues::function, gdk_draw_line(), gdk_gc_get_values(), gdk_image_destroy, gdk_image_get(), gdk_image_get_pixel(), gdk_window_get_size, h, _GdkGCValues::line_width, mask, _GdkColor::pixel, QTEST, test_gc_function(), w, x, x1, x2, and y.

Referenced by test_lines().

static void test_one_point_on_drawable ( GdkDrawable drawable,
GdkGC gc,
int  depth 
) [static]

Definition at line 480 of file testgdk.c.

References _GdkGCValues::foreground, _GdkGCValues::function, gdk_draw_point(), gdk_gc_get_values(), gdk_image_destroy, gdk_image_get(), gdk_image_get_pixel(), image, mask, NULL, _GdkColor::pixel, QTEST, test_gc_function(), x, and y.

Referenced by test_points().

static void test_one_rectangle_on_drawable ( GdkDrawable drawable,
GdkGC gc,
int  depth,
gboolean  filled 
) [static]

Definition at line 658 of file testgdk.c.

References _GdkGCValues::foreground, _GdkGCValues::function, gdk_draw_rectangle(), gdk_gc_get_values(), gdk_image_destroy, gdk_image_get(), gdk_image_get_pixel(), gdk_window_get_size, h, height, _GdkGCValues::line_width, mask, _GdkColor::pixel, QTEST, test_gc_function(), w, width, x, x0, and y.

Referenced by test_rectangles().

static void test_pixmaps ( gint  depth  )  [static]

Definition at line 324 of file testgdk.c.

References ASSERT, gdk_image_destroy, gdk_image_get(), gdk_pixmap_new(), gdk_pixmap_unref, gdk_window_get_size, h, height, image, NULL, QTEST, QTESTF, retval, TEST, TRUE, w, and width.

Referenced by tests().

static void test_points ( void   )  [static]

Definition at line 524 of file testgdk.c.

References black_bitmap_gc, _GdkVisual::depth, gcs, GDK_COPY, gdk_draw_rectangle(), gdk_gc_set_function(), gdk_pixmap_new(), gdk_pixmap_unref, GDK_SET, height, i, j, N, system_visual, test_one_point_on_drawable(), TRUE, w, and width.

Referenced by tests().

static void test_rectangles ( void   )  [static]

Definition at line 726 of file testgdk.c.

References _GdkVisual::depth, FALSE, gcs, GDK_CAP_BUTT, GDK_COPY, gdk_draw_rectangle(), gdk_gc_set_function(), gdk_gc_set_line_attributes(), GDK_JOIN_MITER, GDK_LINE_SOLID, gdk_pixmap_new(), gdk_pixmap_unref, GDK_SET, i, j, N, system_visual, test_one_rectangle_on_drawable(), TRUE, w, and width.

Referenced by tests().

static void test_regions ( void   )  [static]

Definition at line 841 of file testgdk.c.

Referenced by tests().

static void test_some_arcs_on_drawable ( GdkDrawable drawable,
GdkGC gc,
int  depth,
gboolean  filled 
) [static]

Definition at line 756 of file testgdk.c.

References gdk_gc_get_values(), gdk_image_destroy, gdk_image_get(), gdk_image_get_pixel(), gdk_window_get_size, h, height, _GdkGCValues::line_width, mask, w, width, x, x0, and y.

Referenced by test_arcs().

static void test_temp_windows ( void   )  [static]

Definition at line 386 of file testgdk.c.

References ASSERT, d, GDK_INPUT_OUTPUT, gdk_window_get_geometry(), gdk_window_get_visual, gdk_window_hide(), gdk_window_new(), gdk_window_resize(), gdk_window_show(), GDK_WINDOW_TEMP, gdk_window_unref, h, _GdkWindowAttr::height, height, NULL, QTEST, QTESTF, retval, system_visual, TEST, TRUE, w, _GdkWindowAttr::wclass, _GdkWindowAttr::width, width, _GdkWindowAttr::window_type, x, and y.

Referenced by tests().

static gboolean test_visual_coherency ( gboolean  quiet,
GdkVisual visual 
) [static]

Definition at line 112 of file testgdk.c.

References _GdkVisual::byte_order, CQTEST, _GdkVisual::depth, GDK_LSB_FIRST, GDK_MSB_FIRST, GDK_VISUAL_DIRECT_COLOR, GDK_VISUAL_STATIC_GRAY, retval, TRUE, and _GdkVisual::type.

Referenced by test_visuals().

static void test_visuals ( void   )  [static]

Definition at line 127 of file testgdk.c.

References ASSERT, best_visual, FALSE, gdk_list_visuals(), gdk_visual_get_best(), gdk_visual_get_system(), NULL, system_visual, TEST, test_visual_coherency(), and TRUE.

Referenced by tests().

static void tests ( void   )  [static]

Definition at line 845 of file testgdk.c.

References best_visual, _GdkVisual::depth, NULL, system_visual, test_arcs(), test_colourmaps(), test_colours(), test_first_window(), test_gcs(), test_images(), test_lines(), test_pixmaps(), test_points(), test_rectangles(), test_regions(), test_temp_windows(), and test_visuals().

Referenced by UnitTesting::UnitTestSuite::addTest(), main(), stressHistogram(), and TestReplace().


Variable Documentation

GdkVisual* best_visual [static]

Definition at line 95 of file testgdk.c.

Referenced by gdk_rgb_choose_visual(), test_visuals(), and tests().

GdkColor black [static]

Definition at line 100 of file testgdk.c.

Referenced by _gdk_win32_gc_new(), TGQt::FillRectangle(), TGQt::QtColor(), test_colours(), and test_gcs().

GdkGC* black_bitmap_gc [static]

Definition at line 104 of file testgdk.c.

Referenced by test_gcs(), and test_points().

GdkGC* black_gc [static]

Definition at line 102 of file testgdk.c.

Referenced by test_gcs().

GdkColor blue [static]

Definition at line 100 of file testgdk.c.

Referenced by af_latin2_hint_edges(), af_latin2_hints_compute_blue_edges(), af_latin2_metrics_init_blues(), af_latin2_metrics_scale_dim(), af_latin_hint_edges(), af_latin_hints_compute_blue_edges(), af_latin_metrics_init_blues(), af_latin_metrics_scale_dim(), colormap_asimage(), TSpectrum2Painter::ColorModel(), TColor::CreateColorWheel(), EightBitSetColors(), encode_image_scanline_argb32(), fill_asimage(), gdk_color_context_query_colors(), TTermManip::GetColorIndex(), gl2psPrintPostScriptPixmap(), make_12bpp_colormap(), make_6bpp_colormap(), make_9bpp_colormap(), TGX11::MakeOpaqueColors(), TGWin32::MakeOpaqueColors(), OneBitSetColors(), TGLAxis::PaintGLAxisBody(), parse_color(), png_do_rgb_to_gray(), png_do_write_intrapixel(), png_write_sPLT(), TGX11::ReadGIF(), TColor::SetPalette(), TGAroundFrame::TGAroundFrame(), TImagePalette::TImagePalette(), and TGX11::WriteGIF().

GdkGC* gcs[5] [static]

Definition at line 103 of file testgdk.c.

Referenced by TGeoCompositeShape::operator=(), TGeoCacheState::operator=(), test_arcs(), test_gcs(), test_lines(), test_points(), test_rectangles(), and TGeoCacheState::TGeoCacheState().

GdkColor green [static]

Definition at line 100 of file testgdk.c.

GdkColor rand1_colour [static]

Definition at line 100 of file testgdk.c.

Referenced by test_colours(), and test_gcs().

GdkGC * rand1_gc [static]

Definition at line 102 of file testgdk.c.

Referenced by test_gcs().

GdkColor rand2_colour [static]

Definition at line 100 of file testgdk.c.

Referenced by test_colours(), and test_gcs().

GdkGC * rand2_gc [static]

Definition at line 102 of file testgdk.c.

Referenced by test_gcs().

GdkColor red [static]

Definition at line 100 of file testgdk.c.

GdkGC * red_gc [static]

Definition at line 102 of file testgdk.c.

Referenced by test_gcs().

int return_value = 0 [static]

Definition at line 89 of file testgdk.c.

Referenced by CurrentPiece::CanMoveTo(), TQObject::Disconnect(), TQConnectionList::Disconnect(), RooRealMPFE::evaluate(), TetrisBoard::IsEmptyLine(), TetrisBoard::IsFullLine(), main(), CurrentPiece::RotateLeft(), and CurrentPiece::RotateRight().

gboolean retval [static]

Definition at line 91 of file testgdk.c.

Referenced by XrdFrmAdmin::AuditUsage(), MyEvent::BremsProb(), TXmlRpc::Call(), TGuiBldDragManager::ChangeImage(), TGuiBldDragManager::ChangePicture(), check_unicode_subranges(), TAuthenticate::CheckHost(), TMVA::Tools::CheckSplines(), ClassApplication(), TGM::CreateSession(), TLM::DataReady(), TGM::DestroySession(), TestMsgBox::DoTest(), TProof::DrawSelect(), TEcho::Echo(), EGifCompressOutput(), el_gets(), XSReactionDlg::ElementEntryChanged(), TViewerX3D::EndScene(), TLM::EndSession(), TMVA::TSpline2::Eval(), TMVA::Factory::EvaluateAllMethods(), TEveMacro::Exec(), TRootBrowser::ExecPlugin(), executeCat(), executeChmod(), executeConnect(), executeCp(), executeDebug(), executeDirList(), executeDirListRec(), executeExistDir(), executeExistFile(), TApplication::ExecuteFile(), executeGetCheckSum(), executeIsFileOnline(), executeLocateAll(), executeLocateSingle(), executeMkDir(), executeMv(), executePrepare(), executeQuery(), executeQuerySpace(), executeRm(), executeRmDir(), executeStat(), executeStatvfs(), executeTruncate(), fork(), gdk_atom_intern(), gdk_event_check(), gdk_event_prepare(), gdk_WindowProc(), XrdClientConn::GetAccessToSrv(), XrdClientUrlSet::GetARandomUrl(), TSAM::GetDatasets(), TSAM::GetDSetFiles(), TSAM::GetDSetLocations(), TSAM::GetDSetSize(), TMVA::MethodBase::GetEffForRoot(), XrdClientUrlSet::GetNextUrl(), TMVA::PDF::GetVal(), TMVA::Event::GetValue(), TLM::GetVersion(), TGM::GetVersion(), TSAM::GetVersion(), TMVA::Tools::GetYTitleWithUnit(), ROOT::GlbsToolCheckContext(), GlobusAuthenticate(), GlobusGetCredHandle(), GlobusGetLocalEnv(), TGuiBldDragManager::HandleKey(), XrdClientPhyConnection::HandleUnsolicited(), TLM::Heartbeat(), history(), history_getsize(), history_next_event(), history_next_string(), history_prev_event(), history_prev_string(), TEcho::Hostname(), HistAction::importFromFile(), is_socket(), Krb5Authenticate(), Krb5CheckCred(), XrdClientAdmin::LocalLocate(), main(), make_Cell(), TRootGuiBuilder::MaybeCloseWindow(), OldProofServAuthSetup(), TSessionServerFrame::OnBtnAddClicked(), TSessionServerFrame::OnBtnDeleteClicked(), TSessionQueryFrame::OnBtnSubmit(), RootShower::OnShowSelected(), TRootGuiBuilder::OpenProject(), HistAction::paintHist(), XrdOfsHandle::PoscSet(), WorldMap::PrintCode(), TProof::Process(), XSElementDlg::ProcessButton(), TApplication::ProcessLine(), XSGui::ProcessMenuMessage(), TGTextEdit::ProcessMessage(), SettingsDialog::ProcessMessage(), HistAction::ProcessMessage(), TestMsgBox::ProcessMessage(), XrdPssFile::Read(), XrdOssFile::Read(), TFileCacheRead::ReadBufferExt(), XrdOssFile::ReadRaw(), ROOT::RpdCheckAuthTab(), ROOT::RpdCleanupAuthTab(), ROOT::RpdDeleteKeyFile(), ROOT::RpdUpdateAuthTab(), TRint::Run(), TGuiBldDragManager::Save(), TGuiBldDragManager::SaveFrame(), TGMainFrame::SaveFrameAsCodeOrImage(), TRootGuiBuilder::SaveProject(), SendHostAuth(), XrdCpWorkLst::SetDest(), TSessionFrame::ShutdownSession(), TAuthenticate::SshAuth(), TLM::StartSession(), TGuiBldEditor::SwitchLayout(), test_default_gc(), test_gcs(), test_images(), test_pixmaps(), test_temp_windows(), test_visual_coherency(), XrdClientPhyConnection::TestAndSetMStreamsGoing(), HistAction::toScan(), TSeqCollectionReverse(), XrdFrmAdmin::UnlinkDir(), TGuiBldNameFrame::UpdateName(), TUploadDataSetDlg::UploadDataSet(), XrdOssFile::Write(), XrdPssFile::Write(), and XrdOssAioWait().

GdkColormap* system_colourmap [static]

Definition at line 98 of file testgdk.c.

Referenced by test_colourmaps(), and test_colours().

GdkVisual* system_visual [static]

Definition at line 94 of file testgdk.c.

Referenced by gdk_list_visuals(), gdk_visual_get_best(), gdk_visual_get_best_with_both(), gdk_visual_get_best_with_depth(), gdk_visual_get_best_with_type(), gdk_visual_get_system(), gdk_visual_init(), test_arcs(), test_images(), test_lines(), test_points(), test_rectangles(), test_temp_windows(), test_visuals(), and tests().

gboolean tmpb [static]

Definition at line 92 of file testgdk.c.

GdkWindow* w [static]

Definition at line 96 of file testgdk.c.

GdkColor white [static]

Definition at line 100 of file testgdk.c.

Referenced by _gdk_win32_gc_new(), TGRootIDE::Build(), TGQt::FillRectangle(), test_colours(), test_gcs(), TestFileList::TestFileList(), TGedMarkerPopup::TGedMarkerPopup(), and TNewChainDlg::TNewChainDlg().

GdkGC * white_gc [static]

Definition at line 102 of file testgdk.c.

Referenced by test_gcs().


Generated on Tue Jul 5 15:58:42 2011 for ROOT_528-00b_version by  doxygen 1.5.1