diff options
author | Rr42 | 2018-06-20 12:13:49 +0530 |
---|---|---|
committer | Rr42 | 2018-06-20 12:13:49 +0530 |
commit | 307008b718c4bf9c3e91f7b0fc36823985c91d37 (patch) | |
tree | ba72d57c0dc85c84a0888560ca39628c44295bf6 /ldmicro/lib/linuxUI/linuxUI.h | |
parent | e4c4f5ea11291e551967f5240f53c43895771ffb (diff) | |
parent | cae95cbf69ebe440ebcda9b21ab895e4e2bdf719 (diff) | |
download | LDMicroGtk-307008b718c4bf9c3e91f7b0fc36823985c91d37.tar.gz LDMicroGtk-307008b718c4bf9c3e91f7b0fc36823985c91d37.tar.bz2 LDMicroGtk-307008b718c4bf9c3e91f7b0fc36823985c91d37.zip |
Merge branch 'GUI_Port_2' into GUI_port, with menu update.
Diffstat (limited to 'ldmicro/lib/linuxUI/linuxUI.h')
-rw-r--r-- | ldmicro/lib/linuxUI/linuxUI.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ldmicro/lib/linuxUI/linuxUI.h b/ldmicro/lib/linuxUI/linuxUI.h index 8ac0c9b..2f13e79 100644 --- a/ldmicro/lib/linuxUI/linuxUI.h +++ b/ldmicro/lib/linuxUI/linuxUI.h @@ -73,9 +73,13 @@ extern const UINT MF_GRAYED; extern const UINT MF_CHECKED; extern const UINT MF_UNCHECKED; +/// Accelerators (keyboard shortcuts) +extern GtkAccelGroup* AccelGroup; +extern GClosure* closure; + /// ListStore -extern GtkWidget *view; -extern GtkTreeViewColumn *column; +extern HWID view; +extern HTVC column; /// Structures typedef struct OpenFileInfoData { |