Skip to content

Commit

Permalink
Sync category pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Dec 24, 2024
1 parent 3378e66 commit 19d8c87
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 0 deletions.
28 changes: 28 additions & 0 deletions SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_CreateTextureWithProperties](SDL_CreateTextureWithProperties)
- [SDL_CreateThread](SDL_CreateThread)
- [SDL_CreateThreadWithProperties](SDL_CreateThreadWithProperties)
- [SDL_CreateTray](SDL_CreateTray)
- [SDL_CreateTrayMenu](SDL_CreateTrayMenu)
- [SDL_CreateTraySubmenu](SDL_CreateTraySubmenu)
- [SDL_CreateWindow](SDL_CreateWindow)
- [SDL_CreateWindowAndRenderer](SDL_CreateWindowAndRenderer)
- [SDL_CreateWindowWithProperties](SDL_CreateWindowWithProperties)
Expand All @@ -178,6 +181,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_DestroySemaphore](SDL_DestroySemaphore)
- [SDL_DestroySurface](SDL_DestroySurface)
- [SDL_DestroyTexture](SDL_DestroyTexture)
- [SDL_DestroyTray](SDL_DestroyTray)
- [SDL_DestroyWindow](SDL_DestroyWindow)
- [SDL_DestroyWindowSurface](SDL_DestroyWindowSurface)
- [SDL_DetachThread](SDL_DetachThread)
Expand Down Expand Up @@ -558,6 +562,15 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_GetTouchDevices](SDL_GetTouchDevices)
- [SDL_GetTouchDeviceType](SDL_GetTouchDeviceType)
- [SDL_GetTouchFingers](SDL_GetTouchFingers)
- [SDL_GetTrayEntries](SDL_GetTrayEntries)
- [SDL_GetTrayEntryChecked](SDL_GetTrayEntryChecked)
- [SDL_GetTrayEntryEnabled](SDL_GetTrayEntryEnabled)
- [SDL_GetTrayEntryLabel](SDL_GetTrayEntryLabel)
- [SDL_GetTrayEntryParent](SDL_GetTrayEntryParent)
- [SDL_GetTrayMenu](SDL_GetTrayMenu)
- [SDL_GetTrayMenuParentEntry](SDL_GetTrayMenuParentEntry)
- [SDL_GetTrayMenuParentTray](SDL_GetTrayMenuParentTray)
- [SDL_GetTraySubmenu](SDL_GetTraySubmenu)
- [SDL_GetUserFolder](SDL_GetUserFolder)
- [SDL_GetVersion](SDL_GetVersion)
- [SDL_GetVideoDriver](SDL_GetVideoDriver)
Expand Down Expand Up @@ -674,6 +687,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_InitHapticRumble](SDL_InitHapticRumble)
- [SDL_InitSubSystem](SDL_InitSubSystem)
- [SDL_InsertGPUDebugLabel](SDL_InsertGPUDebugLabel)
- [SDL_InsertTrayEntryAt](SDL_InsertTrayEntryAt)
- [SDL_IOFromConstMem](SDL_IOFromConstMem)
- [SDL_IOFromDynamicMem](SDL_IOFromDynamicMem)
- [SDL_IOFromFile](SDL_IOFromFile)
Expand Down Expand Up @@ -873,6 +887,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_RemoveStoragePath](SDL_RemoveStoragePath)
- [SDL_RemoveSurfaceAlternateImages](SDL_RemoveSurfaceAlternateImages)
- [SDL_RemoveTimer](SDL_RemoveTimer)
- [SDL_RemoveTrayEntry](SDL_RemoveTrayEntry)
- [SDL_RenamePath](SDL_RenamePath)
- [SDL_RenameStoragePath](SDL_RenameStoragePath)
- [SDL_RenderClear](SDL_RenderClear)
Expand Down Expand Up @@ -1031,6 +1046,12 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_SetTextureColorModFloat](SDL_SetTextureColorModFloat)
- [SDL_SetTextureScaleMode](SDL_SetTextureScaleMode)
- [SDL_SetTLS](SDL_SetTLS)
- [SDL_SetTrayEntryCallback](SDL_SetTrayEntryCallback)
- [SDL_SetTrayEntryChecked](SDL_SetTrayEntryChecked)
- [SDL_SetTrayEntryEnabled](SDL_SetTrayEntryEnabled)
- [SDL_SetTrayEntryLabel](SDL_SetTrayEntryLabel)
- [SDL_SetTrayIcon](SDL_SetTrayIcon)
- [SDL_SetTrayTooltip](SDL_SetTrayTooltip)
- [SDL_SetWindowAlwaysOnTop](SDL_SetWindowAlwaysOnTop)
- [SDL_SetWindowAspectRatio](SDL_SetWindowAspectRatio)
- [SDL_SetWindowBordered](SDL_SetWindowBordered)
Expand Down Expand Up @@ -1354,6 +1375,8 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_TLSDestructorCallback](SDL_TLSDestructorCallback)
- [SDL_TLSID](SDL_TLSID)
- [SDL_TouchID](SDL_TouchID)
- [SDL_TrayCallback](SDL_TrayCallback)
- [SDL_TrayEntryFlags](SDL_TrayEntryFlags)
- [SDL_Window](SDL_Window)
- [SDL_WindowFlags](SDL_WindowFlags)
- [SDL_WindowID](SDL_WindowID)
Expand Down Expand Up @@ -2457,6 +2480,11 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_TARGETING](SDL_TARGETING)
- [SDL_THREAD_ANNOTATION_ATTRIBUTE__](SDL_THREAD_ANNOTATION_ATTRIBUTE__)
- [SDL_TOUCH_MOUSEID](SDL_TOUCH_MOUSEID)
- [SDL_TRAYENTRY_BUTTON](SDL_TRAYENTRY_BUTTON)
- [SDL_TRAYENTRY_CHECKBOX](SDL_TRAYENTRY_CHECKBOX)
- [SDL_TRAYENTRY_CHECKED](SDL_TRAYENTRY_CHECKED)
- [SDL_TRAYENTRY_DISABLED](SDL_TRAYENTRY_DISABLED)
- [SDL_TRAYENTRY_SUBMENU](SDL_TRAYENTRY_SUBMENU)
- [SDL_TriggerBreakpoint](SDL_TriggerBreakpoint)
- [SDL_TRY_ACQUIRE](SDL_TRY_ACQUIRE)
- [SDL_TRY_ACQUIRE_SHARED](SDL_TRY_ACQUIRE_SHARED)
Expand Down
1 change: 1 addition & 0 deletions SDL3/CategoryAPICategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ A more human-friendly version is over in [APIByCategory](APIByCategory), if you
- [CategoryTime](CategoryTime)
- [CategoryTimer](CategoryTimer)
- [CategoryTouch](CategoryTouch)
- [CategoryTray](CategoryTray)
- [CategoryVersion](CategoryVersion)
- [CategoryVideo](CategoryVideo)
- [CategoryVulkan](CategoryVulkan)
Expand Down
3 changes: 3 additions & 0 deletions SDL3/CategoryAPIDatatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ look at the Datatypes section [in a specific category](APIByCategory) instead.
- [CategoryTime](CategoryTime)
- [CategoryTimer](CategoryTimer)
- [CategoryTouch](CategoryTouch)
- [CategoryTray](CategoryTray)
- [CategoryVersion](CategoryVersion)
- [CategoryVideo](CategoryVideo)
- [CategoryVulkan](CategoryVulkan)
Expand Down Expand Up @@ -181,6 +182,8 @@ look at the Datatypes section [in a specific category](APIByCategory) instead.
- [SDL_TLSDestructorCallback](SDL_TLSDestructorCallback)
- [SDL_TLSID](SDL_TLSID)
- [SDL_TouchID](SDL_TouchID)
- [SDL_TrayCallback](SDL_TrayCallback)
- [SDL_TrayEntryFlags](SDL_TrayEntryFlags)
- [SDL_Window](SDL_Window)
- [SDL_WindowFlags](SDL_WindowFlags)
- [SDL_WindowID](SDL_WindowID)
Expand Down
21 changes: 21 additions & 0 deletions SDL3/CategoryAPIFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_CreateTextureWithProperties](SDL_CreateTextureWithProperties)
- [SDL_CreateThread](SDL_CreateThread)
- [SDL_CreateThreadWithProperties](SDL_CreateThreadWithProperties)
- [SDL_CreateTray](SDL_CreateTray)
- [SDL_CreateTrayMenu](SDL_CreateTrayMenu)
- [SDL_CreateTraySubmenu](SDL_CreateTraySubmenu)
- [SDL_CreateWindow](SDL_CreateWindow)
- [SDL_CreateWindowAndRenderer](SDL_CreateWindowAndRenderer)
- [SDL_CreateWindowWithProperties](SDL_CreateWindowWithProperties)
Expand All @@ -178,6 +181,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_DestroySemaphore](SDL_DestroySemaphore)
- [SDL_DestroySurface](SDL_DestroySurface)
- [SDL_DestroyTexture](SDL_DestroyTexture)
- [SDL_DestroyTray](SDL_DestroyTray)
- [SDL_DestroyWindow](SDL_DestroyWindow)
- [SDL_DestroyWindowSurface](SDL_DestroyWindowSurface)
- [SDL_DetachThread](SDL_DetachThread)
Expand Down Expand Up @@ -558,6 +562,15 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_GetTouchDevices](SDL_GetTouchDevices)
- [SDL_GetTouchDeviceType](SDL_GetTouchDeviceType)
- [SDL_GetTouchFingers](SDL_GetTouchFingers)
- [SDL_GetTrayEntries](SDL_GetTrayEntries)
- [SDL_GetTrayEntryChecked](SDL_GetTrayEntryChecked)
- [SDL_GetTrayEntryEnabled](SDL_GetTrayEntryEnabled)
- [SDL_GetTrayEntryLabel](SDL_GetTrayEntryLabel)
- [SDL_GetTrayEntryParent](SDL_GetTrayEntryParent)
- [SDL_GetTrayMenu](SDL_GetTrayMenu)
- [SDL_GetTrayMenuParentEntry](SDL_GetTrayMenuParentEntry)
- [SDL_GetTrayMenuParentTray](SDL_GetTrayMenuParentTray)
- [SDL_GetTraySubmenu](SDL_GetTraySubmenu)
- [SDL_GetUserFolder](SDL_GetUserFolder)
- [SDL_GetVersion](SDL_GetVersion)
- [SDL_GetVideoDriver](SDL_GetVideoDriver)
Expand Down Expand Up @@ -674,6 +687,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_InitHapticRumble](SDL_InitHapticRumble)
- [SDL_InitSubSystem](SDL_InitSubSystem)
- [SDL_InsertGPUDebugLabel](SDL_InsertGPUDebugLabel)
- [SDL_InsertTrayEntryAt](SDL_InsertTrayEntryAt)
- [SDL_IOFromConstMem](SDL_IOFromConstMem)
- [SDL_IOFromDynamicMem](SDL_IOFromDynamicMem)
- [SDL_IOFromFile](SDL_IOFromFile)
Expand Down Expand Up @@ -873,6 +887,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_RemoveStoragePath](SDL_RemoveStoragePath)
- [SDL_RemoveSurfaceAlternateImages](SDL_RemoveSurfaceAlternateImages)
- [SDL_RemoveTimer](SDL_RemoveTimer)
- [SDL_RemoveTrayEntry](SDL_RemoveTrayEntry)
- [SDL_RenamePath](SDL_RenamePath)
- [SDL_RenameStoragePath](SDL_RenameStoragePath)
- [SDL_RenderClear](SDL_RenderClear)
Expand Down Expand Up @@ -1031,6 +1046,12 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_SetTextureColorModFloat](SDL_SetTextureColorModFloat)
- [SDL_SetTextureScaleMode](SDL_SetTextureScaleMode)
- [SDL_SetTLS](SDL_SetTLS)
- [SDL_SetTrayEntryCallback](SDL_SetTrayEntryCallback)
- [SDL_SetTrayEntryChecked](SDL_SetTrayEntryChecked)
- [SDL_SetTrayEntryEnabled](SDL_SetTrayEntryEnabled)
- [SDL_SetTrayEntryLabel](SDL_SetTrayEntryLabel)
- [SDL_SetTrayIcon](SDL_SetTrayIcon)
- [SDL_SetTrayTooltip](SDL_SetTrayTooltip)
- [SDL_SetWindowAlwaysOnTop](SDL_SetWindowAlwaysOnTop)
- [SDL_SetWindowAspectRatio](SDL_SetWindowAspectRatio)
- [SDL_SetWindowBordered](SDL_SetWindowBordered)
Expand Down
5 changes: 5 additions & 0 deletions SDL3/CategoryAPIMacro.md
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,11 @@ to look at the Macros section [in a specific category](APIByCategory) instead.
- [SDL_TARGETING](SDL_TARGETING)
- [SDL_THREAD_ANNOTATION_ATTRIBUTE__](SDL_THREAD_ANNOTATION_ATTRIBUTE__)
- [SDL_TOUCH_MOUSEID](SDL_TOUCH_MOUSEID)
- [SDL_TRAYENTRY_BUTTON](SDL_TRAYENTRY_BUTTON)
- [SDL_TRAYENTRY_CHECKBOX](SDL_TRAYENTRY_CHECKBOX)
- [SDL_TRAYENTRY_CHECKED](SDL_TRAYENTRY_CHECKED)
- [SDL_TRAYENTRY_DISABLED](SDL_TRAYENTRY_DISABLED)
- [SDL_TRAYENTRY_SUBMENU](SDL_TRAYENTRY_SUBMENU)
- [SDL_TriggerBreakpoint](SDL_TriggerBreakpoint)
- [SDL_TRY_ACQUIRE](SDL_TRY_ACQUIRE)
- [SDL_TRY_ACQUIRE_SHARED](SDL_TRY_ACQUIRE_SHARED)
Expand Down
26 changes: 26 additions & 0 deletions SDL3/CategoryTray.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,56 @@ System tray menu support.

