#include "bcbitmap.h"#include "bcclipboard.h"#include "bcdisplayinfo.h"#include "bcmenubar.h"#include "bcpixmap.h"#include "bcpopup.h"#include "bcpopupmenu.h"#include "bcrepeater.h"#include "bcresources.h"#include "bcsignals.h"#include "bcsubwindow.h"#include "bcsynchronous.h"#include "bctimer.h"#include "bcwidgetgrid.h"#include "bcwindowbase.h"#include "bcwindowevents.h"#include "colormodels.h"#include "colors.h"#include "condition.h"#include "cursors.h"#include "bchash.h"#include "fonts.h"#include "keys.h"#include "language.h"#include "mutex.h"#include "sizes.h"#include "vframe.h"#include <string.h>#include <unistd.h>#include <X11/extensions/Xvlib.h>#include <X11/extensions/shape.h>

Go to the source code of this file.
Defines | |
| #define | DEFAULT_EVENT_MASKS |
Variables | |
| Window | XGroupLeader = 0 |
| #define DEFAULT_EVENT_MASKS |
Value:
EnterWindowMask | \
LeaveWindowMask | \
ButtonPressMask | \
ButtonReleaseMask | \
PointerMotionMask | \
FocusChangeMask
Definition at line 243 of file bcwindowbase.C.
Referenced by BC_WindowBase::create_window().
| Window XGroupLeader = 0 |
Definition at line 57 of file bcwindowbase.C.
Referenced by BC_WindowBase::create_window(), and BC_WindowBase::set_icon().
1.5.5