Searched defs:title (Results 1 - 25 of 98) sorted by relevance

1234

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DSearchDialogBase.py5 title = "Search Dialog" variable in class:SearchDialogBase
39 top.wm_title(self.title)
H A DGrepDialog.py19 title = "Find in Files Dialog" variable in class:GrepDialog
H A DReplaceDialog.py19 title = "Replace Dialog" variable in class:ReplaceDialog
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DSearchDialogBase.py5 title = "Search Dialog" variable in class:SearchDialogBase
39 top.wm_title(self.title)
H A DGrepDialog.py19 title = "Find in Files Dialog" variable in class:GrepDialog
H A DReplaceDialog.py19 title = "Replace Dialog" variable in class:ReplaceDialog
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py44 title = "File Selection Dialog" variable in class:FileDialog
46 def __init__(self, master, title=None):
47 if title is None: title = self.title
52 self.top.title(title)
53 self.top.iconname(title)
224 title = "Load File Selection Dialog" variable in class:LoadFileDialog
238 title variable in class:SaveFileDialog
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py44 title = "File Selection Dialog" variable in class:FileDialog
46 def __init__(self, master, title=None):
47 if title is None: title = self.title
52 self.top.title(title)
53 self.top.iconname(title)
224 title = "Load File Selection Dialog" variable in class:LoadFileDialog
238 title variable in class:SaveFileDialog
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesapp.h48 static int rinit(NCursesWindow& w); // Internal Init function for title
63 // The number of lines for the title window. Default is no title window
69 // This method is called to put something into the title window initially
71 virtual void title() { function in class:NCursesApplication
169 // Attributes to use for the title window
H A Dcursesm.h513 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
515 NCursesPanel::frame(title,btitle);
520 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
522 NCursesPanel::boldframe(title,btitle);
H A Dcursesf.h502 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
504 NCursesPanel::frame(title,btitle);
509 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
511 NCursesPanel::boldframe(title,btitle);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesapp.h48 static int rinit(NCursesWindow& w); // Internal Init function for title
63 // The number of lines for the title window. Default is no title window
69 // This method is called to put something into the title window initially
71 virtual void title() { function in class:NCursesApplication
169 // Attributes to use for the title window
H A Dcursesm.h513 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
515 NCursesPanel::frame(title,btitle);
520 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
522 NCursesPanel::boldframe(title,btitle);
H A Dcursesf.h502 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
504 NCursesPanel::frame(title,btitle);
509 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
511 NCursesPanel::boldframe(title,btitle);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesapp.h48 static int rinit(NCursesWindow& w); // Internal Init function for title
63 // The number of lines for the title window. Default is no title window
69 // This method is called to put something into the title window initially
71 virtual void title() { function in class:NCursesApplication
169 // Attributes to use for the title window
H A Dcursesm.h513 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
515 NCursesPanel::frame(title,btitle);
520 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
522 NCursesPanel::boldframe(title,btitle);
H A Dcursesf.h502 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
504 NCursesPanel::frame(title,btitle);
509 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
511 NCursesPanel::boldframe(title,btitle);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_msi.py28 """Dialog(database, name, x, y, w, h, attributes, title, first,
36 def title(self, title): member in class:PyDialog
37 "Set the title text of the dialog at the top."
41 r"{\VerdanaBold10}%s" % title)
43 def back(self, title, next, name = "Back", active = 1):
44 """Add a back button with a given title, the tab-next button,
52 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
54 def cancel(self, title, next, name = "Cancel", active = 1):
55 """Add a cancel button with a given title, th
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_msi.py28 """Dialog(database, name, x, y, w, h, attributes, title, first,
36 def title(self, title): member in class:PyDialog
37 "Set the title text of the dialog at the top."
41 r"{\VerdanaBold10}%s" % title)
43 def back(self, title, next, name = "Back", active = 1):
44 """Add a back button with a given title, the tab-next button,
52 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
54 def cancel(self, title, next, name = "Cancel", active = 1):
55 """Add a cancel button with a given title, th
[all...]
/prebuilts/tools/common/easymock-tools/
H A Deasymock-3.1-samples.jar ... public void addDocument (java.lang.String, byte[]) String title byte[] document boolean documentChange public boolean removeDocument (java.lang ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DUserString.py127 def title(self): return self.__class__(self.data.title()) member in class:UserString
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DEasyDialogs.py255 def __init__(self, title="Working...", maxval=0, label="", id=263):
262 self.title(title)
275 def title(self, newstr=""): member in class:ProgressBar
276 """title(text) - Set title of progress window"""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DUserString.py127 def title(self): return self.__class__(self.data.title()) member in class:UserString
/prebuilts/devtools/tools/lib/
H A Drule-api.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
H A Dsdkstats.jar ... composite org.eclipse.swt.widgets.Label title org.eclipse.swt.graphics.FontData[] fontdata ...

Completed in 209 milliseconds

1234