// Copyright (c) 2001 Martin-Luther-University Halle-Wittenberg (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Public License version 1.0. // See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. // // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ // // // Author(s) : Matthias Baesken, Algorithmic Solutions #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define num_xpm_button32 61 static const char** xpm_button32[] = { balls_xpm, beer_xpm, blocks_xpm, books_xpm, bulb_xpm, c_file_xpm, clock_xpm, complement_xpm, computer_xpm, continue_xpm, crush_xpm, cube_xpm, door_exit_xpm, draw_xpm, exit_xpm, eye_xpm, flag_xpm, gift_xpm, graph_xpm, grid_xpm, hammer_xpm, hand_xpm, help_xpm, home_xpm, info_xpm, intersect_xpm, intersect2_xpm, key_xpm, keyboard_xpm, light_off_xpm, light_on_xpm, lightning_xpm, make_file_xpm, maze_xpm, mouse_xpm, news_xpm, notebook_xpm, paper_xpm, pen_xpm, pencil_xpm, pencils_xpm, people_xpm, person_xpm, polyhedron_xpm, printer_xpm, ps_file_xpm, puzzle_xpm, raster_xpm, ruler_xpm, run_xpm, run1_xpm, scissors_xpm, sleep_xpm, small_earth_xpm, snowman_xpm, solids_xpm, stop_xpm, tex_file_xpm, text_file_xpm, watch_xpm, win95_xpm }; static const char* name_xpm_button32[] = { "balls", "beer", "blocks", "books", "bulb", "c_file", "clock", "complement", "computer", "continue", "crush", "cube", "door_exit", "draw", "exit", "eye", "flag", "gift", "graph", "grid", "hammer", "hand", "help", "home", "info", "intersect", "intersect2", "key", "keyboard", "light_off", "light_on", "lightning", "make_file", "maze", "mouse", "news", "notebook", "paper", "pen", "pencil", "pencils", "people", "person", "polyhedron", "printer", "ps_file", "puzzle", "raster", "ruler", "run", "run1", "scissors", "sleep", "small_earth", "snowman", "solids", "stop", "tex_file", "text_file", "watch", "win95" }; #if defined(__GNUC__) inline char xpm_button32_unused_warning() { return xpm_button32[0][0][0] + name_xpm_button32[0][0]; } #endif