ARB
|
#include <aw_Xm.hxx>
Go to the source code of this file.
Macros | |
#define | XDRAW_PARAM2(common) (common)->get_display(), (common)->get_window_id() |
#define | XDRAW_PARAM3(common, gc) XDRAW_PARAM2(common), (common)->get_GC(gc) |
Enumerations | |
enum | StippleType { ST_UNDEFINED = -1, FILLED_125 = 0, FILLED_25, FILLED_375, FILLED_50, FILLED_625, FILLED_75, FILLED_875 } |
Functions | |
static bool | AW_draw_string_on_screen (AW_device *device, int gc, const char *textBuffer, size_t textStart, size_t textLen, const AW::Position &pos, AW_CL) |
static Pixmap | getStipplePixmap (AW_common_Xm *common, StippleType stippleType) |
Variables | |
const int | PIXMAP_SIZE = 8 |
const int | STIPPLE_TYPES = FILLED_875+1 |
#define XDRAW_PARAM2 | ( | common | ) | (common)->get_display(), (common)->get_window_id() |
#define XDRAW_PARAM3 | ( | common, | |
gc | |||
) | XDRAW_PARAM2(common), (common)->get_GC(gc) |
Definition at line 25 of file AW_Xm.cxx.
Referenced by AW_draw_string_on_screen().
enum StippleType |
|
static |
Definition at line 44 of file AW_Xm.cxx.
References AUTO_FLUSH, AW_INT, DOWNCAST, and XDRAW_PARAM3.
|
static |
Definition at line 75 of file AW_Xm.cxx.
References aw_assert, AW_common_Xm::get_display(), AW_common_Xm::get_window_id(), initialized, PIXMAP_SIZE, and STIPPLE_TYPES.
const int PIXMAP_SIZE = 8 |
Definition at line 72 of file AW_Xm.cxx.
Referenced by getStipplePixmap().
const int STIPPLE_TYPES = FILLED_875+1 |
Definition at line 73 of file AW_Xm.cxx.
Referenced by getStipplePixmap().