Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.3.8 appl_options TOS Name: »-« - AES-Nummer: 137 Deklaration: int16_t appl_options(int16_t mode, int16_t aopts0, int16_t aopts1, int16_t aopts2, int16_t aopt3, int16_t *out0, int16_t *out1, int16_t *out2, int16_t *out3); Beschreibung: Its purpose is to let application set/get options available to it, such as the extended objc_edit mode. Parameter Bedeutung mode Selects the mode. If mode is AOPT_CLEAR (0), then the selected options found in aopt0 - aopt3 is cleared, disabling then. If AOPT_SET (1) then the selected option bit is set, enabling them. aopt0 The first 16 of options which have the following meaning; Bit 0 - AO0_WF_SLIDER If this bit is set, blah, blah, yeah. Bit 1 - AO0_OBJC_EDIT If this options is enabled, objc_edit()... blah aopt1 The second group of 16 options, none of which is defined yet. Always reads 0. aopt2 The third group of 16 options, none of which is defined yet. Always reads 0. aopt3 The third group of 16 options, none of which is defined yet. Always reads 0. out0 out1 out2 out3 Ergebnis: Return 1 = OK or 0 = error. Verfügbar: Das Vorhandensein der Funktion ist über appl_getinfo (Opcode 98) nachprüfbar. Gruppe: Applikationen Querverweis: Binding