#include <listener.h>
Public Member Functions | |
INT_PTR | new_rollout () |
INT_PTR | edit_rollout () |
INT_PTR | new_rollout (bool delete_ew) |
INT_PTR | edit_rollout (bool delete_ew) |
bool | GetNeedsSave () |
void | ClearNeedsSave () |
Static Public Member Functions | |
static void | gc_trace () |
Public Attributes | |
edit_window * | next |
edit_window * | prev |
Value * | file_name |
HWND | window |
HWND | edit_box |
int | sr_offset |
int | click_tos |
int | click_at [CLICK_STACK_SIZE] |
bool | editing |
bool | needs_save |
IUnknown * | pDoc |
INT_PTR new_rollout | ( | ) |
INT_PTR edit_rollout | ( | ) |
INT_PTR new_rollout | ( | bool | delete_ew | ) |
INT_PTR edit_rollout | ( | bool | delete_ew | ) |
|
static |
bool GetNeedsSave | ( | ) |
void ClearNeedsSave | ( | ) |
edit_window* next |
edit_window* prev |
Value* file_name |
HWND window |
HWND edit_box |
int sr_offset |
int click_tos |
int click_at[CLICK_STACK_SIZE] |
bool editing |
bool needs_save |
IUnknown* pDoc |