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

LB_DESCR Struct Reference

Collaboration diagram for LB_DESCR:

Collaboration graph
[legend]
List of all members.

Public Attributes

HANDLE heap
HWND owner
UINT style
INT width
INT height
LB_ITEMDATAitems
INT nb_items
INT top_item
INT selected_item
INT focus_item
INT anchor_item
INT item_height
INT page_size
INT column_width
INT horz_extent
INT horz_pos
INT nb_tabs
INT * tabs
BOOL caret_on
BOOL captured
BOOL in_focus
HFONT font
LCID locale
LPHEADCOMBO lphc

Member Data Documentation

HANDLE LB_DESCR::heap
 

Definition at line 80 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_DeleteItem(), LISTBOX_Destroy(), LISTBOX_InitStorage(), LISTBOX_InsertItem(), LISTBOX_InsertString(), LISTBOX_RemoveItem(), LISTBOX_ResetContent(), LISTBOX_SetCount(), and LISTBOX_SetTabStops().

HWND LB_DESCR::owner
 

Definition at line 81 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_DeleteItem(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_DropFiles(), LISTBOX_EraseBackground(), LISTBOX_FindStringPos(), LISTBOX_HandleChar(), LISTBOX_HandleDragDrop(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDown(), LISTBOX_InsertItem(), LISTBOX_RepaintItem(), and LISTBOX_SetCount().

UINT LB_DESCR::style
 

Definition at line 82 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_FindString(), LISTBOX_FindStringPos(), LISTBOX_GetCurrentPageSize(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemHeight(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_GetSelCount(), LISTBOX_GetSelItems(), LISTBOX_HandleChar(), LISTBOX_HandleHScroll(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDown(), LISTBOX_HandleLButtonDownCombo(), LISTBOX_HandleLButtonUp(), LISTBOX_HandleMouseMove(), LISTBOX_HandleVScroll(), LISTBOX_InsertItem(), LISTBOX_InvalidateItems(), LISTBOX_LButtonDblClk(), LISTBOX_MakeItemVisible(), LISTBOX_MoveCaret(), LISTBOX_RepaintItem(), LISTBOX_SelectItemRange(), LISTBOX_SetCount(), LISTBOX_SetHorizontalExtent(), LISTBOX_SetItemHeight(), LISTBOX_SetRedraw(), LISTBOX_SetSelection(), LISTBOX_SetTabStops(), LISTBOX_SetTopItem(), LISTBOX_UpdatePage(), LISTBOX_UpdateScroll(), and LISTBOX_UpdateSize().

INT LB_DESCR::width
 

Definition at line 83 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_HandleHScroll(), LISTBOX_HandleKeyDown(), LISTBOX_HandleMouseMove(), LISTBOX_InvalidateItems(), LISTBOX_ItemFromPoint(), LISTBOX_MakeItemVisible(), LISTBOX_SetHorizontalExtent(), LISTBOX_SetHorizontalPos(), LISTBOX_SetTopItem(), LISTBOX_UpdateScroll(), and LISTBOX_UpdateSize().

INT LB_DESCR::height
 

Definition at line 84 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetCurrentPageSize(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_HandleMouseMove(), LISTBOX_InvalidateItems(), LISTBOX_ItemFromPoint(), LISTBOX_MakeItemVisible(), LISTBOX_SetTopItem(), LISTBOX_UpdatePage(), and LISTBOX_UpdateSize().

LB_ITEMDATA* LB_DESCR::items
 

Definition at line 85 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_DeleteItem(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_FindFileStrPos(), LISTBOX_FindString(), LISTBOX_FindStringPos(), LISTBOX_GetCurrentPageSize(), LISTBOX_GetItemData(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemHeight(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_GetSel(), LISTBOX_GetSelCount(), LISTBOX_GetSelItems(), LISTBOX_GetText(), LISTBOX_GetTextLen(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDown(), LISTBOX_InitStorage(), LISTBOX_InsertItem(), LISTBOX_MakeItemVisible(), LISTBOX_RemoveItem(), LISTBOX_ResetContent(), LISTBOX_SelectItemRange(), LISTBOX_SetCount(), LISTBOX_SetItemData(), LISTBOX_SetItemHeight(), LISTBOX_SetSelection(), and LISTBOX_SetTopItem().

INT LB_DESCR::nb_items
 

Definition at line 86 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_DeleteString(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_FindFileStrPos(), LISTBOX_FindString(), LISTBOX_FindStringPos(), LISTBOX_GetCount(), LISTBOX_GetCurSel(), LISTBOX_GetCurrentPageSize(), LISTBOX_GetItemData(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemHeight(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_GetSel(), LISTBOX_GetSelCount(), LISTBOX_GetSelItems(), LISTBOX_GetText(), LISTBOX_GetTextLen(), LISTBOX_HandleChar(), LISTBOX_HandleHScroll(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDownCombo(), LISTBOX_HandleLButtonUp(), LISTBOX_HandleTimer(), LISTBOX_HandleVScroll(), LISTBOX_InsertItem(), LISTBOX_InsertString(), LISTBOX_MoveCaret(), LISTBOX_RemoveItem(), LISTBOX_ResetContent(), LISTBOX_SelectItemRange(), LISTBOX_SetAnchorIndex(), LISTBOX_SetCaretIndex(), LISTBOX_SetCount(), LISTBOX_SetItemData(), LISTBOX_SetItemHeight(), LISTBOX_SetSelection(), and LISTBOX_UpdateScroll().

INT LB_DESCR::top_item
 

Definition at line 87 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetCurrentPageSize(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemRect(), LISTBOX_GetTopIndex(), LISTBOX_HandleHScroll(), LISTBOX_HandleMouseWheel(), LISTBOX_HandleTimer(), LISTBOX_HandleVScroll(), LISTBOX_MakeItemVisible(), LISTBOX_ResetContent(), LISTBOX_SetTopItem(), LISTBOX_UpdatePage(), and LISTBOX_UpdateScroll().

INT LB_DESCR::selected_item
 

Definition at line 88 of file listbox.cpp.

Referenced by ComboLBWndProc(), LISTBOX_Create(), LISTBOX_GetCurSel(), LISTBOX_HandleChar(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDownCombo(), LISTBOX_HandleSetCaretIndex(), LISTBOX_InsertItem(), LISTBOX_RemoveItem(), LISTBOX_ResetContent(), LISTBOX_SelectItemRange(), LISTBOX_SetCount(), and LISTBOX_SetSelection().

INT LB_DESCR::focus_item
 

Definition at line 89 of file listbox.cpp.

Referenced by LISTBOX_CaretOff(), LISTBOX_CaretOn(), LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_GetCaretIndex(), LISTBOX_GetCurSel(), LISTBOX_HandleChar(), LISTBOX_HandleKeyDown(), LISTBOX_HandleMouseMove(), LISTBOX_HandleSystemTimer(), LISTBOX_HandleTimer(), LISTBOX_InsertItem(), LISTBOX_KillFocus(), LISTBOX_MoveCaret(), LISTBOX_RemoveItem(), LISTBOX_ResetContent(), LISTBOX_SetCaretIndex(), LISTBOX_SetCount(), and LISTBOX_SetFocus().

INT LB_DESCR::anchor_item
 

Definition at line 90 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_GetAnchorIndex(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDown(), LISTBOX_MoveCaret(), LISTBOX_RemoveItem(), LISTBOX_ResetContent(), and LISTBOX_SetAnchorIndex().

INT LB_DESCR::item_height
 

Definition at line 91 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemHeight(), LISTBOX_GetItemRect(), LISTBOX_HandleMouseMove(), LISTBOX_InsertItem(), LISTBOX_MakeItemVisible(), LISTBOX_SetCount(), LISTBOX_SetFont(), LISTBOX_SetItemHeight(), LISTBOX_SetTopItem(), LISTBOX_UpdatePage(), and LISTBOX_UpdateSize().

INT LB_DESCR::page_size
 

Definition at line 92 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetCurrentPageSize(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_HandleHScroll(), LISTBOX_HandleKeyDown(), LISTBOX_HandleMouseMove(), LISTBOX_HandleMouseWheel(), LISTBOX_HandleTimer(), LISTBOX_MakeItemVisible(), LISTBOX_RemoveItem(), LISTBOX_SetTopItem(), LISTBOX_UpdatePage(), and LISTBOX_UpdateScroll().

INT LB_DESCR::column_width
 

Definition at line 93 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetItemFromPoint(), LISTBOX_GetItemRect(), LISTBOX_GetMaxTopIndex(), LISTBOX_HandleHScroll(), LISTBOX_HandleKeyDown(), LISTBOX_MakeItemVisible(), LISTBOX_SetColumnWidth(), LISTBOX_SetTopItem(), and LISTBOX_UpdateScroll().

INT LB_DESCR::horz_extent
 

Definition at line 94 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_GetHorizontalExtent(), LISTBOX_HandleHScroll(), LISTBOX_SetHorizontalExtent(), LISTBOX_SetHorizontalPos(), and LISTBOX_UpdateScroll().

INT LB_DESCR::horz_pos
 

Definition at line 95 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetItemRect(), LISTBOX_HandleHScroll(), LISTBOX_RepaintItem(), LISTBOX_SetHorizontalExtent(), LISTBOX_SetHorizontalPos(), and LISTBOX_UpdateScroll().

INT LB_DESCR::nb_tabs
 

Definition at line 96 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_DrawItem(), and LISTBOX_SetTabStops().

INT* LB_DESCR::tabs
 

Definition at line 97 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_DrawItem(), and LISTBOX_SetTabStops().

BOOL LB_DESCR::caret_on
 

Definition at line 98 of file listbox.cpp.

Referenced by LISTBOX_CaretOff(), LISTBOX_CaretOn(), LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_HandleLButtonDown(), LISTBOX_KillFocus(), LISTBOX_MoveCaret(), LISTBOX_SetCaretIndex(), and LISTBOX_SetFocus().

BOOL LB_DESCR::captured
 

Definition at line 99 of file listbox.cpp.

Referenced by ComboLBWndProc(), LISTBOX_Create(), LISTBOX_HandleLButtonDown(), LISTBOX_HandleLButtonUp(), and LISTBOX_HandleMouseMove().

BOOL LB_DESCR::in_focus
 

Definition at line 100 of file listbox.cpp.

Referenced by LISTBOX_CaretOff(), LISTBOX_CaretOn(), LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_DrawItem(), LISTBOX_HandleLButtonDown(), LISTBOX_KillFocus(), LISTBOX_MoveCaret(), LISTBOX_SetCaretIndex(), and LISTBOX_SetFocus().

HFONT LB_DESCR::font
 

Definition at line 101 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_Draw(), LISTBOX_GetFont(), LISTBOX_RepaintItem(), and LISTBOX_SetFont().

LCID LB_DESCR::locale
 

Definition at line 102 of file listbox.cpp.

Referenced by LISTBOX_Create(), LISTBOX_FindStringPos(), LISTBOX_GetLocale(), and LISTBOX_SetLocale().

LPHEADCOMBO LB_DESCR::lphc
 

Definition at line 103 of file listbox.cpp.

Referenced by ComboLBWndProc(), LISTBOX_Create(), LISTBOX_DropFiles(), LISTBOX_HandleDragDrop(), LISTBOX_HandleKeyDown(), LISTBOX_HandleLButtonDown(), LISTBOX_HandleLButtonDownCombo(), LISTBOX_SetCount(), and LISTBOX_SetSelection().


The documentation for this struct was generated from the following file:
Generated on Wed Jan 23 23:22:30 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001