Tabnine Logo
Item.windowProc
Code IndexAdd Tabnine to your IDE (free)

How to use
windowProc
method
in
org.eclipse.swt.widgets.Item

Best Java code snippets using org.eclipse.swt.widgets.Item.windowProc (Showing top 3 results out of 315)

origin: org.eclipse.platform/org.eclipse.swt.gtk.aix.ppc

@Override
int /*long*/ windowProc (int /*long*/ handle, int /*long*/ user_data) {
  switch ((int)/*64*/user_data) {
    case ACTIVATE_INVERSE: {
      expanded = OS.gtk_expander_get_expanded (handle);
      parent.layoutItems (0, false);
      return 0;
    }
  }
  return super.windowProc (handle, user_data);
}
}
origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
int /*long*/ windowProc (int /*long*/ handle, int /*long*/ user_data) {
  switch ((int)/*64*/user_data) {
    case ACTIVATE_INVERSE: {
      expanded = OS.gtk_expander_get_expanded (handle);
      parent.layoutItems (0, false);
      return 0;
    }
  }
  return super.windowProc (handle, user_data);
}
}
origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.s390x

@Override
long /*int*/ windowProc (long /*int*/ handle, long /*int*/ user_data) {
  switch ((int)/*64*/user_data) {
    case ACTIVATE_INVERSE: {
      expanded = OS.gtk_expander_get_expanded (handle);
      parent.layoutItems (0, false);
      return 0;
    }
  }
  return super.windowProc (handle, user_data);
}
}
org.eclipse.swt.widgetsItemwindowProc

Popular methods of Item

  • getData
  • setImage
    Sets the receiver's image to the argument, which may be null indicating that no image should be disp
  • getText
    Returns the receiver's text, which will be an empty string if it has never been set.
  • setText
    Sets the receiver's text. Note: If control characters like '\n', '\t' etc. are used in the string, t
  • dispose
  • isDisposed
  • setData
  • getImage
    Returns the receiver's image if it has one, or null if it does not.
  • checkWidget
  • getNameText
  • releaseParent
  • releaseWidget
  • releaseParent,
  • releaseWidget,
  • reskinChildren,
  • error,
  • releaseChildren,
  • releaseHandle,
  • deregister,
  • destroyWidget,
  • register,
  • release

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • compareTo (BigDecimal)
  • String (java.lang)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Table (org.hibernate.mapping)
    A relational table
  • Runner (org.openjdk.jmh.runner)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now