OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomLabel
(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
129
Label
bottomLabel
= new Label(container, SWT.NONE);
130
bottomLabel
.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
131
bottomLabel
.setText("Bottom:");
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h
214
const char*
bottomLabel
);
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 382 milliseconds