Home
last modified time | relevance | path

Searched refs:UI_HIDDEN (Results 1 – 9 of 9) sorted by relevance

/dports/www/dillo2/dillo-3.0.5/src/
H A Dui.cc667 Panelmode = (prefs.fullwindow_start) ? UI_HIDDEN : UI_NORMAL; in UI()
697 if (Panelmode == UI_HIDDEN) { in UI()
828 if (Panelmode == UI_HIDDEN) { in focus_location()
1098 Panelmode = (hide) ? UI_HIDDEN : UI_NORMAL; in panels_toggle()
H A Dui.hh32 UI_HIDDEN = 1 enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_color_picker.c337 SET_FLAG_FROM_TEST(bt->flag, (colormode != PICKER_TYPE_RGB), UI_HIDDEN); in ui_colorpicker_hide_reveal()
341 SET_FLAG_FROM_TEST(bt->flag, (colormode != PICKER_TYPE_HSV), UI_HIDDEN); in ui_colorpicker_hide_reveal()
345 SET_FLAG_FROM_TEST(bt->flag, (colormode != PICKER_TYPE_HEX), UI_HIDDEN); in ui_colorpicker_hide_reveal()
H A Dinterface_query.c87 if (but->flag & UI_HIDDEN) { in ui_but_is_interactive()
H A Dinterface_intern.h82 UI_HIDDEN = (1 << 4), enumerator
H A Dinterface_panel.c959 but->flag |= UI_HIDDEN; in panel_remove_invisible_layouts_recursive()
972 but->flag |= UI_HIDDEN; in panel_remove_invisible_layouts_recursive()
H A Dinterface.c1066 (but->flag & UI_HIDDEN)) { in ui_menu_block_set_keyaccels()
2022 if (!(but->flag & (UI_HIDDEN | UI_SCROLLED))) { in UI_block_draw()
H A Dinterface_layout.c5742 if (!(bitem->but->flag & UI_HIDDEN) && STREQ(bitem->but->str, pt->label)) { in ui_layout_has_panel_label()
H A Dinterface_handlers.c10026 region, UI_BUT_ACTIVE_DEFAULT, UI_HIDDEN); in ui_handle_menu_event()