KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > gtk > GtkFileSelection


1 /*******************************************************************************
2  * Copyright (c) 2000, 2004 IBM Corporation and others. All rights reserved.
3  * The contents of this file are made available under the terms
4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that
5  * accompanies this distribution (lgpl-v21.txt). The LGPL is also
6  * available at http://www.gnu.org/licenses/lgpl.html. If the version
7  * of the LGPL at http://www.gnu.org is different to the version of
8  * the LGPL accompanying this distribution and there is any conflict
9  * between the two license versions, the terms of the LGPL accompanying
10  * this distribution shall govern.
11  *******************************************************************************/

12 package org.eclipse.swt.internal.gtk;
13
14
15 public class GtkFileSelection {
16     public int /*long*/ dir_list;
17     public int /*long*/ file_list;
18     public int /*long*/ selection_entry;
19     public int /*long*/ selection_text;
20     public int /*long*/ main_vbox;
21     public int /*long*/ ok_button;
22     public int /*long*/ cancel_button;
23     public int /*long*/ help_button;
24     public int /*long*/ history_pulldown;
25     public int /*long*/ history_menu;
26     public int /*long*/ history_list;
27     public int /*long*/ fileop_dialog;
28     public int /*long*/ fileop_entry;
29     public int /*long*/ fileop_file;
30     public int /*long*/ cmpl_state; // gpointer
31
public int /*long*/ fileop_c_dir;
32     public int /*long*/ fileop_del_file;
33     public int /*long*/ fileop_ren_file;
34     public int /*long*/ button_area;
35     public int /*long*/ action_area;
36 }
37
Popular Tags