~ubuntu-branches/debian/sid/swt-gtk/sid

« back to all changes in this revision

Viewing changes to org/eclipse/swt/widgets/Button.java

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Perez
  • Date: 2009-12-07 10:22:24 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207102224-70w2tax575mcks1w
Tags: 3.5.1-1
* New upstream release. Closes: #558663.
* debian/control: 
  - Add Vcs-* fields for Git repository.
  - Allow DM-Uploads.
  - Remove "Conflicts", package should live with eclipse.
* debian/rules: Fix default-java path around AWT_LIB_PATH.
* debian/copyright: Minor update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
 
 * Copyright (c) 2000, 2008 IBM Corporation and others.
 
2
 * Copyright (c) 2000, 2009 IBM Corporation and others.
3
3
 * All rights reserved. This program and the accompanying materials
4
4
 * are made available under the terms of the Eclipse Public License v1.0
5
5
 * which accompanies this distribution, and is available at
43
43
 * @see <a href="http://www.eclipse.org/swt/snippets/#button">Button snippets</a>
44
44
 * @see <a href="http://www.eclipse.org/swt/examples.php">SWT Example: ControlExample</a>
45
45
 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
 
46
 * @noextend This class is not intended to be subclassed by clients.
46
47
 */
47
48
public class Button extends Control {
48
49
        int /*long*/ boxHandle, labelHandle, imageHandle, arrowHandle, groupHandle;
81
82
 * @see SWT#RADIO
82
83
 * @see SWT#TOGGLE
83
84
 * @see SWT#FLAT
 
85
 * @see SWT#UP
 
86
 * @see SWT#DOWN
84
87
 * @see SWT#LEFT
85
88
 * @see SWT#RIGHT
86
89
 * @see SWT#CENTER