HomeSort by relevance Sort by last modified time
    Searched refs:topLabel (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 117 Label topLabel = new Label(container, SWT.NONE);
118 topLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
119 topLabel.setText("Top:");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 213 virtual void label(const char* topLabel,
cursesm.h 527 inline void label(const char *topLabel, const char *bottomLabel) {
529 NCursesPanel::label(topLabel,bottomLabel);
cursesf.h 516 inline void label(const char *topLabel, const char *bottomLabel) {
518 NCursesPanel::label(topLabel,bottomLabel);

Completed in 242 milliseconds