blob: 80a56763b9481c298313c91980f4d38f2a3ea84b [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 GtkMenuItem extends GtkItem {
public int submenu;
public int accelerator_signal;
public int toggle_size;
public int accelerator_width;
public int show_toggle_indicator;
public int show_submenu_indicator;
public int submenu_placement;
public int submenu_direction;
public int right_justify;
public int timer;
public static final int sizeof = 84;
}