edit_window Struct Reference
 
 
 
edit_window Struct Reference

This reference page is linked to from the following overview topics: Structure edit_window.


#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
bool  dont_flag_save
bool  needs_save
HWND  window
HWND  edit_box
int  sr_offset
int  click_tos
int  click_at [CLICK_STACK_SIZE]
bool  editing
IUnknown *  pDoc

Member Function Documentation

INT_PTR new_rollout ( )
INT_PTR edit_rollout ( )
INT_PTR new_rollout ( bool  delete_ew )
INT_PTR edit_rollout ( bool  delete_ew )
static void gc_trace ( ) [static]
bool GetNeedsSave ( )
void ClearNeedsSave ( )

Member Data Documentation

int click_at[CLICK_STACK_SIZE]