mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Python about box implemented. Slightly convoluted, since (a) we have
to override an internal sioux routine and (b) we have to override the "about sioux" menuitem after sioux has created its menus.
This commit is contained in:
parent
c204c70c1a
commit
3469e997b4
5 changed files with 463 additions and 58 deletions
|
|
@ -56,6 +56,9 @@
|
|||
/* Dialog for 'Bad preference file' */
|
||||
#define BADPREFFILE_ID 135
|
||||
|
||||
/* About box */
|
||||
#define ABOUT_ID 136
|
||||
|
||||
/*
|
||||
** The following are valid both in the binary (or shared library)
|
||||
** and in the Preferences file.
|
||||
|
|
@ -83,6 +86,9 @@
|
|||
#define POPT_KEEPNORM 5
|
||||
#define POPT_KEEPERR 6
|
||||
|
||||
/* Our menu bar */
|
||||
#define MENUBAR_ID 128
|
||||
|
||||
/* From macgetpath.c: */
|
||||
void PyMac_PreferenceOptions Py_PROTO((int *inspect, int *verbose, int *suppress_print,
|
||||
int *unbuffered, int *debugging, int *keep_normal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue