summaryrefslogtreecommitdiff
path: root/ldmicro/lib/linuxUI/linuxUI.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/lib/linuxUI/linuxUI.h')
-rw-r--r--ldmicro/lib/linuxUI/linuxUI.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ldmicro/lib/linuxUI/linuxUI.h b/ldmicro/lib/linuxUI/linuxUI.h
index 4ddf164..279bf86 100644
--- a/ldmicro/lib/linuxUI/linuxUI.h
+++ b/ldmicro/lib/linuxUI/linuxUI.h
@@ -51,10 +51,9 @@ extern const UINT MF_UNCHECKED;
extern GtkAccelGroup* AccelGroup;
extern GClosure* closure;
-
/// ListStore
-extern GtkWidget *view;
-extern GtkTreeViewColumn *column;
+extern HWID view;
+extern HTVC column;
/// data types
typedef struct OpenFileInfoData {
@@ -76,6 +75,8 @@ BOOL GetSaveFileName(OPENFILENAME* );
void EnableMenuItem(HMENU, HMENU, UINT);
void CheckMenuItem(HMENU, HMENU, UINT);
HBRUSH GetStockObject(int fnObject);
+// bool KeyPressEnter (HWID, GdkEventKey, gpointer);
+// bool KeyPressEsc (HWID, GdkEventKey, gpointer);
HWID CreateWindowEx(
DWORD dwExStyle,