Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

controls.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define GetInfoPtr(hwnd)   (GetWindowLongA(hwnd,0))
#define SetInfoPtr(hwnd, data)   SetWindowLongA(hwnd,0,data)
#define BUTTON_CONTROL   0
#define STATIC_CONTROL   1
#define SCROLLBAR_CONTROL   2
#define LISTBOX_CONTROL   3
#define COMBOLBOX_CONTROL   4
#define COMBOBOX_CONTROL   5
#define EDIT_CONTROL   6
#define MDICLIENT_CONTROL   7
#define DIALOG_CONTROL   8
#define DESKTOP_CONTROL   9
#define WINSWITCH_CONTROL   10
#define ICONTITLE_CONTROL   11
#define POPUPMENU_CONTROL   12
#define MAX_CONTROLS   13
#define ID_CB_LISTBOX   1000
#define ID_CB_EDIT   1001

Functions

void CONTROLS_Register ()
void CONTROLS_Unregister ()


Define Documentation

#define GetInfoPtr hwnd       (GetWindowLongA(hwnd,0))
 

Definition at line 16 of file controls.h.

Referenced by BUTTON_CaptureChanged(), BUTTON_Destroy(), BUTTON_DrawPushButton(), BUTTON_GetCheck(), BUTTON_GetFont(), BUTTON_GetImage(), BUTTON_GetState(), BUTTON_KeyDown(), BUTTON_KeyUp(), BUTTON_KillFocus(), BUTTON_LButtonDown(), BUTTON_LButtonUp(), BUTTON_SetCheck(), BUTTON_SetFocus(), BUTTON_SetFont(), BUTTON_SetImage(), BUTTON_SetState(), BUTTON_SetText(), CB_Paint(), COMBO_AddString(), COMBO_Command(), COMBO_Create(), COMBO_DeleteString(), COMBO_Dir(), COMBO_Directory(), COMBO_Enable(), COMBO_EraseBackground(), COMBO_FindString(), COMBO_FindStringExact(), COMBO_GetCount(), COMBO_GetCurSel(), COMBO_GetDlgCode(), COMBO_GetDroppedControlRect(), COMBO_GetDroppedState(), COMBO_GetDroppedWidth(), COMBO_GetEditSel(), COMBO_GetExtendedUI(), COMBO_GetFont(), COMBO_GetHorizontalExtent(), COMBO_GetItemData(), COMBO_GetItemHeight(), COMBO_GetLBText(), COMBO_GetLBTextLen(), COMBO_GetLocale(), COMBO_GetText(), COMBO_GetTextLength(), COMBO_GetTopIndex(), COMBO_HandleItem(), COMBO_HandleKey(), COMBO_HandleText(), COMBO_InitStorage(), COMBO_InsertString(), COMBO_KillFocus(), COMBO_LButtonDown(), COMBO_LButtonUp(), COMBO_MouseMove(), COMBO_NCDestroy(), COMBO_Paint(), COMBO_ResetContent(), COMBO_SelectString(), COMBO_SetCurSel(), COMBO_SetDroppedWidth(), COMBO_SetEditSel(), COMBO_SetExtendedUI(), COMBO_SetFocus(), COMBO_SetFont(), COMBO_SetHorizontalExtent(), COMBO_SetItemData(), COMBO_SetItemHeight(), COMBO_SetLocale(), COMBO_SetRedraw(), COMBO_ShowDropDown(), COMBO_Size(), COMBO_SysKeyDown(), COMBO_WindowPosChanging(), ComboLBWndProc(), EditWndProc(), GB_Paint(), ListBoxWndProc(), OB_Paint(), PB_Paint(), SCROLL_Destroy(), SCROLL_GetInfoPtr(), STATIC_GetFont(), STATIC_GetIcon(), STATIC_GetImage(), STATIC_GetText(), STATIC_NCDestroy(), STATIC_PaintBitmapfn(), STATIC_PaintIconfn(), STATIC_PaintMetafilefn(), STATIC_PaintTextfn(), STATIC_SetBitmap(), STATIC_SetFont(), STATIC_SetIcon(), STATIC_SetMetafile(), and UB_Paint().

#define SetInfoPtr hwnd,
data       SetWindowLongA(hwnd,0,data)
 

Definition at line 17 of file controls.h.

Referenced by BUTTON_Create(), COMBO_NCCreate(), COMBO_NCDestroy(), EDIT_WM_Destroy(), EDIT_WM_NCCreate(), LISTBOX_Create(), LISTBOX_Destroy(), SCROLL_NCCreate(), and STATIC_NCCreate().

#define BUTTON_CONTROL   0
 

Definition at line 23 of file controls.h.

#define STATIC_CONTROL   1
 

Definition at line 24 of file controls.h.

#define SCROLLBAR_CONTROL   2
 

Definition at line 25 of file controls.h.

#define LISTBOX_CONTROL   3
 

Definition at line 26 of file controls.h.

#define COMBOLBOX_CONTROL   4
 

Definition at line 27 of file controls.h.

#define COMBOBOX_CONTROL   5
 

Definition at line 28 of file controls.h.

#define EDIT_CONTROL   6
 

Definition at line 29 of file controls.h.

#define MDICLIENT_CONTROL   7
 

Definition at line 30 of file controls.h.

#define DIALOG_CONTROL   8
 

Definition at line 31 of file controls.h.

#define DESKTOP_CONTROL   9
 

Definition at line 32 of file controls.h.

#define WINSWITCH_CONTROL   10
 

Definition at line 33 of file controls.h.

#define ICONTITLE_CONTROL   11
 

Definition at line 34 of file controls.h.

#define POPUPMENU_CONTROL   12
 

Definition at line 35 of file controls.h.

#define MAX_CONTROLS   13
 

Definition at line 36 of file controls.h.

#define ID_CB_LISTBOX   1000
 

Definition at line 44 of file controls.h.

#define ID_CB_EDIT   1001
 

Definition at line 45 of file controls.h.


Function Documentation

void CONTROLS_Register  
 

Definition at line 31 of file controls.cpp.

void CONTROLS_Unregister  
 

Definition at line 89 of file controls.cpp.


Generated on Wed Jan 23 23:18:12 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001