<!-- DO NOT HAND-EDIT CATEGORY LISTS, THEY ARE AUTOGENERATED AND WILL BE OVERWRITTEN, BASED ON TAGS IN INDIVIDUAL PAGE FOOTERS. EDIT THOSE INSTEAD. -->
<!-- BEGIN CATEGORY LIST: CategoryTray, CategoryAPIFunction -->
- [SDL_CreateTray](SDL_CreateTray)
- [SDL_CreateTrayMenu](SDL_CreateTrayMenu)
- [SDL_CreateTraySubmenu](SDL_CreateTraySubmenu)
- [SDL_DestroyTray](SDL_DestroyTray)
- [SDL_GetTrayEntries](SDL_GetTrayEntries)
- [SDL_GetTrayEntryChecked](SDL_GetTrayEntryChecked)
- [SDL_GetTrayEntryEnabled](SDL_GetTrayEntryEnabled)
- [SDL_GetTrayEntryLabel](SDL_GetTrayEntryLabel)
- [SDL_GetTrayEntryParent](SDL_GetTrayEntryParent)
- [SDL_GetTrayMenu](SDL_GetTrayMenu)
- [SDL_GetTrayMenuParentEntry](SDL_GetTrayMenuParentEntry)
- [SDL_GetTrayMenuParentTray](SDL_GetTrayMenuParentTray)
- [SDL_GetTraySubmenu](SDL_GetTraySubmenu)
- [SDL_InsertTrayEntryAt](SDL_InsertTrayEntryAt)
- [SDL_RemoveTrayEntry](SDL_RemoveTrayEntry)
- [SDL_SetTrayEntryCallback](SDL_SetTrayEntryCallback)
- [SDL_SetTrayEntryChecked](SDL_SetTrayEntryChecked)
- [SDL_SetTrayEntryEnabled](SDL_SetTrayEntryEnabled)
- [SDL_SetTrayEntryLabel](SDL_SetTrayEntryLabel)
- [SDL_SetTrayIcon](SDL_SetTrayIcon)
- [SDL_SetTrayTooltip](SDL_SetTrayTooltip)
<!-- END CATEGORY LIST -->

