X11workbench Toolkit  1.0
_WB_LIST_CONTROL_ Struct Reference

List control structure. More...

#include <dialog_support.h>

Data Fields

WBDialogControl wbDLGCtrl
 Standard dialog control members.
 
WBListCurSel sel
 selection state, must follow wbDLGCtrl
 
int * pSelBitmap
 bitmap of selections (when applicable) (use 'WBAlloc/WBFree')
 
int cbBitmap
 size of bitmap (in bytes, granular at sizeof(int))
 
WB_FONT pBold
 bold font set - assigned on the fly, struct creator must free if not 'None'
 

Detailed Description

List control structure.

typedef struct _WB_LIST_CONTROL_
{
WBDialogControl wbDLGCtrl; // Standard dialog control members
WBListCurSel sel; // selection state, must follow wbDLGCtrl
int *pSelBitmap; // bitmap of selections (when applicable) (use 'WBAlloc/WBFree')
int cbBitmap; // size of bitmap (in bytes, granular at sizeof(int))
WB_FONT pBold; // bold font set - assigned on the fly, struct creator must free if not 'None'

Structure allocated for List control

Definition at line 291 of file dialog_support.h.


The documentation for this struct was generated from the following file: