Public Member Functions | Static Public Member Functions | Public Attributes

edit_window Struct Reference

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


Search for all occurrences

#include <listener.h>

List of all members.

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

bool needs_save
HWND window
HWND edit_box
int sr_offset
int click_tos
int click_at[CLICK_STACK_SIZE]
bool editing
IUnknown* pDoc