/usr/include/elementary-1/elm_win_eo.h is in libelementary-dev 1.8.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 | /**
* @ingroup Win
*
* @{
*/
#define ELM_OBJ_WIN_CLASS elm_obj_win_class_get()
const Eo_Class *elm_obj_win_class_get(void) EINA_CONST;
extern EAPI Eo_Op ELM_OBJ_WIN_BASE_ID;
enum
{
ELM_OBJ_WIN_SUB_ID_WIN_CONSTRUCTOR,
ELM_OBJ_WIN_SUB_ID_RESIZE_OBJECT_ADD,
ELM_OBJ_WIN_SUB_ID_RESIZE_OBJECT_DEL,
ELM_OBJ_WIN_SUB_ID_TITLE_SET,
ELM_OBJ_WIN_SUB_ID_TITLE_GET,
ELM_OBJ_WIN_SUB_ID_ICON_NAME_SET,
ELM_OBJ_WIN_SUB_ID_ICON_NAME_GET,
ELM_OBJ_WIN_SUB_ID_ROLE_SET,
ELM_OBJ_WIN_SUB_ID_ROLE_GET,
ELM_OBJ_WIN_SUB_ID_ICON_OBJECT_SET,
ELM_OBJ_WIN_SUB_ID_ICON_OBJECT_GET,
ELM_OBJ_WIN_SUB_ID_AUTODEL_SET,
ELM_OBJ_WIN_SUB_ID_AUTODEL_GET,
ELM_OBJ_WIN_SUB_ID_ACTIVATE,
ELM_OBJ_WIN_SUB_ID_LOWER,
ELM_OBJ_WIN_SUB_ID_RAISE,
ELM_OBJ_WIN_SUB_ID_CENTER,
ELM_OBJ_WIN_SUB_ID_BORDERLESS_SET,
ELM_OBJ_WIN_SUB_ID_BORDERLESS_GET,
ELM_OBJ_WIN_SUB_ID_SHAPED_SET,
ELM_OBJ_WIN_SUB_ID_SHAPED_GET,
ELM_OBJ_WIN_SUB_ID_ALPHA_SET,
ELM_OBJ_WIN_SUB_ID_ALPHA_GET,
ELM_OBJ_WIN_SUB_ID_OVERRIDE_SET,
ELM_OBJ_WIN_SUB_ID_OVERRIDE_GET,
ELM_OBJ_WIN_SUB_ID_FULLSCREEN_SET,
ELM_OBJ_WIN_SUB_ID_FULLSCREEN_GET,
ELM_OBJ_WIN_SUB_ID_MAIN_MENU_GET,
ELM_OBJ_WIN_SUB_ID_MAXIMIZED_SET,
ELM_OBJ_WIN_SUB_ID_MAXIMIZED_GET,
ELM_OBJ_WIN_SUB_ID_ICONIFIED_SET,
ELM_OBJ_WIN_SUB_ID_ICONIFIED_GET,
ELM_OBJ_WIN_SUB_ID_WITHDRAWN_SET,
ELM_OBJ_WIN_SUB_ID_WITHDRAWN_GET,
ELM_OBJ_WIN_SUB_ID_AVAILABLE_PROFILES_SET,
ELM_OBJ_WIN_SUB_ID_AVAILABLE_PROFILES_GET,
ELM_OBJ_WIN_SUB_ID_PROFILE_SET,
ELM_OBJ_WIN_SUB_ID_PROFILE_GET,
ELM_OBJ_WIN_SUB_ID_URGENT_SET,
ELM_OBJ_WIN_SUB_ID_URGENT_GET,
ELM_OBJ_WIN_SUB_ID_DEMAND_ATTENTION_SET,
ELM_OBJ_WIN_SUB_ID_DEMAND_ATTENTION_GET,
ELM_OBJ_WIN_SUB_ID_MODAL_SET,
ELM_OBJ_WIN_SUB_ID_MODAL_GET,
ELM_OBJ_WIN_SUB_ID_ASPECT_SET,
ELM_OBJ_WIN_SUB_ID_ASPECT_GET,
ELM_OBJ_WIN_SUB_ID_SIZE_BASE_SET,
ELM_OBJ_WIN_SUB_ID_SIZE_BASE_GET,
ELM_OBJ_WIN_SUB_ID_SIZE_STEP_SET,
ELM_OBJ_WIN_SUB_ID_SIZE_STEP_GET,
ELM_OBJ_WIN_SUB_ID_LAYER_SET,
ELM_OBJ_WIN_SUB_ID_LAYER_GET,
ELM_OBJ_WIN_SUB_ID_ROTATION_SET,
ELM_OBJ_WIN_SUB_ID_ROTATION_WITH_RESIZE_SET,
ELM_OBJ_WIN_SUB_ID_ROTATION_GET,
ELM_OBJ_WIN_SUB_ID_STICKY_SET,
ELM_OBJ_WIN_SUB_ID_STICKY_GET,
ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_SET,
ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_GET,
ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_SET,
ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_GET,
ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_SET,
ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_GET,
ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_SET,
ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_GET,
ELM_OBJ_WIN_SUB_ID_SCREEN_POSITION_GET,
ELM_OBJ_WIN_SUB_ID_FOCUS_GET,
ELM_OBJ_WIN_SUB_ID_SCREEN_CONSTRAIN_SET,
ELM_OBJ_WIN_SUB_ID_SCREEN_CONSTRAIN_GET,
ELM_OBJ_WIN_SUB_ID_SCREEN_SIZE_GET,
ELM_OBJ_WIN_SUB_ID_SCREEN_DPI_GET,
ELM_OBJ_WIN_SUB_ID_CONFORMANT_SET,
ELM_OBJ_WIN_SUB_ID_CONFORMANT_GET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_SET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_GET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MAJOR_SET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MAJOR_GET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MINOR_SET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MINOR_GET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_ZONE_SET,
ELM_OBJ_WIN_SUB_ID_QUICKPANEL_ZONE_GET,
ELM_OBJ_WIN_SUB_ID_PROP_FOCUS_SKIP_SET,
ELM_OBJ_WIN_SUB_ID_ILLUME_COMMAND_SEND,
ELM_OBJ_WIN_SUB_ID_INLINED_IMAGE_OBJECT_GET,
ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ENABLED_SET,
ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ENABLED_GET,
ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_STYLE_SET,
ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_STYLE_GET,
ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ANIMATE_SET,
ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ANIMATE_GET,
ELM_OBJ_WIN_SUB_ID_SOCKET_LISTEN,
ELM_OBJ_WIN_SUB_ID_XWINDOW_GET,
ELM_OBJ_WIN_SUB_ID_WL_WINDOW_GET,
ELM_OBJ_WIN_SUB_ID_WINDOW_ID_GET,
ELM_OBJ_WIN_SUB_ID_LAST
};
#define ELM_OBJ_WIN_ID(sub_id) (ELM_OBJ_WIN_BASE_ID + sub_id)
/**
* @def elm_obj_win_constructor
* @since 1.8
*
* No description supplied by the EAPI.
*
* @param[in] name
* @param[in] type
*
*/
#define elm_obj_win_constructor(name, type) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WIN_CONSTRUCTOR), EO_TYPECHECK(const char *, name), EO_TYPECHECK(Elm_Win_Type, type)
/**
* @def elm_obj_win_resize_object_add
* @since 1.8
*
* Add subobj as a resize object of window @p obj.
*
* @param[in] subobj
*
* @see elm_win_resize_object_add
*/
#define elm_obj_win_resize_object_add(subobj) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_RESIZE_OBJECT_ADD), EO_TYPECHECK(Evas_Object *, subobj)
/**
* @def elm_obj_win_resize_object_del
* @since 1.8
*
* Delete subobj as a resize object of window @p obj.
*
* @param[in] subobj
*
* @see elm_win_resize_object_del
*/
#define elm_obj_win_resize_object_del(subobj) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_RESIZE_OBJECT_DEL), EO_TYPECHECK(Evas_Object *, subobj)
/**
* @def elm_obj_win_title_set
* @since 1.8
*
* Set the title of the window
*
* @param[in] title
*
* @see elm_win_title_set
*/
#define elm_obj_win_title_set(title) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_TITLE_SET), EO_TYPECHECK(const char *, title)
/**
* @def elm_obj_win_title_get
* @since 1.8
*
* Get the title of the window
*
* @param[out] ret
*
* @see elm_win_title_get
*/
#define elm_obj_win_title_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_TITLE_GET), EO_TYPECHECK(const char **, ret)
/**
* @def elm_obj_win_icon_name_set
* @since 1.8
*
* Set the icon name of the window
*
* @param[in] icon_name
*
* @see elm_win_icon_name_set
*/
#define elm_obj_win_icon_name_set(icon_name) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ICON_NAME_SET), EO_TYPECHECK(const char *, icon_name)
/**
* @def elm_obj_win_icon_name_get
* @since 1.8
*
* Get the icon name of the window
*
* @param[out] ret
*
* @see elm_win_icon_name_get
*/
#define elm_obj_win_icon_name_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ICON_NAME_GET), EO_TYPECHECK(const char **, ret)
/**
* @def elm_obj_win_role_set
* @since 1.8
*
* Set the role of the window
*
* @param[in] role
*
* @see elm_win_role_set
*/
#define elm_obj_win_role_set(role) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ROLE_SET), EO_TYPECHECK(const char *, role)
/**
* @def elm_obj_win_role_get
* @since 1.8
*
* Get the role of the window
*
* @param[out] ret
*
* @see elm_win_role_get
*/
#define elm_obj_win_role_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ROLE_GET), EO_TYPECHECK(const char **, ret)
/**
* @def elm_obj_win_icon_object_set
* @since 1.8
*
* Set a window object's icon
*
* @param[in] icon
*
* @see elm_win_icon_object_set
*/
#define elm_obj_win_icon_object_set(icon) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ICON_OBJECT_SET), EO_TYPECHECK(Evas_Object *, icon)
/**
* @def elm_obj_win_icon_object_get
* @since 1.8
*
* Get the icon object used for the window
*
* @param[out] ret
*
* @see elm_win_icon_object_get
*/
#define elm_obj_win_icon_object_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ICON_OBJECT_GET), EO_TYPECHECK(const Evas_Object **, ret)
/**
* @def elm_obj_win_autodel_set
* @since 1.8
*
* Set the window's autodel state.
*
* @param[in] autodel
*
* @see elm_win_autodel_set
*/
#define elm_obj_win_autodel_set(autodel) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_AUTODEL_SET), EO_TYPECHECK(Eina_Bool, autodel)
/**
* @def elm_obj_win_autodel_get
* @since 1.8
*
* Get the window's autodel state.
*
* @param[out] ret
*
* @see elm_win_autodel_get
*/
#define elm_obj_win_autodel_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_AUTODEL_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_activate
* @since 1.8
*
* Activate a window object.
*
*
* @see elm_win_activate
*/
#define elm_obj_win_activate() ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ACTIVATE)
/**
* @def elm_obj_win_lower
* @since 1.8
*
* Lower a window object.
*
*
* @see elm_win_lower
*/
#define elm_obj_win_lower() ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_LOWER)
/**
* @def elm_obj_win_raise
* @since 1.8
*
* Raise a window object.
*
*
* @see elm_win_raise
*/
#define elm_obj_win_raise() ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_RAISE)
/**
* @def elm_obj_win_center
* @since 1.8
*
* Center a window on its screen
*
* @param[in] h
* @param[in] v
*
* @see elm_win_center
*/
#define elm_obj_win_center(h, v) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_CENTER), EO_TYPECHECK(Eina_Bool, h), EO_TYPECHECK(Eina_Bool, v)
/**
* @def elm_obj_win_borderless_set
* @since 1.8
*
* Set the borderless state of a window.
*
* @param[in] borderless
*
* @see elm_win_borderless_set
*/
#define elm_obj_win_borderless_set(borderless) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_BORDERLESS_SET), EO_TYPECHECK(Eina_Bool, borderless)
/**
* @def elm_obj_win_borderless_get
* @since 1.8
*
* Get the borderless state of a window.
*
* @param[out] ret
*
* @see elm_win_borderless_get
*/
#define elm_obj_win_borderless_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_BORDERLESS_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_shaped_set
* @since 1.8
*
* Set the shaped state of a window.
*
* @param[in] shaped
*
* @see elm_win_shaped_set
*/
#define elm_obj_win_shaped_set(shaped) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SHAPED_SET), EO_TYPECHECK(Eina_Bool, shaped)
/**
* @def elm_obj_win_shaped_get
* @since 1.8
*
* Get the shaped state of a window.
*
* @param[out] ret
*
* @see elm_win_shaped_get
*/
#define elm_obj_win_shaped_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SHAPED_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_alpha_set
* @since 1.8
*
* Set the alpha channel state of a window.
*
* @param[in] alpha
*
* @see elm_win_alpha_set
*/
#define elm_obj_win_alpha_set(alpha) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ALPHA_SET), EO_TYPECHECK(Eina_Bool, alpha)
/**
* @def elm_obj_win_alpha_get
* @since 1.8
*
* Get the alpha channel state of a window.
*
* @param[out] ret
*
* @see elm_win_alpha_get
*/
#define elm_obj_win_alpha_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ALPHA_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_override_set
* @since 1.8
*
* Set the override state of a window.
*
* @param[in] override
*
* @see elm_win_override_set
*/
#define elm_obj_win_override_set(override) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_OVERRIDE_SET), EO_TYPECHECK(Eina_Bool, override)
/**
* @def elm_obj_win_override_get
* @since 1.8
*
* Get the override state of a window.
*
* @param[out] ret
*
* @see elm_win_override_get
*/
#define elm_obj_win_override_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_OVERRIDE_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_fullscreen_set
* @since 1.8
*
* Set the fullscreen state of a window.
*
* @param[in] fullscreen
*
* @see elm_win_fullscreen_set
*/
#define elm_obj_win_fullscreen_set(fullscreen) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FULLSCREEN_SET), EO_TYPECHECK(Eina_Bool, fullscreen)
/**
* @def elm_obj_win_fullscreen_get
* @since 1.8
*
* Get the fullscreen state of a window.
*
* @param[out] ret
*
* @see elm_win_fullscreen_get
*/
#define elm_obj_win_fullscreen_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FULLSCREEN_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_main_menu_get
* @since 1.8
*
* Get the Main Menu of a window.
*
* @param[out] ret Main menu.
*
* @see elm_win_main_menu_get
*/
#define elm_obj_win_main_menu_get(ret) \
ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_MAIN_MENU_GET), \
EO_TYPECHECK(Eo **, ret)
/**
* @def elm_obj_win_maximized_set
* @since 1.8
*
* Set the maximized state of a window.
*
* @param[in] maximized
*
* @see elm_win_maximized_set
*/
#define elm_obj_win_maximized_set(maximized) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_MAXIMIZED_SET), EO_TYPECHECK(Eina_Bool, maximized)
/**
* @def elm_obj_win_maximized_get
* @since 1.8
*
* Get the maximized state of a window.
*
* @param[out] ret
*
* @see elm_win_maximized_get
*/
#define elm_obj_win_maximized_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_MAXIMIZED_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_iconified_set
* @since 1.8
*
* Set the iconified state of a window.
*
* @param[in] iconified
*
* @see elm_win_iconified_set
*/
#define elm_obj_win_iconified_set(iconified) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ICONIFIED_SET), EO_TYPECHECK(Eina_Bool, iconified)
/**
* @def elm_obj_win_iconified_get
* @since 1.8
*
* Get the iconified state of a window.
*
* @param[out] ret
*
* @see elm_win_iconified_get
*/
#define elm_obj_win_iconified_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ICONIFIED_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_withdrawn_set
* @since 1.8
*
* Set the withdrawn state of a window.
*
* @param[in] withdrawn
*
* @see elm_win_withdrawn_set
*/
#define elm_obj_win_withdrawn_set(withdrawn) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WITHDRAWN_SET), EO_TYPECHECK(Eina_Bool, withdrawn)
/**
* @def elm_obj_win_withdrawn_get
* @since 1.8
*
* Get the withdrawn state of a window.
*
* @param[out] ret
*
* @see elm_win_withdrawn_get
*/
#define elm_obj_win_withdrawn_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WITHDRAWN_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_available_profiles_set
* @since 1.8
*
* Set the array of available profiles to a window.
*
* @param[in] profiles
* @param[in] count
*
* @see elm_win_available_profiles_set
*/
#define elm_obj_win_available_profiles_set(profiles, count) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_AVAILABLE_PROFILES_SET), EO_TYPECHECK(const char **, profiles), EO_TYPECHECK(unsigned int, count)
/**
* @def elm_obj_win_available_profiles_get
* @since 1.8
*
* Get the array of available profiles of a window.
*
* @param[out] ret
* @param[out] profiles
* @param[out] count
*
* @see elm_win_available_profiles_get
*/
#define elm_obj_win_available_profiles_get(ret, profiles, count) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_AVAILABLE_PROFILES_GET), EO_TYPECHECK(Eina_Bool *, ret), EO_TYPECHECK(char ***, profiles), EO_TYPECHECK(unsigned int *, count)
/**
* @def elm_obj_win_profile_set
* @since 1.8
*
* Set the profile of a window.
*
* @param[in] profile
*
* @see elm_win_profile_set
*/
#define elm_obj_win_profile_set(profile) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_PROFILE_SET), EO_TYPECHECK(const char *, profile)
/**
* @def elm_obj_win_profile_get
* @since 1.8
*
* Get the profile of a window.
*
* @param[out] ret
*
* @see elm_win_profile_get
*/
#define elm_obj_win_profile_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_PROFILE_GET), EO_TYPECHECK(const char **, ret)
/**
* @def elm_obj_win_urgent_set
* @since 1.8
*
* Set the urgent state of a window.
*
* @param[in] urgent
*
* @see elm_win_urgent_set
*/
#define elm_obj_win_urgent_set(urgent) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_URGENT_SET), EO_TYPECHECK(Eina_Bool, urgent)
/**
* @def elm_obj_win_urgent_get
* @since 1.8
*
* Get the urgent state of a window.
*
* @param[out] ret
*
* @see elm_win_urgent_get
*/
#define elm_obj_win_urgent_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_URGENT_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_demand_attention_set
* @since 1.8
*
* Set the demand_attention state of a window.
*
* @param[in] demand_attention
*
* @see elm_win_demand_attention_set
*/
#define elm_obj_win_demand_attention_set(demand_attention) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_DEMAND_ATTENTION_SET), EO_TYPECHECK(Eina_Bool, demand_attention)
/**
* @def elm_obj_win_demand_attention_get
* @since 1.8
*
* Get the demand_attention state of a window.
*
* @param[out] ret
*
* @see elm_win_demand_attention_get
*/
#define elm_obj_win_demand_attention_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_DEMAND_ATTENTION_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_modal_set
* @since 1.8
*
* Set the modal state of a window.
*
* @param[in] modal
*
* @see elm_win_modal_set
*/
#define elm_obj_win_modal_set(modal) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_MODAL_SET), EO_TYPECHECK(Eina_Bool, modal)
/**
* @def elm_obj_win_modal_get
* @since 1.8
*
* Get the modal state of a window.
*
* @param[out] ret
*
* @see elm_win_modal_get
*/
#define elm_obj_win_modal_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_MODAL_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_aspect_set
* @since 1.8
*
* Set the aspect ratio of a window.
*
* @param[in] aspect
*
* @see elm_win_aspect_set
*/
#define elm_obj_win_aspect_set(aspect) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ASPECT_SET), EO_TYPECHECK(double, aspect)
/**
* @def elm_obj_win_aspect_get
* @since 1.8
*
* Get the aspect ratio of a window.
*
* @param[out] ret
*
* @see elm_win_aspect_get
*/
#define elm_obj_win_aspect_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ASPECT_GET), EO_TYPECHECK(double *, ret)
/**
* @def elm_obj_win_size_base_set
* @since 1.8
*
* Set the base window size used with stepping calculation
*
* @param[in] w
* @param[in] h
*
* @see elm_win_size_base_set
*/
#define elm_obj_win_size_base_set(w, h) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SIZE_BASE_SET), EO_TYPECHECK(int, w), EO_TYPECHECK(int, h)
/**
* @def elm_obj_win_size_base_get
* @since 1.8
*
* Get the base size of a window.
*
* @param[out] w
* @param[out] h
*
* @see elm_win_size_base_get
*/
#define elm_obj_win_size_base_get(w, h) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SIZE_BASE_GET), EO_TYPECHECK(int *, w), EO_TYPECHECK(int *, h)
/**
* @def elm_obj_win_size_step_set
* @since 1.8
*
* Set the window stepping used with sizing calculation
*
* @param[in] w
* @param[in] h
*
* @see elm_win_size_step_set
*/
#define elm_obj_win_size_step_set(w, h) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SIZE_STEP_SET), EO_TYPECHECK(int, w), EO_TYPECHECK(int, h)
/**
* @def elm_obj_win_size_step_get
* @since 1.8
*
* Get the stepping of a window.
*
* @param[out] w
* @param[out] h
*
* @see elm_win_size_step_get
*/
#define elm_obj_win_size_step_get(w, h) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SIZE_STEP_GET), EO_TYPECHECK(int *, w), EO_TYPECHECK(int *, h)
/**
* @def elm_obj_win_layer_set
* @since 1.8
*
* Set the layer of the window.
*
* @param[in] layer
*
* @see elm_win_layer_set
*/
#define elm_obj_win_layer_set(layer) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_LAYER_SET), EO_TYPECHECK(int, layer)
/**
* @def elm_obj_win_layer_get
* @since 1.8
*
* Get the layer of the window.
*
* @param[out] ret
*
* @see elm_win_layer_get
*/
#define elm_obj_win_layer_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_LAYER_GET), EO_TYPECHECK(int *, ret)
/**
* @def elm_obj_win_rotation_set
* @since 1.8
*
* Set the rotation of the window.
*
* @param[in] rotation
*
* @see elm_win_rotation_set
*/
#define elm_obj_win_rotation_set(rotation) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ROTATION_SET), EO_TYPECHECK(int, rotation)
/**
* @def elm_obj_win_rotation_with_resize_set
* @since 1.8
*
* Rotates the window and resizes it.
*
* @param[in] rotation
*
* @see elm_win_rotation_with_resize_set
*/
#define elm_obj_win_rotation_with_resize_set(rotation) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ROTATION_WITH_RESIZE_SET), EO_TYPECHECK(int, rotation)
/**
* @def elm_obj_win_rotation_get
* @since 1.8
*
* Get the rotation of the window.
*
* @param[out] ret
*
* @see elm_win_rotation_get
*/
#define elm_obj_win_rotation_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ROTATION_GET), EO_TYPECHECK(int *, ret)
/**
* @def elm_obj_win_sticky_set
* @since 1.8
*
* Set the sticky state of the window.
*
* @param[in] sticky
*
* @see elm_win_sticky_set
*/
#define elm_obj_win_sticky_set(sticky) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_STICKY_SET), EO_TYPECHECK(Eina_Bool, sticky)
/**
* @def elm_obj_win_sticky_get
* @since 1.8
*
* Get the sticky state of the window.
*
* @param[out] ret
*
* @see elm_win_sticky_get
*/
#define elm_obj_win_sticky_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_STICKY_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_keyboard_mode_set
* @since 1.8
*
* Sets the keyboard mode of the window.
*
* @param[in] mode
*
* @see elm_win_keyboard_mode_set
*/
#define elm_obj_win_keyboard_mode_set(mode) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_SET), EO_TYPECHECK(Elm_Win_Keyboard_Mode, mode)
/**
* @def elm_obj_win_keyboard_mode_get
* @since 1.8
*
* Get the keyboard mode of the window.
*
* @param[out] ret
*
* @see elm_win_keyboard_mode_get
*/
#define elm_obj_win_keyboard_mode_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_GET), EO_TYPECHECK(Elm_Win_Keyboard_Mode *, ret)
/**
* @def elm_obj_win_keyboard_win_set
* @since 1.8
*
* Sets whether the window is a keyboard.
*
* @param[in] is_keyboard
*
* @see elm_win_keyboard_win_set
*/
#define elm_obj_win_keyboard_win_set(is_keyboard) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_SET), EO_TYPECHECK(Eina_Bool, is_keyboard)
/**
* @def elm_obj_win_keyboard_win_get
* @since 1.8
*
* Get whether the window is a keyboard.
*
* @param[out] ret
*
* @see elm_win_keyboard_win_get
*/
#define elm_obj_win_keyboard_win_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_indicator_mode_set
* @since 1.8
*
* Sets the indicator mode of the window.
*
* @param[in] mode
*
* @see elm_win_indicator_mode_set
*/
#define elm_obj_win_indicator_mode_set(mode) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_SET), EO_TYPECHECK(Elm_Win_Indicator_Mode, mode)
/**
* @def elm_obj_win_indicator_mode_get
* @since 1.8
*
* Get the indicator mode of the window.
*
* @param[out] ret
*
* @see elm_win_indicator_mode_get
*/
#define elm_obj_win_indicator_mode_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_GET), EO_TYPECHECK(Elm_Win_Indicator_Mode *, ret)
/**
* @def elm_obj_win_indicator_opacity_set
* @since 1.8
*
* Sets the indicator opacity mode of the window.
*
* @param[in] mode
*
* @see elm_win_indicator_opacity_set
*/
#define elm_obj_win_indicator_opacity_set(mode) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_SET), EO_TYPECHECK(Elm_Win_Indicator_Opacity_Mode, mode)
/**
* @def elm_obj_win_indicator_opacity_get
* @since 1.8
*
* Get the indicator opacity mode of the window.
*
* @param[out] ret
*
* @see elm_win_indicator_opacity_get
*/
#define elm_obj_win_indicator_opacity_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_GET), EO_TYPECHECK(Elm_Win_Indicator_Opacity_Mode *, ret)
/**
* @def elm_obj_win_screen_position_get
* @since 1.8
*
* Get the screen position of a window.
*
* @param[out] x
* @param[out] y
*
* @see elm_win_screen_position_get
*/
#define elm_obj_win_screen_position_get(x, y) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SCREEN_POSITION_GET), EO_TYPECHECK(int *, x), EO_TYPECHECK(int *, y)
/**
* @def elm_obj_win_focus_get
* @since 1.8
*
* Determine whether a window has focus
*
* @param[out] ret
*
* @see elm_win_focus_get
*/
#define elm_obj_win_focus_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_screen_constrain_set
* @since 1.8
*
* Constrain the maximum width and height of a window to the width and height of its screen
*
* @param[in] constrain
*
* @see elm_win_screen_constrain_set
*/
#define elm_obj_win_screen_constrain_set(constrain) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SCREEN_CONSTRAIN_SET), EO_TYPECHECK(Eina_Bool, constrain)
/**
* @def elm_obj_win_screen_constrain_get
* @since 1.8
*
* Retrieve the constraints on the maximum width and height of a window relative to the width and height of its screen
*
* @param[out] ret
*
* @see elm_win_screen_constrain_get
*/
#define elm_obj_win_screen_constrain_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SCREEN_CONSTRAIN_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_screen_size_get
* @since 1.8
*
* Get screen geometry details for the screen that a window is on
*
* @param[out] x
* @param[out] y
* @param[out] w
* @param[out] h
*
* @see elm_win_screen_size_get
*/
#define elm_obj_win_screen_size_get(x, y, w, h) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SCREEN_SIZE_GET), EO_TYPECHECK(int *, x), EO_TYPECHECK(int *, y), EO_TYPECHECK(int *, w), EO_TYPECHECK(int *, h)
/**
* @def elm_obj_win_screen_dpi_get
* @since 1.8
*
* Get screen dpi for the screen that a window is on
*
* @param[out] xdpi
* @param[out] ydpi
*
* @see elm_win_screen_dpi_get
*/
#define elm_obj_win_screen_dpi_get(xdpi, ydpi) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SCREEN_DPI_GET), EO_TYPECHECK(int *, xdpi), EO_TYPECHECK(int *, ydpi)
/**
* @def elm_obj_win_conformant_set
* @since 1.8
*
* Set if this window is an illume conformant window
*
* @param[in] conformant
*
* @see elm_win_conformant_set
*/
#define elm_obj_win_conformant_set(conformant) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_CONFORMANT_SET), EO_TYPECHECK(Eina_Bool, conformant)
/**
* @def elm_obj_win_conformant_get
* @since 1.8
*
* Get if this window is an illume conformant window
*
* @param[out] ret
*
* @see elm_win_conformant_get
*/
#define elm_obj_win_conformant_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_CONFORMANT_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_quickpanel_set
* @since 1.8
*
* Set a window to be an illume quickpanel window
*
* @param[in] quickpanel
*
* @see elm_win_quickpanel_set
*/
#define elm_obj_win_quickpanel_set(quickpanel) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_SET), EO_TYPECHECK(Eina_Bool, quickpanel)
/**
* @def elm_obj_win_quickpanel_get
* @since 1.8
*
* Get if this window is a quickpanel or not
*
* @param[out] ret
*
* @see elm_win_quickpanel_get
*/
#define elm_obj_win_quickpanel_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_quickpanel_priority_major_set
* @since 1.8
*
* Set the major priority of a quickpanel window
*
* @param[in] priority
*
* @see elm_win_quickpanel_priority_major_set
*/
#define elm_obj_win_quickpanel_priority_major_set(priority) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MAJOR_SET), EO_TYPECHECK(int, priority)
/**
* @def elm_obj_win_quickpanel_priority_major_get
* @since 1.8
*
* Get the major priority of a quickpanel window
*
* @param[out] ret
*
* @see elm_win_quickpanel_priority_major_get
*/
#define elm_obj_win_quickpanel_priority_major_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MAJOR_GET), EO_TYPECHECK(int *, ret)
/**
* @def elm_obj_win_quickpanel_priority_minor_set
* @since 1.8
*
* Set the minor priority of a quickpanel window
*
* @param[in] priority
*
* @see elm_win_quickpanel_priority_minor_set
*/
#define elm_obj_win_quickpanel_priority_minor_set(priority) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MINOR_SET), EO_TYPECHECK(int, priority)
/**
* @def elm_obj_win_quickpanel_priority_minor_get
* @since 1.8
*
* Get the minor priority of a quickpanel window
*
* @param[out] ret
*
* @see elm_win_quickpanel_priority_minor_get
*/
#define elm_obj_win_quickpanel_priority_minor_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_PRIORITY_MINOR_GET), EO_TYPECHECK(int *, ret)
/**
* @def elm_obj_win_quickpanel_zone_set
* @since 1.8
*
* Set which zone this quickpanel should appear in
*
* @param[in] zone
*
* @see elm_win_quickpanel_zone_set
*/
#define elm_obj_win_quickpanel_zone_set(zone) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_ZONE_SET), EO_TYPECHECK(int, zone)
/**
* @def elm_obj_win_quickpanel_zone_get
* @since 1.8
*
* Get which zone this quickpanel should appear in
*
* @param[out] ret
*
* @see elm_win_quickpanel_zone_get
*/
#define elm_obj_win_quickpanel_zone_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_QUICKPANEL_ZONE_GET), EO_TYPECHECK(int *, ret)
/**
* @def elm_obj_win_prop_focus_skip_set
* @since 1.8
*
* Set the window to be skipped by keyboard focus
*
* @param[in] skip
*
* @see elm_win_prop_focus_skip_set
*/
#define elm_obj_win_prop_focus_skip_set(skip) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_PROP_FOCUS_SKIP_SET), EO_TYPECHECK(Eina_Bool, skip)
/**
* @def elm_obj_win_illume_command_send
* @since 1.8
*
* Send a command to the windowing environment
*
* @param[in] command
* @param[in] params
*
* @see elm_win_illume_command_send
*/
#define elm_obj_win_illume_command_send(command, params) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_ILLUME_COMMAND_SEND), EO_TYPECHECK(Elm_Illume_Command, command), EO_TYPECHECK(void *, params)
/**
* @def elm_obj_win_inlined_image_object_get
* @since 1.8
*
* Get the inlined image object handle
*
* @param[out] ret
*
* @see elm_win_inlined_image_object_get
*/
#define elm_obj_win_inlined_image_object_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_INLINED_IMAGE_OBJECT_GET), EO_TYPECHECK(Evas_Object **, ret)
/**
* @def elm_obj_win_focus_highlight_enabled_set
* @since 1.8
*
* Set the enabled status for the focus highlight in a window
*
* @param[in] enabled
*
* @see elm_win_focus_highlight_enabled_set
*/
#define elm_obj_win_focus_highlight_enabled_set(enabled) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ENABLED_SET), EO_TYPECHECK(Eina_Bool, enabled)
/**
* @def elm_obj_win_focus_highlight_enabled_get
* @since 1.8
*
* Get the enabled value of the focus highlight for this window
*
* @param[out] ret
*
* @see elm_win_focus_highlight_enabled_get
*/
#define elm_obj_win_focus_highlight_enabled_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ENABLED_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_focus_highlight_style_set
* @since 1.8
*
* Set the style for the focus highlight on this window
*
* @param[in] style
*
* @see elm_win_focus_highlight_style_set
*/
#define elm_obj_win_focus_highlight_style_set(style) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_STYLE_SET), EO_TYPECHECK(const char *, style)
/**
* @def elm_obj_win_focus_highlight_style_get
* @since 1.8
*
* Get the style set for the focus highlight object
*
* @param[out] ret
*
* @see elm_win_focus_highlight_style_get
*/
#define elm_obj_win_focus_highlight_style_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_STYLE_GET), EO_TYPECHECK(const char **, ret)
/**
* @def elm_obj_win_focus_highlight_animate_set
* @since 1.8
*
* Set the animate status for the focus highlight for this window.
*
* @param[in] animate
*
* @see elm_win_focus_highlight_animate_get
*/
#define elm_obj_win_focus_highlight_animate_set(animate) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ANIMATE_SET), EO_TYPECHECK(Eina_Bool, animate)
/**
* @def elm_obj_win_focus_highlight_animate_get
* @since 1.8
*
* Get the animate status for the focus highlight for this window.
*
* @param[out] ret
*
* @see elm_win_focus_highlight_animate_get
*/
#define elm_obj_win_focus_highlight_animate_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_FOCUS_HIGHLIGHT_ANIMATE_GET), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_socket_listen
* @since 1.8
*
* Create a socket to provide the service for Plug widget
*
* @param[in] svcname
* @param[in] svcnum
* @param[in] svcsys
* @param[out] ret
*
* @see elm_win_socket_listen
*/
#define elm_obj_win_socket_listen(svcname, svcnum, svcsys, ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_SOCKET_LISTEN), EO_TYPECHECK(const char *, svcname), EO_TYPECHECK(int, svcnum), EO_TYPECHECK(Eina_Bool, svcsys), EO_TYPECHECK(Eina_Bool *, ret)
/**
* @def elm_obj_win_xwindow_get
* @since 1.8
*
* Get the Ecore_X_Window of an Evas_Object
*
* @param[out] ret
*
* @see elm_win_xwindow_get
*/
#define elm_obj_win_xwindow_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_XWINDOW_GET), EO_TYPECHECK(Ecore_X_Window *, ret)
/**
* @def elm_obj_win_wl_window_get
* @since 1.8
*
* Get the Ecore_Wl_Window of an Evas_Object
*
* @param[out] ret
*
* @see elm_win_wl_window_get
*/
#define elm_obj_win_wl_window_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WL_WINDOW_GET), EO_TYPECHECK(Ecore_Wl_Window **, ret)
/**
* @def elm_obj_win_window_id_get
* @since 1.8
*
* Get the Ecore_Window of an Evas_Object
*
* @param[out] ret
*
* @see elm_win_window_id_get
*/
#define elm_obj_win_window_id_get(ret) ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WINDOW_ID_GET), EO_TYPECHECK(Ecore_Window *, ret)
/**
* @}
*/
|