ARB
|
#include "aw_window.hxx"
#include "aw_root.hxx"
#include "aw_common_xm.hxx"
#include <arb_mem.h>
#include <arb_msg.h>
Go to the source code of this file.
Classes | |
class | AW_clip_scale_stack |
Functions | |
static const AW_screen_area & | get_universe () |
static void | AW_get_common_extends_cb (AW_window *, AW_common_Xm *common) |
Variables | |
const int | GC_DEFAULT_LINE_STYLE = LineSolid |
const int | GC_DEFAULT_CAP_STYLE = CapProjecting |
const int | GC_JOIN_STYLE = JoinMiter |
|
static |
Definition at line 272 of file AW_device.cxx.
Referenced by AW_device::reset().
|
static |
Definition at line 481 of file AW_device.cxx.
References AW_common_Xm::get_display(), AW_common_Xm::get_window_id(), and AW_common::set_screen_size().
const int GC_DEFAULT_LINE_STYLE = LineSolid |
Definition at line 344 of file AW_device.cxx.
Referenced by AW_GC_Xm::AW_GC_Xm().
const int GC_DEFAULT_CAP_STYLE = CapProjecting |
Definition at line 345 of file AW_device.cxx.
Referenced by AW_GC_Xm::AW_GC_Xm().
const int GC_JOIN_STYLE = JoinMiter |
Definition at line 346 of file AW_device.cxx.
Referenced by AW_GC_Xm::AW_GC_Xm().