bool32 app->view_set_mark(
+
§3.3.33: view_set_mark
+
bool32 app->view_set_mark(
Application_Links *app,
View_Summary *view,
Buffer_Seek seek
)
Parameters
@@ -738,8 +738,8 @@ cursor in the same column or x position.
Return
This call returns non-zero on success.
Description
This call sets the the view's mark position.
See Also
-
§3.3.34: view_set_highlight
-
bool32 app->view_set_highlight(
+
§3.3.34: view_set_highlight
+
bool32 app->view_set_highlight(
Application_Links *app,
View_Summary *view,
int32_t start,
int32_t end,
bool32 turn_on
)
Parameters
@@ -763,8 +763,8 @@ is set to true the highlight will be shown and the cursor will be hidden. After
that either setting the with view_set_cursor or calling view_set_highlight and
the turn_on set to false, will switch back to showing the cursor.
-
§3.3.35: view_set_buffer
-
bool32 app->view_set_buffer(
+
§3.3.35: view_set_buffer
+
bool32 app->view_set_buffer(
Application_Links *app,
View_Summary *view,
Buffer_ID buffer_id,
Set_Buffer_Flag flags
)
Parameters
@@ -782,8 +782,8 @@ the turn_on set to false, will switch back to showing the cursor.
ReturnThis call returns non-zero on success.
Description
On success view_set_buffer sets the specified view's current buffer and
cancels and dialogue shown in the view and displays the file.
See Also
-
§3.3.36: view_post_fade
-
bool32 app->view_post_fade(
+
§3.3.36: view_post_fade
+
bool32 app->view_post_fade(
Application_Links *app,
View_Summary *view,
float seconds,
int32_t start,
int32_t end,
int_color color
)
Parameters
@@ -808,8 +808,8 @@ cancels and dialogue shown in the view and displays the file.
Return
This call returns non-zero on success.
See Also
-
§3.4.11: Buffer_Setting_ID
-
enum Buffer_Setting_ID;
+
§3.4.11: Buffer_Setting_ID
+
enum Buffer_Setting_ID;
Description
A Buffer_Setting_ID names a setting in a buffer.
Values
BufferSetting_Null
BufferSetting_Null is not a valid setting, it is reserved to detect errors.
@@ -1298,8 +1298,8 @@ the range [1,16].