/dports/audio/ncspot/ncspot-0.9.3/src/ui/ |
H A D | modal.rs | 5 block_events: bool, field 12 block_events: true, in new() 18 block_events: false, in new_ext() 29 _ => match self.block_events { in wrap_on_event()
|
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/ |
H A D | notify.edc | 1 group { name: "elm/notify/block_events/default"; 4 part { name: "block_events"; type: RECT; 13 signal: "mouse,clicked,1"; source: "block_events"; 19 targets: "block_events"; 25 target: "block_events"; 30 target: "block_events";
|
H A D | popup.edc | 1 group { name: "elm/notify/block_events/popup/default"; 2 inherit: "elm/notify/block_events/default"; 3 parts.part { "block_events"; 10 group { name: "elm/notify/block_events/popup/transparent";
|
H A D | button.edc | 1291 rect { name: "block_events";
|
/dports/devel/efl/efl-1.25.1/src/lib/elementary/ |
H A D | elm_notify.c | 110 (sd->block_events, "notify", "block_events", style)) in _block_events_theme_apply() 156 if (sd->block_events) _block_events_theme_apply(obj); in _elm_notify_efl_ui_widget_theme_apply() 308 if (!sd->allow_events) evas_object_show(sd->block_events); in _elm_notify_show() 334 if (sd->allow_events) evas_object_hide(sd->block_events); in _elm_notify_hide() 443 if (!sd->allow_events) evas_object_hide(sd->block_events); in _hide_finished_cb() 656 sd->block_events = elm_layout_add(obj); in _elm_notify_allow_events_set() 658 elm_widget_resize_object_set(obj, sd->block_events); in _elm_notify_allow_events_set() 659 evas_object_stack_above(sd->notify, sd->block_events); in _elm_notify_allow_events_set() 661 (sd->block_events, "elm,action,click", "elm", in _elm_notify_allow_events_set() 666 evas_object_del(sd->block_events); in _elm_notify_allow_events_set() [all …]
|
H A D | elm_widget_notify.h | 33 Evas_Object *block_events; member
|
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/ |
H A D | htmlundo.c | 196 engine->block_events++; in html_undo_do_undo() 199 engine->block_events--; in html_undo_do_undo() 227 engine->block_events++; in html_undo_do_redo() 230 engine->block_events--; in html_undo_do_redo()
|
H A D | htmlengine.h | 238 gint block_events; member
|
H A D | gtkhtml.c | 6224 if (html->editor_api && !html->engine->block_events) in gtk_html_editor_event()
|
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/gl/ |
H A D | robwidget_gl.h | 80 if (c->block_events) continue; in decend_into_widget_tree() 104 rw->block_events = FALSE; in robwidget_new()
|
H A D | layout.h | 181 if (rw->block_events ) return NULL; in rcontainer_mousedown() 191 if (rw->block_events ) return NULL; in rcontainer_mouseup() 201 if (rw->block_events ) return NULL; in rcontainer_mousemove() 211 if (rw->block_events ) return NULL; in rcontainer_mousescroll()
|
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/gl/ |
H A D | robwidget_gl.h | 80 if (c->block_events) continue; in decend_into_widget_tree() 104 rw->block_events = FALSE; in robwidget_new()
|
H A D | layout.h | 181 if (rw->block_events ) return NULL; in rcontainer_mousedown() 191 if (rw->block_events ) return NULL; in rcontainer_mouseup() 201 if (rw->block_events ) return NULL; in rcontainer_mousemove() 211 if (rw->block_events ) return NULL; in rcontainer_mousescroll()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/win/ |
H A D | proto.h | 30 COMMON(status) busyCursorDisplay(DisplayObj d, CursorObj c, BoolObj block_events); 50 COMMON(status) busyCursorFrame(FrameObj fr, CursorObj c, BoolObj block_events);
|
H A D | display.c | 887 busyCursorDisplay(DisplayObj d, CursorObj c, BoolObj block_events) in busyCursorDisplay() argument 898 busyCursorFrame(cell->value, c, block_events); in busyCursorDisplay() 911 busyCursorFrame(cell->value, c, block_events); in busyCursorDisplay()
|
H A D | frame.c | 993 busyCursorFrame(FrameObj fr, CursorObj c, BoolObj block_events) in busyCursorFrame() argument
|
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/fat1.lv2/gui/ |
H A D | fat1.c | 671 if (ui->ctbl->block_events) { in keysel_toggle() 672 ui->ctbl->block_events = FALSE; in keysel_toggle() 678 ui->ctbl->block_events = TRUE; in keysel_toggle() 688 if (rw->block_events) { in keysel_mousedown() 871 if (ui->ctbl->block_events) { in m0_mouse_up()
|
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/ |
H A D | robtk.h | 194 bool block_events; member
|
H A D | ui_gl.c | 810 if (rw->block_events) { in robtk_tl_mousedown() 812 rw->block_events = FALSE; in robtk_tl_mousedown() 827 rw->block_events = TRUE; in robtk_tl_mousedown() 1172 if (self->mousefocus || self->tl->block_events) return; in onMotion()
|
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/ |
H A D | robtk.h | 194 bool block_events; member
|
H A D | ui_gl.c | 810 if (rw->block_events) { in robtk_tl_mousedown() 812 rw->block_events = FALSE; in robtk_tl_mousedown() 827 rw->block_events = TRUE; in robtk_tl_mousedown() 1181 if (self->mousefocus || self->tl->block_events) return; in onMotion()
|
/dports/databases/py-fdb/fdb-2.0.1/fdb/ |
H A D | fbcore.py | 2167 for block_events in self.__blocks: 2168 event_block = EventBlock(self.__queue, self._db_handle, block_events)
|