Home
last modified time | relevance | path

Searched refs:cursor_mode (Results 1 – 25 of 96) sorted by path

1234

/dports/deskutils/libportal/libportal-0.5/libportal/
H A Dremote.c34 XdpCursorMode cursor_mode; member
135 g_variant_builder_add (&options, "{sv}", "cursor_mode", g_variant_new_uint32 (call->cursor_mode)); in select_sources()
391 XdpCursorMode cursor_mode, in xdp_portal_create_screencast_session() argument
408 call->cursor_mode = cursor_mode; in xdp_portal_create_screencast_session()
468 XdpCursorMode cursor_mode, in xdp_portal_create_remote_desktop_session() argument
483 call->cursor_mode = cursor_mode; in xdp_portal_create_remote_desktop_session()
H A Dremote.h131 XdpCursorMode cursor_mode,
160 XdpCursorMode cursor_mode,
/dports/deskutils/plasma5-xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5/
H A DTODO34 - CreateSession - cursor_mode option
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dentry.edc590 cursor_mode: BEFORE;
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/
H A Dentry.edc66 cursor_mode: BEFORE;
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_cc_handlers.c4365 ep->cursor_mode = ep2->cursor_mode; in _part_copy()
7312 current_part->cursor_mode = parse_enum(0, in st_collections_group_parts_part_cursor_mode()
/dports/devel/efl/efl-1.25.1/src/bin/exactness/
H A Dplayer_entry.edc201 cursor_mode: BEFORE;
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dentry.edc40 cursor_mode: UNDER;
H A Dmultiseat.edc169 cursor_mode: UNDER;
222 cursor_mode: UNDER;
H A Dmultiseat_filter.edc246 cursor_mode: UNDER;
369 cursor_mode: UNDER;
492 cursor_mode: UNDER;
614 cursor_mode: UNDER;
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A DEdje_Edit.h2132 …Bool edje_edit_part_cursor_mode_set(Evas_Object *obj, const char *part, unsigned char cursor_mode);
H A Dedje_data.c1260 …EET_DATA_DESCRIPTOR_ADD_BASIC(_edje_edd_edje_part, Edje_Part, "cursor_mode", cursor_mode, EET_T_UC… in _edje_edd_init()
H A Dedje_edit.c3527 _PARAM_PART_COPY(cursor_mode) in edje_edit_part_copy()
4077 return rp->part->cursor_mode; in edje_edit_part_cursor_mode_get()
4081 edje_edit_part_cursor_mode_set(Evas_Object *obj, const char *part, unsigned char cursor_mode) in edje_edit_part_cursor_mode_set() argument
4090 rp->part->cursor_mode = cursor_mode; in edje_edit_part_cursor_mode_set()
15635 if (rp->part->cursor_mode) in _edje_generate_source_of_part()
H A Dedje_entry.c474 switch (en->rp->part->cursor_mode) in _curs_update_from_curs()
3036 if (rp->part->cursor_mode == EDJE_ENTRY_CURSOR_MODE_BEFORE) in _edje_entry_real_part_init()
3201 switch (rp->part->cursor_mode) in _edje_entry_real_part_configure()
3222 if (rp->part->cursor_mode == EDJE_ENTRY_CURSOR_MODE_BEFORE) in _edje_entry_real_part_configure()
3232 if (rp->part->cursor_mode == EDJE_ENTRY_CURSOR_MODE_BEFORE) in _edje_entry_real_part_configure()
3578 switch (rp->part->cursor_mode) in _edje_entry_cursor_geometry_get()
3595 if (rp->part->cursor_mode == EDJE_ENTRY_CURSOR_MODE_BEFORE) in _edje_entry_cursor_geometry_get()
H A Dedje_private.h1223 unsigned char cursor_mode; member
/dports/devel/efl/efl-1.25.1/src/tests/edje/data/
H A Dtest_text_cursor.edc12 cursor_mode: BEFORE;
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/
H A DUI.pm146 -cursor_mode => 0, # What is the current cursor_mode?
379 eval {curs_set($self->{-cursor_mode})};
1174 sub cursor_mode(;$) { shift()->accessor('-cursor_mode', shift()) } subroutine
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/UI/
H A DSearchable.pm214 my $old_cursor_mode = $this->root->cursor_mode;
215 $this->root->cursor_mode(1);
259 $this->root->cursor_mode($old_cursor_mode);
H A DWidget.pm1037 $this->root->cursor_mode($show_cursor);
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/io/posix/
H A Dsysdisplay.cc167 CursorMode cursor_mode; member in CursesSystemDisplay
406 return cursor_mode; in getCursorMode()
449 cursor_mode = mode; in setCursorMode()
494 switch (cursor_mode) { in show()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/io/win32/
H A Dsysdisplay.cc117 CursorMode cursor_mode; member in Win32SystemDisplay
291 return cursor_mode; in getCursorMode()
315 cursor_mode = mode; in setCursorMode()
336 if (cursor_mode != CURSOR_OFF) { in show()
344 if (last_cursor_mode != cursor_mode) { in show()
345 switch (cursor_mode) { in show()
353 last_cursor_mode = cursor_mode; in show()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dkeymap.cc69 guint cursor_mode; member
715 enum _vte_cursor_mode cursor_mode; in _vte_keymap_map() local
743 cursor_mode = app_cursor_keys ? cursor_app : cursor_default; in _vte_keymap_map()
749 if ((entries[i].cursor_mode & cursor_mode) && in _vte_keymap_map()
762 cursor_mode & cursor_app, in _vte_keymap_map()
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Ds3virge.cpp217 res = s3.cursor_mode; in s3_crtc_reg_read()
446 s3.cursor_mode = data; in s3_crtc_reg_write()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dpc_vga.cpp1071 if(s3.cursor_mode & 0x01) // if cursor is enabled in screen_update()
2624 res = s3.cursor_mode; in s3_crtc_reg_read()
2821 s3.cursor_mode = data; in s3_crtc_reg_write()
H A Dpc_vga.h648 uint8_t cursor_mode; in DECLARE_DEVICE_TYPE() member

1234