#include "GPopup.h"
#include "GArray.h"
Go to the source code of this file.
Classes | |
| class | GMeasureInfo |
| Class for measuring the size of a GItem based object. More... | |
| class | GItem |
| Base class for items in widget containers. More... | |
| struct | GItem::ItemPaintCtx |
| Painting context. More... | |
| class | GItemEdit |
| The popup label for GItem's. More... | |
| class | GListColumn |
| List view column. More... | |
| class | GListItem |
| GItem for populating a GList. More... | |
| class | GList |
| List widget. More... | |
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_BACKSPACE 9 |
| #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. | |
| #define GLI_MARK_DOWN_ARROW 2 |
| #define GLI_MARK_NONE 0 |
No marking
| #define GLI_MARK_UP_ARROW 1 |
Up arrow mark
Referenced by GList::OnKey(), and GListColumn::OnPaint_Content().
| #define GLIST_NOTIFY_BACKSPACE 9 |
| #define GLIST_NOTIFY_CHANGE 5 |
Item changed
| #define GLIST_NOTIFY_CLICK 3 |
Item clicked
Referenced by GList::OnMouseClick(), and GTimeDrop::OnNotify().
| #define GLIST_NOTIFY_COLS_CHANGE 6 |
Column changed
Referenced by GList::AddColumn(), GList::DeleteColumn(), and GList::EmptyColumns().
| #define GLIST_NOTIFY_COLS_CLICK 8 |
| #define GLIST_NOTIFY_COLS_SIZE 7 |
| #define GLIST_NOTIFY_DBL_CLICK 4 |
| #define GLIST_NOTIFY_DEL_KEY 14 |
| #define GLIST_NOTIFY_DELETE 1 |
| #define GLIST_NOTIFY_ESC_KEY 15 |
Escape pressed
Referenced by GList::OnKey(), and GTimeDrop::OnNotify().
| #define GLIST_NOTIFY_INSERT 0 |
| #define GLIST_NOTIFY_RETURN 13 |
Return/Enter pressed
Referenced by GList::OnKey(), and GTimeDrop::OnNotify().
| #define GLIST_NOTIFY_SELECT 2 |
Item selected
Referenced by GTree::OnItemSelect(), GList::OnItemSelect(), and GFontSelect::OnNotify().
1.5.7.1