#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 | GLIST_NOTIFY_ITEMS_DROPPED 16 |
Items dropped on the control. | |
#define | GLIST_NOTIFY_CONTEXT_MENU 17 |
#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_CONTEXT_MENU 17 |
Sent when the control requests a context menu outside of the existing items, i.e. in the blank space below the items.
Referenced by GList::OnMouseClick().
#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(), GList::OnMouseClick(), and GFontSelect::OnNotify().