blob: 93445493787e0c31dc5d3f4d83ee6b67b9d12005 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.gtk;
public class GtkFileSelection {
public int dir_list;
public int file_list;
public int selection_entry;
public int selection_text;
public int main_vbox;
public int ok_button;
public int cancel_button;
public int help_button;
public int history_pulldown;
public int history_menu;
public int history_list;
public int fileop_dialog;
public int fileop_entry;
public int fileop_file;
public int cmpl_state; // gpointer
public int fileop_c_dir;
public int fileop_del_file;
public int fileop_ren_file;
public int button_area;
public int action_area;
}