## Datatypes

<!-- DO NOT HAND-EDIT CATEGORY LISTS, THEY ARE AUTOGENERATED AND WILL BE OVERWRITTEN, BASED ON TAGS IN INDIVIDUAL PAGE FOOTERS. EDIT THOSE INSTEAD. -->
<!-- BEGIN CATEGORY LIST: CategoryTray, CategoryAPIDatatype -->
- [SDL_TrayCallback](SDL_TrayCallback)
- [SDL_TrayEntryFlags](SDL_TrayEntryFlags)
<!-- END CATEGORY LIST -->

## Structs

<!-- DO NOT HAND-EDIT CATEGORY LISTS, THEY ARE AUTOGENERATED AND WILL BE OVERWRITTEN, BASED ON TAGS IN INDIVIDUAL PAGE FOOTERS. EDIT THOSE INSTEAD. -->
<!-- BEGIN CATEGORY LIST: CategoryTray, CategoryAPIStruct -->
- (none.)
<!-- END CATEGORY LIST -->

## Enums

<!-- DO NOT HAND-EDIT CATEGORY LISTS, THEY ARE AUTOGENERATED AND WILL BE OVERWRITTEN, BASED ON TAGS IN INDIVIDUAL PAGE FOOTERS. EDIT THOSE INSTEAD. -->
<!-- BEGIN CATEGORY LIST: CategoryTray, CategoryAPIEnum -->
- (none.)
<!-- END CATEGORY LIST -->

## Macros

<!-- DO NOT HAND-EDIT CATEGORY LISTS, THEY ARE AUTOGENERATED AND WILL BE OVERWRITTEN, BASED ON TAGS IN INDIVIDUAL PAGE FOOTERS. EDIT THOSE INSTEAD. -->
<!-- BEGIN CATEGORY LIST: CategoryTray, CategoryAPIMacro -->
- (none.)
<!-- END CATEGORY LIST -->

----
Expand Down

0 comments on commit 19d8c87

Please sign in to comment.