Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GList.h File Reference

A list control. More...

#include "GPopup.h"
#include "GArray.h"

Go to the source code of this file.

Defines

#define GLIST_NOTIFY_INSERT   0
#define GLIST_NOTIFY_DELETE   1
#define GLIST_NOTIFY_SELECT   2
#define GLIST_NOTIFY_CLICK   3
#define GLIST_NOTIFY_DBL_CLICK   4
#define GLIST_NOTIFY_CHANGE   5
#define GLIST_NOTIFY_COLS_CHANGE   6
#define GLIST_NOTIFY_COLS_SIZE   7
#define GLIST_NOTIFY_COLS_CLICK   8
#define GLIST_NOTIFY_RETURN   13
#define GLIST_NOTIFY_DEL_KEY   14
#define GLIST_NOTIFY_ESC_KEY   15
#define GLI_MARK_NONE   0
#define GLI_MARK_UP_ARROW   1
#define GLI_MARK_DOWN_ARROW   2

Enumerations

enum  GListMode
 View modes for the list control.


Detailed Description

A list control.

Author:
Matthew Allen (fret@memecode.com)

Define Documentation

#define GLI_MARK_DOWN_ARROW   2
 

Down arrow mark

See also:
GListColumn::Mark

#define GLI_MARK_NONE   0
 

No marking

See also:
GListColumn::Mark

#define GLI_MARK_UP_ARROW   1
 

Up arrow mark

See also:
GListColumn::Mark

#define GLIST_NOTIFY_CHANGE   5
 

Item changed

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_CLICK   3
 

Item clicked

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_COLS_CHANGE   6
 

Column changed

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_COLS_CLICK   8
 

Column clicks

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_COLS_SIZE   7
 

Column sized

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_DBL_CLICK   4
 

Item double clicked

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_DEL_KEY   14
 

Delete pressed

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_DELETE   1
 

Item deleted

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_ESC_KEY   15
 

Escape pressed

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_INSERT   0
 

Item inserted

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_RETURN   13
 

Return/Enter pressed

See also:
GList, GView::OnNotify

#define GLIST_NOTIFY_SELECT   2
 

Item selected

See also:
GList, GView::OnNotify


Generated on Wed Oct 26 14:46:53 2005 for Lgi by  doxygen 1.4.1