Searched refs:about_dialog (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | macosxSupport.py | 163 def about_dialog(event=None): function 182 root.bind('<<about-idle>>', about_dialog) 211 root.createcommand('tkAboutDialog', about_dialog)
|
D | EditorWindow.py | 220 text.bind("<<about-idle>>", self.about_dialog) 535 def about_dialog(self, event=None): member in EditorWindow
|
/external/fio/ |
D | gfio.c | 1214 static void about_dialog(GtkWidget *w, gpointer data) in about_dialog() function 1272 { "About", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(about_dialog) },
|