pyimgui

Python wrapper for dear ImGui

Navigation

  • Usage guide
    • First steps with imgui
    • Using fonts
    • Using conditions
    • Using window flags
    • Using tree node flags
    • Using selectable flags
    • Using input text flags
    • Using slider flags
    • Using combo flags
    • Using tab bar flags
    • Using draw flags
  • API reference

Related Topics

  • Documentation overview
    • Usage guide
      • Previous: Using combo flags
      • Next: Using draw flags

Quick search

Support

Feature suggestions, new ideas, and Pull Requests are really welcome. We cooperate through the pyimgui project page on GitHub.

I you want to financially support pyimgui you can buy a book from one of project creators:

Using tab bar flags¶

Tab Bar functions accept various flags to manage their behaviour.

List of all available tab bar flags (click to see documentation):

  • imgui.TAB_BAR_NONE

  • imgui.TAB_BAR_REORDERABLE

  • imgui.TAB_BAR_AUTO_SELECT_NEW_TABS

  • imgui.TAB_BAR_TAB_LIST_POPUP_BUTTON

  • imgui.TAB_BAR_NO_CLOSE_WITH_MIDDLE_MOUSE_BUTTON

  • imgui.TAB_BAR_NO_TAB_LIST_SCROLLING_BUTTONS

  • imgui.TAB_BAR_NO_TOOLTIP

  • imgui.TAB_BAR_FITTING_POLICY_RESIZE_DOWN

  • imgui.TAB_BAR_FITTING_POLICY_SCROLL

  • imgui.TAB_BAR_FITTING_POLICY_MASK

  • imgui.TAB_BAR_FITTING_POLICY_DEFAULT

List of all available tab item flags (click to see documentation):

  • imgui.TAB_ITEM_NONE

  • imgui.TAB_ITEM_UNSAVED_DOCUMENT

  • imgui.TAB_ITEM_SET_SELECTED

  • imgui.TAB_ITEM_NO_CLOSE_WITH_MIDDLE_MOUSE_BUTTON

  • imgui.TAB_ITEM_NO_PUSH_ID

  • imgui.TAB_ITEM_NO_TOOLTIP

  • imgui.TAB_ITEM_NO_REORDER

  • imgui.TAB_ITEM_LEADING

  • imgui.TAB_ITEM_TRAILING

©2016, Michał Jaworski. | Powered by Sphinx 6.1.3 & Alabaster 0.7.16 | Page source