Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cameron Cawley
Browse
Commits
4e6938ca
Commit
4e6938ca
authored
27 years ago
by
David Brown
Browse files
Options
Download
Email Patches
Plain Diff
Choices 'fakepage' display added.
parent
2e86b9d4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
433 additions
and
19 deletions
+433
-19
Resources/UK/Browse/Res,fae
Resources/UK/Browse/Res,fae
+0
-0
c/Choices
c/Choices
+418
-19
c/Handlers
c/Handlers
+2
-0
h/Choices
h/Choices
+13
-0
No files found.
Resources/UK/Browse/Res,fae
View file @
4e6938ca
No preview for this file type
This diff is collapsed.
Click to expand it.
c/Choices
View file @
4e6938ca
This diff is collapsed.
Click to expand it.
c/Handlers
View file @
4e6938ca
...
...
@@ -51,6 +51,7 @@
#include "Browser.h"
#include "ChoiceDefs.h"
#include "Choices.h"
#include "FetchPage.h"
#include "Filetypes.h"
#include "FontManage.h"
...
...
@@ -242,6 +243,7 @@ int handle_messages(WimpMessage * m, void * handle)
}
ChkError
(
windows_initialise_tool_sizes
());
ChkError
(
choices_mode_change
());
}
break
;
...
...
This diff is collapsed.
Click to expand it.
h/Choices
View file @
4e6938ca
...
...
@@ -23,6 +23,11 @@
/* History: 23-Sep-97: Created. */
/***************************************************/
/* Define this if you want to display the Selected colour */
/* in the faked page. */
#define ChoiceUseSelected
/* Choices main dialogue component IDs */
#define CDSet 0x2600
...
...
@@ -113,9 +118,14 @@
#define CD_FolwColourBt 0x2699
#define CD_SlctColour 0x269a
#define CD_SlctColourBt 0x269b
#define CD_FakePage 0x269c
/* In fonts subwindow */
#define CD_Fontsbits 0x26b0
/* In hotlist subwindow */
#define CD_HlSaveDisp 0x26d0
#define CD_HlSaveBt 0x26d1
#define CD_HlDispDisp 0x26d2
...
...
@@ -123,6 +133,8 @@
#define CD_HlAutoOpen 0x26d4
#define CD_HlAutoScroll 0x26d5
/* In history subwindow */
#define CD_HiSaveDisp 0x26f0
#define CD_HiSaveBt 0x26f1
#define CD_HiDispDisp 0x26f2
...
...
@@ -147,3 +159,4 @@ extern ObjectId choices_windowid;
int
choices_to_be_shown
(
int
eventcode
,
ToolboxEvent
*
event
,
IdBlock
*
idb
,
void
*
handle
);
int
choices_hidden
(
int
eventcode
,
ToolboxEvent
*
event
,
IdBlock
*
idb
,
void
*
handle
);
_kernel_oserror
*
choices_set_encoding_field
(
void
);
_kernel_oserror
*
choices_mode_change
(
void
);
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment