Home
last modified time | relevance | path

Searched refs:about_dialog (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DmacosxSupport.py163 def about_dialog(event=None): function
182 root.bind('<<about-idle>>', about_dialog)
211 root.createcommand('tkAboutDialog', about_dialog)
DEditorWindow.py220 text.bind("<<about-idle>>", self.about_dialog)
535 def about_dialog(self, event=None): member in EditorWindow
/external/fio/
Dgfio.c1214 static void about_dialog(GtkWidget *w, gpointer data) in about_dialog() function
1272 { "About", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(about_dialog) },