Advertisement
Guest User

Untitled

a guest
Nov 4th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "elm_win",
  3.   "inherits": [
  4.     "elm_widget"
  5.   ],
  6.   "constructors": {
  7.     "win_constructor": {
  8.       "comment": "No description supplied by the EAPI.",
  9.       "parameters": [
  10.         [ "in", "const", "char*", "name", "" ],
  11.         [ "in", "", "Elm_Win_Type", "type", "" ]
  12.       ]
  13.     }
  14.   },
  15.   "properties": {
  16.     "keyboard_win": {
  17.       "comment_set": "Sets whether the window is a keyboard.",
  18.       "comment_get": "Get whether the window is a keyboard.",
  19.       "parameters": [
  20.         [ "", "Eina_Bool", "is_keyboard", "" ]
  21.       ]
  22.     },
  23.     "prop_focus_skip": {
  24.       "comment": "Set the window to be skipped by keyboard focus",
  25.       "type": "wo",
  26.       "parameters": [ [ "", "Eina_Bool", "skip", "" ]
  27.       ]
  28.     },
  29.     "screen_position": {
  30.       "comment": "Get the screen position of a window.",
  31.       "type": "ro",
  32.       "parameters": [
  33.         [ "", "int", "x", "" ],
  34.         [ "", "int", "y", "" ]
  35.       ]
  36.     },
  37.   },
  38.   "methods": {
  39.     "socket_listen": {
  40.       "comment": "Create a socket to provide the service for Plug widget",
  41.       "parameters": [
  42.         [ "in", "const", "char*", "svcname", "" ],
  43.         [ "in", "", "int", "svcnum", "" ],
  44.         [ "in", "", "Eina_Bool", "svcsys", "" ],
  45.         [ "out", "", "Eina_Bool", "ret", "" ]
  46.       ]
  47.     },
  48.     "activate": {
  49.       "comment": "Activate a window object.",
  50.       "parameters": []
  51.     },
  52.   "implements": [
  53.     [ "Evas_Object_Smart", "resize", "method" ],
  54.     [ "elm_widget", "focus_next_manager_is", "method" ],
  55.     [ "elm_widget", "focus_next", "method" ],
  56.     [ "elm_widget", "focus_direction", "method" ],
  57.     [ "elm_widget", "on_focus", "method" ],
  58.     [ "elm_widget", "theme", "method" ],
  59.     [ "Evas_Object_Smart", "del", "method" ],
  60.     [ "elm_widget", "focus_direction_manager_is", "method" ],
  61.     [ "Evas_Object_Smart", "hide", "method" ],
  62.     [ "elm_widget", "event", "method" ],
  63.     [ "Evas_Object_Smart", "show", "method" ],
  64.     [ "Eo Base", "constructor", "method" ],
  65.     [ "Evas_Object_Smart", "add", "method" ],
  66.     [ "Evas_Object_Smart", "move", "method" ]
  67.   ],
  68.   "old_styled_signals": [
  69.     [ "delete,request", "" ],
  70.     [ "focus,out", "" ],
  71.     [ "focus,in", "" ],
  72.     [ "moved", "" ],
  73.     [ "withdrawn", "" ],
  74.     [ "iconified", "" ],
  75.     [ "normal", "" ],
  76.     [ "stick", "" ],
  77.     [ "unstick", "" ],
  78.     [ "fullscreen", "" ],
  79.     [ "unfullscreen", "" ],
  80.     [ "maximized", "" ],
  81.     [ "unmaximized", "" ],
  82.     [ "ioerr", "" ],
  83.     [ "indicator,prop,changed", "" ],
  84.     [ "rotation,changed", "" ],
  85.     [ "profile,changed", "" ],
  86.     [ "focused", "" ],
  87.     [ "unfocused", "" ]
  88.   ]
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement