Home
last modified time | relevance | path

Searched refs:ITEM_TEXT (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/xdg-utils/xdg-utils-1.1.3/tests/xdg-desktop-menu/
H A Dt.20-simple_menu_item_system_install24 edit_file "$DESKTOP" 'Test Menu Categories' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
42 assert_interactive "Is an item called '$ITEM_TEXT' somewhere in the menu tree, possibly in a menu d…
43 assert_interactive "Please select the menu item '$ITEM_TEXT'"
56 assert_interactive_notroot "Is the menu item '$ITEM_TEXT' still present?" n
H A Dt.10-simple_menu_item_user_install23 edit_file "$DESKTOP" 'Test Menu Categories' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
42 assert_interactive "Is an item called '$ITEM_TEXT' somewhere in the menu tree, possibly in a menu d…
43 assert_interactive "Please select the menu item '$ITEM_TEXT'"
55 assert_interactive_notroot "Is the menu item '$ITEM_TEXT' still present?" n
H A Dt.22-menu_system_install28 edit_file "$DESKTOP" 'Test Menu Item Install' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
53 …eractive "Are there exactly 2 items in '<main>/$MENU_NAME' called 'EXTRA ITEM' and '$ITEM_TEXT'?" y
54 assert_interactive "Please select the menu item '<main>/$MENU_NAME/$ITEM_TEXT'"
H A Dt.12-menu_user_install27 edit_file "$DESKTOP" 'Test Menu Item Install' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
55 …eractive "Are there exactly 2 items in '<main>/$MENU_NAME' called 'EXTRA ITEM' and '$ITEM_TEXT'?" y
56 assert_interactive "Please select the menu item '<main>/$MENU_NAME/$ITEM_TEXT'"
H A Dt.13-menu_user_uninstall27 edit_file "$DESKTOP" 'Test Menu Item Install' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
38 …t "Is the menu '<main>/$MENU_NAME present with items 'EXTRA_ITEM' and '$ITEM_TEXT'\n\t(NOTE: If yo…
52 assert_interactive_notroot "Is '$ITEM_TEXT' present anywhere in the menu tree?" n
H A Dt.23-menu_system_uninstall28 edit_file "$DESKTOP" 'Test Menu Item Install' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
44 assert_interactive "Is the menu '<main>/$MENU_NAME present with items 'EXTRA_ITEM' and '$ITEM_TEXT'…
58 assert_interactive "Is '$ITEM_TEXT' present anywhere in the menu tree?" n
H A Dt.15-menu_advanced_install28 edit_file "$DESKTOP" 'Test Menu Item Install' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
54 …ere exactly 3 items in '<main>/$MENU_NAME' called 'EXTRA ITEM', 'EXTRA ITEM 2' and '$ITEM_TEXT'?" y
70 …eractive "Are there exactly 2 items in '<main>/$MENU_NAME' called 'EXTRA ITEM' and '$ITEM_TEXT'?" y
H A Dt.14-menu_install_category22 edit_file "$DESKTOP" 'Test Menu Categories' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
42 assert_interactive "Is an item called '$ITEM_TEXT' somewhere in the menu tree?\n\tThe item is proba…
/dports/games/viruskiller/viruskiller-1.03/src/
H A Ditems.cpp49 if (item->type == ITEM_TEXT) in doBulletItemCollisions()
65 item->type = ITEM_TEXT; in doBulletItemCollisions()
77 item->type = ITEM_TEXT; in doBulletItemCollisions()
99 if (item->type == ITEM_TEXT) in doItems()
H A DCItem.cpp41 if (type == ITEM_TEXT) in destroy()
H A Ddefs.h122 #define ITEM_TEXT 3 macro
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/menu/
H A Doptions.menu110 type ITEM_TEXT
150 type ITEM_TEXT
190 type ITEM_TEXT
230 type ITEM_TEXT
272 type ITEM_TEXT
314 type ITEM_TEXT
495 type ITEM_TEXT
538 type ITEM_TEXT
581 type ITEM_TEXT
623 type ITEM_TEXT
[all …]
H A Dmain.menu145 type ITEM_TEXT
156 type ITEM_TEXT
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/qc/menu/
H A Dmcontrols.qh20 ITEM_TEXT
79 //ITEM_TEXT
124 // ITEM_TEXT
168 // ITEM_TEXTSWITCH (derived from ITEM_TEXT mostly)
/dports/devel/xdg-utils/xdg-utils-1.1.3/tests/xdg-utils-usecases/
H A Dt.14-desktop_menu_icon24 edit_file "$DESKTOP" 'Icon Test' ITEM_TEXT "TEST $XDG_TEST_SHORTID"
52 assert_interactive "Does the menu entry '$ITEM_TEXT' in '<main>/$MENU_NAME' have a red number as it…
/dports/www/netrik/netrik-1.16.1/
H A Dpre-render.c41 case ITEM_TEXT: { /* find longest word length */
93 case ITEM_TEXT: { /* split into lines */
185 case ITEM_TEXT: /* ywidth already calculated during line splitting in "assign_width" */
227 case ITEM_TEXT: { /* assign coordinates to all links */
370 case ITEM_TEXT: { /* add text item to all lines it spans */
H A Dmain.c288 …if(item->type==ITEM_TEXT && item->x_start <= page->cursor_x && item->x_end > page->cursor_x) { … in main()
316 if(item->type==ITEM_TEXT) { in main()
345 if(item->type==ITEM_TEXT) { in main()
370 if(item->type==ITEM_TEXT) { in main()
H A Ditems.h23 ITEM_TEXT, /* text block consisting of one string of continous text */ enumerator
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-paint.c550 if (ui.cur_item_type!=ITEM_TEXT) return; in resize_textview()
571 ui.cur_item_type = ITEM_TEXT; in start_text()
634 if (ui.cur_item_type!=ITEM_TEXT) return; // nothing for us to do! in end_text()
639 ui.cur_item->type = ITEM_TEXT; in end_text()
672 if (ui.cur_item->text == NULL) undo->type = ITEM_TEXT; in end_text()
696 if (item->type != ITEM_TEXT && item->type != ITEM_TEMP_TEXT) return; in update_text_item_displayfont()
728 if (item->type != ITEM_TEXT) continue; in click_is_in_text()
744 if (item->type != ITEM_TEXT && item->type != ITEM_IMAGE) continue; in click_is_in_text_or_image()
789 if (ui.cur_item_type == ITEM_TEXT) { in process_font_sel()
797 if (it->type == ITEM_TEXT) { in process_font_sel()
H A Dxo-clipboard.c105 else if (item->type == ITEM_TEXT) { in selection_to_clip()
155 if (item->type == ITEM_TEXT) { in selection_to_clip()
268 if (item->type == ITEM_TEXT) { in clipboard_paste_from_xournal()
337 item->type = ITEM_TEXT; in clipboard_paste_text()
H A Dxo-misc.c238 else if (redo->type == ITEM_TEXT) { in clear_redo_stack()
322 if (erasure->item->type == ITEM_TEXT) in clear_undo_stack()
411 if (item->type == ITEM_TEXT) { in delete_layer()
657 if (item->type == ITEM_TEXT) { in make_canvas_item_one()
1709 if (ui.cur_item_type!=ITEM_TEXT) return; in recolor_temp_text()
1738 if (ui.cur_item_type == ITEM_TEXT) in process_color_activate()
1919 if (ui.cur_item_type == ITEM_TEXT) in reset_focus()
2033 if (item->type == ITEM_TEXT) { in resize_journal_items_by()
2134 if (ui.cur_item_type == ITEM_TEXT) in make_cur_font_name()
2161 if (ui.cur_item_type == ITEM_TEXT) { in can_accel_except_text()
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Theme/
H A DTheme.c38 ITEM_TEXT, enumerator
364 case ITEM_TEXT: in themePageDestroy()
415 themePageAddLast(themePage, ITEM_TEXT, object, trigger, visible, THEME_TRIGGER_NONE); in themePageAddText()
465 case ITEM_TEXT: in themePageMouseMove()
515 case ITEM_TEXT: in themePageMouseButtonDown()
578 case ITEM_TEXT: in themePageMouseButtonUp()
673 case ITEM_TEXT: in themePageDraw()
736 case ITEM_TEXT: in themePageUpdate()
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DItem.cpp85 p.type = ITEM_TEXT; in ParseItemNatural()
95 p.type = ITEM_TEXT; in ParseItemNatural()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Drich_text_label.h58 ITEM_TEXT, enumerator
137 ItemText() { type = ITEM_TEXT; } in ItemText()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Drich_text_label.h58 ITEM_TEXT, enumerator
137 ItemText() { type = ITEM_TEXT; } in ItemText()

123