chimara-glk ChimaraGlk ChimaraGlk chimara_glk_new chimara_glk_set_interactive chimara_glk_get_interactive chimara_glk_set_protect chimara_glk_get_protect chimara_glk_set_default_font_description chimara_glk_set_default_font_string chimara_glk_get_default_font_description chimara_glk_set_monospace_font_description chimara_glk_set_monospace_font_string chimara_glk_get_monospace_font_description chimara_glk_set_spacing chimara_glk_get_spacing chimara_glk_run chimara_glk_stop chimara_glk_wait ChimaraGlkClass CHIMARA_GLK CHIMARA_IS_GLK CHIMARA_TYPE_GLK chimara_glk_get_type CHIMARA_GLK_CLASS CHIMARA_IS_GLK_CLASS CHIMARA_GLK_GET_CLASS
glk-exiting Exiting Your Program glk_exit glk_main
glk-interrupt The Interrupt Handler glk_set_interrupt_handler
glk-tick The Tick Thing glk_tick
glk-types Basic Types glui32 glsi32
glk-opaque-objects Opaque Objects winid_t strid_t frefid_t schanid_t
glk-gestalt The Gestalt System glk_gestalt_ext glk_gestalt gestalt_Version gestalt_Unicode GLK_MODULE_UNICODE gestalt_CharOutput gestalt_CharOutput_CannotPrint gestalt_CharOutput_ApproxPrint gestalt_CharOutput_ExactPrint gestalt_LineInput gestalt_CharInput gestalt_MouseInput gestalt_Timer gestalt_Graphics gestalt_DrawImage gestalt_Sound gestalt_SoundVolume gestalt_SoundNotify gestalt_Hyperlinks gestalt_HyperlinkInput gestalt_SoundMusic gestalt_GraphicsTransparency
glk-character-input Character Input keycode_Unknown keycode_Left keycode_Right keycode_Up keycode_Down keycode_Return keycode_Delete keycode_Escape keycode_Tab keycode_PageUp keycode_PageDown keycode_Home keycode_End keycode_Func1 keycode_Func2 keycode_Func3 keycode_Func4 keycode_Func5 keycode_Func6 keycode_Func7 keycode_Func8 keycode_Func9 keycode_Func10 keycode_Func11 keycode_Func12 keycode_MAXVAL
glk-case Upper and Lower Case glk_char_to_lower glk_char_to_upper glk_buffer_to_lower_case_uni glk_buffer_to_upper_case_uni glk_buffer_to_title_case_uni
glk-window-opening Window Opening, Closing, and Constraints glk_window_open winmethod_Left winmethod_Right winmethod_Above winmethod_Below winmethod_DirMask winmethod_Fixed winmethod_Proportional winmethod_DivisionMask glk_window_close
glk-window-constraints Changing Window Constraints glk_window_get_size glk_window_set_arrangement glk_window_get_arrangement
glk-window-types The Types of Windows wintype_Blank wintype_Pair wintype_TextBuffer wintype_TextGrid glk_window_move_cursor wintype_Graphics wintype_AllTypes
glk-echo-streams Echo Streams glk_window_set_echo_stream glk_window_get_echo_stream
glk-window-other Other Window Functions glk_window_iterate glk_window_get_rock glk_window_get_type glk_window_get_parent glk_window_get_sibling glk_window_get_root glk_window_clear glk_window_get_stream glk_set_window
glk-events Events glk_select event_t glk_select_poll evtype_None evtype_Timer evtype_CharInput evtype_LineInput evtype_MouseInput evtype_Arrange evtype_Redraw evtype_SoundNotify evtype_Hyperlink
glk-character-input-events Character Input Events glk_request_char_event glk_request_char_event_uni glk_cancel_char_event
glk-line-input-events Line Input Events glk_request_line_event glk_request_line_event_uni glk_cancel_line_event
glk-mouse-events Mouse Input Events glk_request_mouse_event glk_cancel_mouse_event
glk-timer-events Timer Events glk_request_timer_events
glk-streams Streams glk_stream_set_current glk_stream_get_current filemode_Write filemode_Read filemode_ReadWrite filemode_WriteAppend
glk-print How to Print glk_put_char glk_put_string glk_put_buffer glk_put_char_stream glk_put_string_stream glk_put_buffer_stream glk_put_char_uni glk_put_string_uni glk_put_buffer_uni glk_put_char_stream_uni glk_put_string_stream_uni glk_put_buffer_stream_uni
glk-read How to Read glk_get_char_stream glk_get_buffer_stream glk_get_line_stream glk_get_char_stream_uni glk_get_buffer_stream_uni glk_get_line_stream_uni
glk-closing-streams Closing Streams glk_stream_close stream_result_t
glk-stream-positions Stream Positions glk_stream_set_position glk_stream_get_position seekmode_Start seekmode_Current seekmode_End
glk-styles Styles glk_set_style glk_set_style_stream glk_stylehint_set glk_stylehint_clear glk_style_distinguish glk_style_measure style_Normal style_Emphasized style_Preformatted style_Header style_Subheader style_Alert style_Note style_BlockQuote style_Input style_User1 style_User2 style_NUMSTYLES stylehint_Indentation stylehint_ParaIndentation stylehint_Justification stylehint_Size stylehint_Weight stylehint_Oblique stylehint_Proportional stylehint_TextColor stylehint_BackColor stylehint_ReverseColor stylehint_NUMHINTS stylehint_just_LeftFlush stylehint_just_LeftRight stylehint_just_Centered stylehint_just_RightFlush
glk-stream-types The Types of Streams glk_stream_open_memory glk_stream_open_memory_uni glk_stream_open_file glk_stream_open_file_uni
glk-stream-other Other Stream Functions glk_stream_iterate glk_stream_get_rock
glk-fileref File References fileusage_Data fileusage_SavedGame fileusage_Transcript fileusage_InputRecord fileusage_TypeMask fileusage_TextMode fileusage_BinaryMode
glk-fileref-types The Types of File References glk_fileref_create_temp glk_fileref_create_by_prompt glk_fileref_create_by_name glk_fileref_create_from_fileref
glk-fileref-other Other File Reference Functions glk_fileref_destroy glk_fileref_iterate glk_fileref_get_rock glk_fileref_delete_file glk_fileref_does_file_exist
glk-image-resources Image Resources glk_image_get_info glk_image_draw glk_image_draw_scaled
glk-graphics-windows Graphics in Graphics Windows glk_window_set_background_color glk_window_fill_rect glk_window_erase_rect
glk-graphics-text Graphics in Text Buffer Windows glk_window_flow_break imagealign_InlineUp imagealign_InlineDown imagealign_InlineCenter imagealign_MarginLeft imagealign_MarginRight
glk-graphics-testing Testing for Graphics Capabilities GLK_MODULE_IMAGE
glk-sound-channels Creating and Destroying Sound Channels glk_schannel_create glk_schannel_destroy
glk-playing-sounds Playing Sounds glk_schannel_play glk_schannel_play_ext glk_schannel_stop glk_schannel_set_volume glk_sound_load_hint
glk-sound-other Other Sound Channel Functions glk_schannel_iterate glk_schannel_get_rock
glk-sound-testing Testing for Sound Capabilities GLK_MODULE_SOUND
glk-creating-hyperlinks Creating Hyperlinks glk_set_hyperlink glk_set_hyperlink_stream
glk-accepting-hyperlinks Accepting Hyperlink Events glk_request_hyperlink_event glk_cancel_hyperlink_event
glk-hyperlinks-testing Testing for Hyperlink Capabilities GLK_MODULE_HYPERLINKS