├── .gitignore ├── .pylintrc ├── AUTHORS ├── CODING ├── COPYING ├── COPYING.LESSER ├── ChangeLog ├── Makefile ├── README.md ├── api_coverage.py ├── docs ├── conf.py ├── dbus │ └── dbus.rst ├── ecore │ ├── class-animator.rst │ ├── class-animator_timeline.rst │ ├── class-exe.rst │ ├── class-fdhandler.rst │ ├── class-filedownload.rst │ ├── class-filemonitor.rst │ ├── class-idleenterer.rst │ ├── class-idleexiter.rst │ ├── class-idler.rst │ ├── class-lookup.rst │ ├── class-poller.rst │ ├── class-timer.rst │ ├── class-url.rst │ ├── ecore.rst │ ├── module-ecore.rst │ ├── module-ecore_con.rst │ └── module-ecore_input.rst ├── edje │ ├── class-edje.rst │ ├── edje.rst │ └── module-edje.rst ├── efl.rst ├── elementary │ ├── actionslider.rst │ ├── background.rst │ ├── box.rst │ ├── bubble.rst │ ├── button.rst │ ├── calendar.rst │ ├── check.rst │ ├── clock.rst │ ├── colorselector.rst │ ├── combobox.rst │ ├── configuration.rst │ ├── conformant.rst │ ├── ctxpopup.rst │ ├── datetime.rst │ ├── dayselector.rst │ ├── diskselector.rst │ ├── elementary.rst │ ├── entry.rst │ ├── fileselector.rst │ ├── fileselector_button.rst │ ├── fileselector_entry.rst │ ├── flip.rst │ ├── flipselector.rst │ ├── frame.rst │ ├── gengrid.rst │ ├── genlist.rst │ ├── gesture_layer.rst │ ├── grid.rst │ ├── hover.rst │ ├── hoversel.rst │ ├── icon.rst │ ├── image.rst │ ├── index.rst │ ├── innerwindow.rst │ ├── label.rst │ ├── layout.rst │ ├── list.rst │ ├── map.rst │ ├── mapbuf.rst │ ├── menu.rst │ ├── multibuttonentry.rst │ ├── naviframe.rst │ ├── need.rst │ ├── notify.rst │ ├── object.rst │ ├── object_item.rst │ ├── panel.rst │ ├── panes.rst │ ├── photo.rst │ ├── photocam.rst │ ├── plug.rst │ ├── popup.rst │ ├── progressbar.rst │ ├── radio.rst │ ├── scroller.rst │ ├── segment_control.rst │ ├── separator.rst │ ├── slider.rst │ ├── slideshow.rst │ ├── spinner.rst │ ├── table.rst │ ├── theme.rst │ ├── thumb.rst │ ├── toolbar.rst │ ├── transit.rst │ ├── video.rst │ ├── web.rst │ └── window.rst ├── emotion │ ├── class-emotion.rst │ ├── emotion.rst │ └── module-emotion.rst ├── eo │ ├── class-eo.rst │ ├── eo.rst │ └── module-eo.rst ├── ethumb │ ├── class-ethumb.rst │ ├── class-ethumb_client.rst │ ├── ethumb.rst │ ├── module-ethumb.rst │ └── module-ethumb_client.rst ├── evas │ ├── class-box.rst │ ├── class-canvas.rst │ ├── class-grid.rst │ ├── class-image.rst │ ├── class-line.rst │ ├── class-map.rst │ ├── class-object.rst │ ├── class-polygon.rst │ ├── class-rect.rst │ ├── class-rectangle.rst │ ├── class-smart.rst │ ├── class-table.rst │ ├── class-text.rst │ ├── class-textblock.rst │ ├── class-textgrid.rst │ ├── evas.rst │ └── module-evas.rst ├── images │ ├── actionslider-preview.png │ ├── background-preview.png │ ├── box-preview.png │ ├── bubble-preview.png │ ├── button-preview.png │ ├── calendar-preview.png │ ├── check-preview.png │ ├── check-toggle-preview.png │ ├── clock-preview.png │ ├── colorselector-preview.png │ ├── combobox-preview.png │ ├── conformant-preview.png │ ├── ctxpopup-preview.png │ ├── dayselector-preview.png │ ├── diskselector-preview.png │ ├── entry-preview.png │ ├── fileselector-button-preview.png │ ├── fileselector-entry-preview.png │ ├── fileselector-preview.png │ ├── flip-preview.png │ ├── flipselector-preview.png │ ├── frame-preview.png │ ├── gengrid-preview.png │ ├── genlist-preview.png │ ├── gesturelayer-preview.png │ ├── grid-preview.png │ ├── hover-preview.png │ ├── hoversel-preview.png │ ├── icon-preview.png │ ├── image-preview.png │ ├── index-preview.png │ ├── innerwindow-preview.png │ ├── label-preview.png │ ├── layout-preview.png │ ├── list-preview.png │ ├── logo.ico │ ├── logo.png │ ├── logo_plain.png │ ├── map-preview.png │ ├── mapbuf-preview.png │ ├── menu-preview.png │ ├── multibuttonentry-preview.png │ ├── naviframe-preview.png │ ├── notify-preview.png │ ├── panel-preview.png │ ├── panes-preview.png │ ├── photo-preview.png │ ├── popup-preview.png │ ├── progressbar-preview.png │ ├── radio-preview.png │ ├── scroller-preview.png │ ├── segmentcontrol-preview.png │ ├── separator-preview.png │ ├── slider-preview.png │ ├── slideshow-preview.png │ ├── spinner-preview.png │ ├── table-preview.png │ ├── thumb-preview.png │ └── toolbar-preview.png ├── index.rst ├── themes │ ├── efldoc │ │ ├── layout.html │ │ ├── static │ │ │ ├── efl.css │ │ │ ├── footer_background.png │ │ │ ├── header_logo.png │ │ │ ├── header_menu_background.png │ │ │ ├── header_menu_background_last.png │ │ │ ├── header_menu_current_background.png │ │ │ ├── headerbg.png │ │ │ ├── hilight_background.png │ │ │ ├── listitem.png │ │ │ ├── rel_background.png │ │ │ └── sphinxheader.png │ │ └── theme.conf │ └── sphinx13 │ │ ├── layout.html │ │ ├── static │ │ ├── bodybg.png │ │ ├── footerbg.png │ │ ├── headerbg.png │ │ ├── listitem.png │ │ ├── relbg.png │ │ ├── sphinx13.css │ │ └── sphinxheader.png │ │ └── theme.conf └── tutorials │ ├── 01-window.rst │ └── 02-sizehints.rst ├── examples ├── dbus │ ├── test_bt_list_handles.py │ ├── test_bt_search_devices.py │ ├── test_dbus_spy.py │ ├── test_signal_emitter.py │ ├── test_signal_recipient.py │ └── test_signal_simple.py ├── ecore │ ├── con │ │ ├── lookup.py │ │ └── url.py │ ├── input │ │ └── events.py │ └── x │ │ ├── mplayer_embed.py │ │ └── window_creation.py ├── elementary │ ├── cursors.edj │ ├── images │ │ ├── bubble.png │ │ ├── button_clicked_blue.png │ │ ├── button_clicked_red.png │ │ ├── button_normal_blue.png │ │ ├── button_normal_red.png │ │ ├── clo.png │ │ ├── icon_00.png │ │ ├── icon_01.png │ │ ├── icon_02.png │ │ ├── icon_03.png │ │ ├── icon_04.png │ │ ├── icon_05.png │ │ ├── icon_06.png │ │ ├── icon_07.png │ │ ├── icon_08.png │ │ ├── icon_09.png │ │ ├── icon_10.png │ │ ├── icon_11.png │ │ ├── icon_12.png │ │ ├── icon_13.png │ │ ├── icon_14.png │ │ ├── icon_15.png │ │ ├── icon_16.png │ │ ├── icon_17.png │ │ ├── icon_18.png │ │ ├── icon_19.png │ │ ├── icon_20.png │ │ ├── icon_21.png │ │ ├── icon_22.png │ │ ├── icon_23.png │ │ ├── icon_right_arrow.png │ │ ├── insanely_huge_test_image.jpg │ │ ├── logo.png │ │ ├── logo_small.png │ │ ├── mystrale.jpg │ │ ├── mystrale_2.jpg │ │ ├── panel_01.jpg │ │ ├── plant_01.jpg │ │ ├── pol_shadow.png │ │ ├── pol_sky.png │ │ ├── pol_twofish.png │ │ ├── rock_01.jpg │ │ ├── rock_02.jpg │ │ ├── sky.jpg │ │ ├── sky_01.jpg │ │ ├── sky_02.jpg │ │ ├── sky_03.jpg │ │ ├── sky_04.jpg │ │ ├── under.png │ │ └── wood_01.jpg │ ├── postit_ent.edc │ ├── postit_ent.edj │ ├── test.edj │ ├── test.py │ ├── test_3d.py │ ├── test_access.py │ ├── test_actionslider.py │ ├── test_bg.py │ ├── test_box.py │ ├── test_bubble.py │ ├── test_button.py │ ├── test_calendar.py │ ├── test_check.py │ ├── test_clock.py │ ├── test_cnp.py │ ├── test_colorselector.py │ ├── test_combobox.py │ ├── test_config.py │ ├── test_conform.py │ ├── test_core_ecore_events_in_elm.py │ ├── test_core_evas_canvas_callbacks.py │ ├── test_core_evas_object_callbacks.py │ ├── test_core_evas_objects.py │ ├── test_core_evas_smart.py │ ├── test_ctxpopup.py │ ├── test_cursor.py │ ├── test_datetime.py │ ├── test_dayselector.py │ ├── test_diskselector.py │ ├── test_dnd.py │ ├── test_entry.py │ ├── test_evas_textgrid.py │ ├── test_external.edc │ ├── test_external.edj │ ├── test_external.py │ ├── test_fileselector.py │ ├── test_fileselector_button.py │ ├── test_fileselector_entry.py │ ├── test_flip.py │ ├── test_flipselector.py │ ├── test_floating.py │ ├── test_focus.py │ ├── test_focus_custom.edc │ ├── test_focus_custom.edj │ ├── test_frame.py │ ├── test_gengrid.py │ ├── test_genlist_1.py │ ├── test_genlist_2.py │ ├── test_genlist_decorate.py │ ├── test_genlist_decorate_all.py │ ├── test_genlist_filter.py │ ├── test_genlist_group.py │ ├── test_genlist_iteration.py │ ├── test_genlist_multiselect.py │ ├── test_genlist_reorder.py │ ├── test_genlist_reusable.py │ ├── test_genlist_search.py │ ├── test_genlist_sorted.py │ ├── test_genlist_tree.py │ ├── test_gesture_layer.py │ ├── test_grid.py │ ├── test_hover.py │ ├── test_hoversel.py │ ├── test_icon.py │ ├── test_image.py │ ├── test_image_async.py │ ├── test_image_memfile.py │ ├── test_import_all_modules.py │ ├── test_index.py │ ├── test_input_events.py │ ├── test_inwin.py │ ├── test_label.py │ ├── test_layout.py │ ├── test_list.py │ ├── test_main_menu.py │ ├── test_map.py │ ├── test_mapbuf.py │ ├── test_menu.py │ ├── test_multibuttonentry.py │ ├── test_naviframe.py │ ├── test_notify.py │ ├── test_panel.py │ ├── test_panel_scroll.py │ ├── test_panes.py │ ├── test_photo.py │ ├── test_photocam.py │ ├── test_popup.py │ ├── test_progressbar.py │ ├── test_radio.py │ ├── test_scroller.py │ ├── test_segment_control.py │ ├── test_separator.py │ ├── test_slider.py │ ├── test_slideshow.py │ ├── test_spinner.py │ ├── test_store.py │ ├── test_sys_notify.py │ ├── test_table.py │ ├── test_theme.edc │ ├── test_theme.edj │ ├── test_theme.py │ ├── test_thumb.py │ ├── test_toolbar.py │ ├── test_tooltip.py │ ├── test_transit.py │ ├── test_transit_bezier.py │ ├── test_video.py │ ├── test_web.py │ ├── test_win.py │ └── test_win_dialog.py ├── emotion │ ├── test_emotion.py │ └── theme.edj └── ethumb │ ├── ethumb.py │ └── ethumb_client.py ├── pyproject.toml ├── setup.cfg ├── setup.py ├── src ├── efl │ ├── __init__.py │ ├── dbus_mainloop.pyx │ ├── e_dbus.c │ ├── e_dbus.h │ ├── ecore.pyx │ ├── ecore_animator.pxi │ ├── ecore_con.pyx │ ├── ecore_con_lookup.pxi │ ├── ecore_con_url.pxi │ ├── ecore_events.pxi │ ├── ecore_exe.pxi │ ├── ecore_fd_handler.pxi │ ├── ecore_file_download.pxi │ ├── ecore_file_monitor.pxi │ ├── ecore_idler.pxi │ ├── ecore_input.pyx │ ├── ecore_input_events.pxi │ ├── ecore_poller.pxi │ ├── ecore_timer.pxi │ ├── ecore_x.pyx │ ├── ecore_x_events.pxi │ ├── ecore_x_window.pxi │ ├── edje.pyx │ ├── edje_edit.pyx │ ├── edje_edit_group.pxi │ ├── edje_edit_part.pxi │ ├── edje_edit_part_state.pxi │ ├── edje_edit_program.pxi │ ├── edje_external.pxi │ ├── edje_message.pxi │ ├── edje_object.pxi │ ├── elementary │ │ ├── __init__.py │ │ ├── __init__.pyx │ │ ├── access.pxd │ │ ├── access.pyx │ │ ├── actionslider.pxi │ │ ├── actionslider.py │ │ ├── actionslider_cdef.pxi │ │ ├── background.pxi │ │ ├── background.py │ │ ├── background_cdef.pxi │ │ ├── box.pxi │ │ ├── box.py │ │ ├── box_cdef.pxi │ │ ├── bubble.pxi │ │ ├── bubble.py │ │ ├── bubble_cdef.pxi │ │ ├── button.pxi │ │ ├── button.py │ │ ├── button_cdef.pxi │ │ ├── calendar.pxi │ │ ├── calendar_cdef.pxi │ │ ├── calendar_elm.py │ │ ├── check.pxi │ │ ├── check.py │ │ ├── check_cdef.pxi │ │ ├── clock.pxi │ │ ├── clock.py │ │ ├── clock_cdef.pxi │ │ ├── cnp_callbacks.pxi │ │ ├── colorselector.pxi │ │ ├── colorselector.py │ │ ├── colorselector_cdef.pxi │ │ ├── combobox.pxi │ │ ├── combobox_cdef.pxi │ │ ├── configuration.pxi │ │ ├── configuration.py │ │ ├── configuration_cdef.pxi │ │ ├── conformant.pxi │ │ ├── conformant.py │ │ ├── conformant_cdef.pxi │ │ ├── ctxpopup.pxi │ │ ├── ctxpopup.py │ │ ├── ctxpopup_cdef.pxi │ │ ├── datetime.pxi │ │ ├── datetime_cdef.pxi │ │ ├── datetime_elm.py │ │ ├── dayselector.pxi │ │ ├── dayselector.py │ │ ├── dayselector_cdef.pxi │ │ ├── diskselector.pxi │ │ ├── diskselector.py │ │ ├── diskselector_cdef.pxi │ │ ├── elementary_cdef.pxi │ │ ├── entry.pxi │ │ ├── entry.py │ │ ├── entry_cdef.pxi │ │ ├── fileselector.pxi │ │ ├── fileselector.py │ │ ├── fileselector_button.pxi │ │ ├── fileselector_button.py │ │ ├── fileselector_button_cdef.pxi │ │ ├── fileselector_cdef.pxi │ │ ├── fileselector_entry.pxi │ │ ├── fileselector_entry.py │ │ ├── fileselector_entry_cdef.pxi │ │ ├── flip.pxi │ │ ├── flip.py │ │ ├── flip_cdef.pxi │ │ ├── flipselector.pxi │ │ ├── flipselector.py │ │ ├── flipselector_cdef.pxi │ │ ├── frame.pxi │ │ ├── frame.py │ │ ├── frame_cdef.pxi │ │ ├── general.py │ │ ├── gengrid.pxi │ │ ├── gengrid.py │ │ ├── gengrid_cdef.pxi │ │ ├── gengrid_item.pxi │ │ ├── gengrid_item_class.pxi │ │ ├── gengrid_widget.pxi │ │ ├── genlist.pxi │ │ ├── genlist.py │ │ ├── genlist_cdef.pxi │ │ ├── genlist_item.pxi │ │ ├── genlist_item_class.pxi │ │ ├── genlist_widget.pxi │ │ ├── gesture_layer.pxi │ │ ├── gesture_layer.py │ │ ├── gesture_layer_cdef.pxi │ │ ├── glview.pxd │ │ ├── glview.pyx │ │ ├── grid.pxi │ │ ├── grid.py │ │ ├── grid_cdef.pxi │ │ ├── hover.pxi │ │ ├── hover.py │ │ ├── hover_cdef.pxi │ │ ├── hoversel.pxi │ │ ├── hoversel.py │ │ ├── hoversel_cdef.pxi │ │ ├── icon.pxi │ │ ├── icon.py │ │ ├── icon_cdef.pxi │ │ ├── image.pxi │ │ ├── image.py │ │ ├── image_cdef.pxi │ │ ├── index.pxi │ │ ├── index.py │ │ ├── index_cdef.pxi │ │ ├── innerwindow.pxi │ │ ├── innerwindow.py │ │ ├── innerwindow_cdef.pxi │ │ ├── label.pxi │ │ ├── label.py │ │ ├── label_cdef.pxi │ │ ├── layout.pxi │ │ ├── layout.py │ │ ├── layout_cdef.pxi │ │ ├── list.pxi │ │ ├── list.py │ │ ├── list_cdef.pxi │ │ ├── map.pxi │ │ ├── map.py │ │ ├── map_cdef.pxi │ │ ├── mapbuf.pxi │ │ ├── mapbuf.py │ │ ├── mapbuf_cdef.pxi │ │ ├── menu.pxi │ │ ├── menu.py │ │ ├── menu_cdef.pxi │ │ ├── multibuttonentry.pxi │ │ ├── multibuttonentry.py │ │ ├── multibuttonentry_cdef.pxi │ │ ├── naviframe.pxi │ │ ├── naviframe.py │ │ ├── naviframe_cdef.pxi │ │ ├── need.pxi │ │ ├── need.py │ │ ├── need_cdef.pxi │ │ ├── notify.pxi │ │ ├── notify.py │ │ ├── notify_cdef.pxi │ │ ├── object.pxi │ │ ├── object.py │ │ ├── object_cdef.pxi │ │ ├── object_item.pxi │ │ ├── object_item_cdef.pxi │ │ ├── panel.pxi │ │ ├── panel.py │ │ ├── panel_cdef.pxi │ │ ├── panes.pxi │ │ ├── panes.py │ │ ├── panes_cdef.pxi │ │ ├── photo.pxi │ │ ├── photo.py │ │ ├── photo_cdef.pxi │ │ ├── photocam.pxi │ │ ├── photocam.py │ │ ├── photocam_cdef.pxi │ │ ├── plug.pxi │ │ ├── plug.py │ │ ├── plug_cdef.pxi │ │ ├── popup.pxi │ │ ├── popup.py │ │ ├── popup_cdef.pxi │ │ ├── progressbar.pxi │ │ ├── progressbar.py │ │ ├── progressbar_cdef.pxi │ │ ├── radio.pxi │ │ ├── radio.py │ │ ├── radio_cdef.pxi │ │ ├── scroller.pxi │ │ ├── scroller.py │ │ ├── scroller_cdef.pxi │ │ ├── segment_control.pxi │ │ ├── segment_control.py │ │ ├── segment_control_cdef.pxi │ │ ├── separator.pxi │ │ ├── separator.py │ │ ├── separator_cdef.pxi │ │ ├── slider.pxi │ │ ├── slider.py │ │ ├── slider_cdef.pxi │ │ ├── slideshow.pxi │ │ ├── slideshow.py │ │ ├── slideshow_cdef.pxi │ │ ├── spinner.pxi │ │ ├── spinner.py │ │ ├── spinner_cdef.pxi │ │ ├── store.pxd │ │ ├── store.pyx │ │ ├── store_item_mapping.pxi │ │ ├── table.pxi │ │ ├── table.py │ │ ├── table_cdef.pxi │ │ ├── theme.pxi │ │ ├── theme.py │ │ ├── theme_cdef.pxi │ │ ├── thumb.pxi │ │ ├── thumb.py │ │ ├── thumb_cdef.pxi │ │ ├── toolbar.pxi │ │ ├── toolbar.py │ │ ├── toolbar_cdef.pxi │ │ ├── transit.pxi │ │ ├── transit.py │ │ ├── transit_cdef.pxi │ │ ├── video.pxi │ │ ├── video.py │ │ ├── video_cdef.pxi │ │ ├── web.pxi │ │ ├── web.py │ │ ├── web_cdef.pxi │ │ ├── window.pxi │ │ ├── window.py │ │ └── window_cdef.pxi │ ├── emotion.pyx │ ├── eo.pyx │ ├── eo_api.h │ ├── ethumb.pyx │ ├── ethumb_client.pyx │ ├── evas.pyx │ ├── evas_canvas.pxi │ ├── evas_canvas_callbacks.pxi │ ├── evas_map.pxi │ ├── evas_object.pxi │ ├── evas_object_box.pxi │ ├── evas_object_callbacks.pxi │ ├── evas_object_events.pxi │ ├── evas_object_grid.pxi │ ├── evas_object_image.pxi │ ├── evas_object_line.pxi │ ├── evas_object_polygon.pxi │ ├── evas_object_rectangle.pxi │ ├── evas_object_smart.pxi │ ├── evas_object_table.pxi │ ├── evas_object_text.pxi │ ├── evas_object_textblock.pxi │ ├── evas_object_textgrid.pxi │ ├── evas_rect.pxi │ └── utils │ │ ├── __init__.py │ │ ├── conversions.pyx │ │ ├── deprecated.pyx │ │ ├── logger.pyx │ │ └── setup.py └── include │ └── efl │ ├── c_eo.pxd │ ├── c_ethumb.pxd │ ├── dbus_mainloop.pxd │ ├── ecore.pxd │ ├── ecore_con.pxd │ ├── ecore_con_enums.pxd │ ├── ecore_enums.pxd │ ├── ecore_input.pxd │ ├── ecore_input_enums.pxd │ ├── ecore_x.pxd │ ├── edje.pxd │ ├── edje_edit.pxd │ ├── edje_edit_enums.pxd │ ├── edje_enums.pxd │ ├── eina.pxd │ ├── elementary │ ├── __init__.pxd │ └── enums.pxd │ ├── emotion.pxd │ ├── emotion_enums.pxd │ ├── eo.pxd │ ├── ethumb.pxd │ ├── ethumb_client.pxd │ ├── ethumb_enums.pxd │ ├── evas.pxd │ ├── evas_enums.pxd │ └── utils │ ├── conversions.pxd │ ├── deprecated.pxd │ └── logger.pxd └── tests ├── 00_run_all_tests.py ├── dbus ├── 00_run_all_tests.py └── test_01_basics.py ├── ecore ├── 00_run_all_tests.py ├── __init__.py ├── exe_helper.sh ├── test_01_timer.py ├── test_02_animator.py ├── test_03_poller.py ├── test_04_idler.py ├── test_05_idle_enterer.py ├── test_06_idle_exiter.py ├── test_07_fd_handler.py ├── test_08_exe.py ├── test_09_file_download.py ├── test_10_file_monitor.py └── test_11_con.py ├── edje ├── 00_run_all_tests.py ├── TODO-edit │ ├── 01-edje.py │ ├── 02-group.py │ ├── 03-parts.py │ ├── 04-states.py │ ├── groups.edc │ └── theme.edc ├── __init__.py ├── test_01_basics.py ├── test_02_object.py ├── test_04_edit.py ├── test_05_decorators.py ├── theme.edc └── theme.edj ├── elementary ├── 00_run_all_tests.py ├── __init__.py ├── icon.png ├── test_01_basics.py ├── test_02_image_icon.py ├── test_03_entry.py ├── test_04_external.py ├── theme.edc └── theme.edj ├── eo ├── 00_run_all_tests.py ├── __init__.py ├── test_01_basics.py └── test_02_class_names.py └── evas ├── 00_run_all_tests.py ├── __init__.py ├── icon.png ├── test_01_rect.py ├── test_02_canvas.py ├── test_03_object.py ├── test_04_object_box.py ├── test_05_object_image.py ├── test_06_object_smart.py ├── test_07_object_line.py ├── test_08_object_polygon.py ├── test_09_object_text.py ├── test_10_object_textblock.py └── test_11_object_textgrid.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/.gitignore -------------------------------------------------------------------------------- /.pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/.pylintrc -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/AUTHORS -------------------------------------------------------------------------------- /CODING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/CODING -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/COPYING.LESSER -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/ChangeLog -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/README.md -------------------------------------------------------------------------------- /api_coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/api_coverage.py -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/dbus/dbus.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/dbus/dbus.rst -------------------------------------------------------------------------------- /docs/ecore/class-animator.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-animator.rst -------------------------------------------------------------------------------- /docs/ecore/class-animator_timeline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-animator_timeline.rst -------------------------------------------------------------------------------- /docs/ecore/class-exe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-exe.rst -------------------------------------------------------------------------------- /docs/ecore/class-fdhandler.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-fdhandler.rst -------------------------------------------------------------------------------- /docs/ecore/class-filedownload.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-filedownload.rst -------------------------------------------------------------------------------- /docs/ecore/class-filemonitor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-filemonitor.rst -------------------------------------------------------------------------------- /docs/ecore/class-idleenterer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-idleenterer.rst -------------------------------------------------------------------------------- /docs/ecore/class-idleexiter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-idleexiter.rst -------------------------------------------------------------------------------- /docs/ecore/class-idler.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-idler.rst -------------------------------------------------------------------------------- /docs/ecore/class-lookup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-lookup.rst -------------------------------------------------------------------------------- /docs/ecore/class-poller.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-poller.rst -------------------------------------------------------------------------------- /docs/ecore/class-timer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-timer.rst -------------------------------------------------------------------------------- /docs/ecore/class-url.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/class-url.rst -------------------------------------------------------------------------------- /docs/ecore/ecore.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/ecore.rst -------------------------------------------------------------------------------- /docs/ecore/module-ecore.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/module-ecore.rst -------------------------------------------------------------------------------- /docs/ecore/module-ecore_con.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ecore/module-ecore_con.rst -------------------------------------------------------------------------------- /docs/ecore/module-ecore_input.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: efl.ecore_input 3 | 4 | -------------------------------------------------------------------------------- /docs/edje/class-edje.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/edje/class-edje.rst -------------------------------------------------------------------------------- /docs/edje/edje.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/edje/edje.rst -------------------------------------------------------------------------------- /docs/edje/module-edje.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: efl.edje 3 | :exclude-members: Edje 4 | -------------------------------------------------------------------------------- /docs/efl.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/efl.rst -------------------------------------------------------------------------------- /docs/elementary/actionslider.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/actionslider.rst -------------------------------------------------------------------------------- /docs/elementary/background.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/background.rst -------------------------------------------------------------------------------- /docs/elementary/box.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/box.rst -------------------------------------------------------------------------------- /docs/elementary/bubble.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/bubble.rst -------------------------------------------------------------------------------- /docs/elementary/button.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/button.rst -------------------------------------------------------------------------------- /docs/elementary/calendar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/calendar.rst -------------------------------------------------------------------------------- /docs/elementary/check.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/check.rst -------------------------------------------------------------------------------- /docs/elementary/clock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/clock.rst -------------------------------------------------------------------------------- /docs/elementary/colorselector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/colorselector.rst -------------------------------------------------------------------------------- /docs/elementary/combobox.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/combobox.rst -------------------------------------------------------------------------------- /docs/elementary/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/configuration.rst -------------------------------------------------------------------------------- /docs/elementary/conformant.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/conformant.rst -------------------------------------------------------------------------------- /docs/elementary/ctxpopup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/ctxpopup.rst -------------------------------------------------------------------------------- /docs/elementary/datetime.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/datetime.rst -------------------------------------------------------------------------------- /docs/elementary/dayselector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/dayselector.rst -------------------------------------------------------------------------------- /docs/elementary/diskselector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/diskselector.rst -------------------------------------------------------------------------------- /docs/elementary/elementary.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/elementary.rst -------------------------------------------------------------------------------- /docs/elementary/entry.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/entry.rst -------------------------------------------------------------------------------- /docs/elementary/fileselector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/fileselector.rst -------------------------------------------------------------------------------- /docs/elementary/fileselector_button.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/fileselector_button.rst -------------------------------------------------------------------------------- /docs/elementary/fileselector_entry.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/fileselector_entry.rst -------------------------------------------------------------------------------- /docs/elementary/flip.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/flip.rst -------------------------------------------------------------------------------- /docs/elementary/flipselector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/flipselector.rst -------------------------------------------------------------------------------- /docs/elementary/frame.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/frame.rst -------------------------------------------------------------------------------- /docs/elementary/gengrid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/gengrid.rst -------------------------------------------------------------------------------- /docs/elementary/genlist.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/genlist.rst -------------------------------------------------------------------------------- /docs/elementary/gesture_layer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/gesture_layer.rst -------------------------------------------------------------------------------- /docs/elementary/grid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/grid.rst -------------------------------------------------------------------------------- /docs/elementary/hover.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/hover.rst -------------------------------------------------------------------------------- /docs/elementary/hoversel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/hoversel.rst -------------------------------------------------------------------------------- /docs/elementary/icon.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/icon.rst -------------------------------------------------------------------------------- /docs/elementary/image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/image.rst -------------------------------------------------------------------------------- /docs/elementary/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/index.rst -------------------------------------------------------------------------------- /docs/elementary/innerwindow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/innerwindow.rst -------------------------------------------------------------------------------- /docs/elementary/label.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/label.rst -------------------------------------------------------------------------------- /docs/elementary/layout.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/layout.rst -------------------------------------------------------------------------------- /docs/elementary/list.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/list.rst -------------------------------------------------------------------------------- /docs/elementary/map.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/map.rst -------------------------------------------------------------------------------- /docs/elementary/mapbuf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/mapbuf.rst -------------------------------------------------------------------------------- /docs/elementary/menu.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/menu.rst -------------------------------------------------------------------------------- /docs/elementary/multibuttonentry.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/multibuttonentry.rst -------------------------------------------------------------------------------- /docs/elementary/naviframe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/naviframe.rst -------------------------------------------------------------------------------- /docs/elementary/need.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/need.rst -------------------------------------------------------------------------------- /docs/elementary/notify.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/notify.rst -------------------------------------------------------------------------------- /docs/elementary/object.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/object.rst -------------------------------------------------------------------------------- /docs/elementary/object_item.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/object_item.rst -------------------------------------------------------------------------------- /docs/elementary/panel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/panel.rst -------------------------------------------------------------------------------- /docs/elementary/panes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/panes.rst -------------------------------------------------------------------------------- /docs/elementary/photo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/photo.rst -------------------------------------------------------------------------------- /docs/elementary/photocam.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/photocam.rst -------------------------------------------------------------------------------- /docs/elementary/plug.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/plug.rst -------------------------------------------------------------------------------- /docs/elementary/popup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/popup.rst -------------------------------------------------------------------------------- /docs/elementary/progressbar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/progressbar.rst -------------------------------------------------------------------------------- /docs/elementary/radio.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/radio.rst -------------------------------------------------------------------------------- /docs/elementary/scroller.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/scroller.rst -------------------------------------------------------------------------------- /docs/elementary/segment_control.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/segment_control.rst -------------------------------------------------------------------------------- /docs/elementary/separator.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/separator.rst -------------------------------------------------------------------------------- /docs/elementary/slider.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/slider.rst -------------------------------------------------------------------------------- /docs/elementary/slideshow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/slideshow.rst -------------------------------------------------------------------------------- /docs/elementary/spinner.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/spinner.rst -------------------------------------------------------------------------------- /docs/elementary/table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/table.rst -------------------------------------------------------------------------------- /docs/elementary/theme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/theme.rst -------------------------------------------------------------------------------- /docs/elementary/thumb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/thumb.rst -------------------------------------------------------------------------------- /docs/elementary/toolbar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/toolbar.rst -------------------------------------------------------------------------------- /docs/elementary/transit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/transit.rst -------------------------------------------------------------------------------- /docs/elementary/video.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/video.rst -------------------------------------------------------------------------------- /docs/elementary/web.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/web.rst -------------------------------------------------------------------------------- /docs/elementary/window.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/elementary/window.rst -------------------------------------------------------------------------------- /docs/emotion/class-emotion.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/emotion/class-emotion.rst -------------------------------------------------------------------------------- /docs/emotion/emotion.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/emotion/emotion.rst -------------------------------------------------------------------------------- /docs/emotion/module-emotion.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/emotion/module-emotion.rst -------------------------------------------------------------------------------- /docs/eo/class-eo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/eo/class-eo.rst -------------------------------------------------------------------------------- /docs/eo/eo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/eo/eo.rst -------------------------------------------------------------------------------- /docs/eo/module-eo.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: efl.eo 3 | :exclude-members: Eo 4 | 5 | -------------------------------------------------------------------------------- /docs/ethumb/class-ethumb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ethumb/class-ethumb.rst -------------------------------------------------------------------------------- /docs/ethumb/class-ethumb_client.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ethumb/class-ethumb_client.rst -------------------------------------------------------------------------------- /docs/ethumb/ethumb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ethumb/ethumb.rst -------------------------------------------------------------------------------- /docs/ethumb/module-ethumb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ethumb/module-ethumb.rst -------------------------------------------------------------------------------- /docs/ethumb/module-ethumb_client.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/ethumb/module-ethumb_client.rst -------------------------------------------------------------------------------- /docs/evas/class-box.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-box.rst -------------------------------------------------------------------------------- /docs/evas/class-canvas.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-canvas.rst -------------------------------------------------------------------------------- /docs/evas/class-grid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-grid.rst -------------------------------------------------------------------------------- /docs/evas/class-image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-image.rst -------------------------------------------------------------------------------- /docs/evas/class-line.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-line.rst -------------------------------------------------------------------------------- /docs/evas/class-map.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-map.rst -------------------------------------------------------------------------------- /docs/evas/class-object.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-object.rst -------------------------------------------------------------------------------- /docs/evas/class-polygon.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-polygon.rst -------------------------------------------------------------------------------- /docs/evas/class-rect.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-rect.rst -------------------------------------------------------------------------------- /docs/evas/class-rectangle.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-rectangle.rst -------------------------------------------------------------------------------- /docs/evas/class-smart.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-smart.rst -------------------------------------------------------------------------------- /docs/evas/class-table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-table.rst -------------------------------------------------------------------------------- /docs/evas/class-text.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-text.rst -------------------------------------------------------------------------------- /docs/evas/class-textblock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-textblock.rst -------------------------------------------------------------------------------- /docs/evas/class-textgrid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/class-textgrid.rst -------------------------------------------------------------------------------- /docs/evas/evas.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/evas.rst -------------------------------------------------------------------------------- /docs/evas/module-evas.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/evas/module-evas.rst -------------------------------------------------------------------------------- /docs/images/actionslider-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/actionslider-preview.png -------------------------------------------------------------------------------- /docs/images/background-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/background-preview.png -------------------------------------------------------------------------------- /docs/images/box-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/box-preview.png -------------------------------------------------------------------------------- /docs/images/bubble-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/bubble-preview.png -------------------------------------------------------------------------------- /docs/images/button-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/button-preview.png -------------------------------------------------------------------------------- /docs/images/calendar-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/calendar-preview.png -------------------------------------------------------------------------------- /docs/images/check-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/check-preview.png -------------------------------------------------------------------------------- /docs/images/check-toggle-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/check-toggle-preview.png -------------------------------------------------------------------------------- /docs/images/clock-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/clock-preview.png -------------------------------------------------------------------------------- /docs/images/colorselector-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/colorselector-preview.png -------------------------------------------------------------------------------- /docs/images/combobox-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/combobox-preview.png -------------------------------------------------------------------------------- /docs/images/conformant-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/conformant-preview.png -------------------------------------------------------------------------------- /docs/images/ctxpopup-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/ctxpopup-preview.png -------------------------------------------------------------------------------- /docs/images/dayselector-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/dayselector-preview.png -------------------------------------------------------------------------------- /docs/images/diskselector-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/diskselector-preview.png -------------------------------------------------------------------------------- /docs/images/entry-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/entry-preview.png -------------------------------------------------------------------------------- /docs/images/fileselector-button-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/fileselector-button-preview.png -------------------------------------------------------------------------------- /docs/images/fileselector-entry-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/fileselector-entry-preview.png -------------------------------------------------------------------------------- /docs/images/fileselector-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/fileselector-preview.png -------------------------------------------------------------------------------- /docs/images/flip-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/flip-preview.png -------------------------------------------------------------------------------- /docs/images/flipselector-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/flipselector-preview.png -------------------------------------------------------------------------------- /docs/images/frame-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/frame-preview.png -------------------------------------------------------------------------------- /docs/images/gengrid-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/gengrid-preview.png -------------------------------------------------------------------------------- /docs/images/genlist-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/genlist-preview.png -------------------------------------------------------------------------------- /docs/images/gesturelayer-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/gesturelayer-preview.png -------------------------------------------------------------------------------- /docs/images/grid-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/grid-preview.png -------------------------------------------------------------------------------- /docs/images/hover-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/hover-preview.png -------------------------------------------------------------------------------- /docs/images/hoversel-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/hoversel-preview.png -------------------------------------------------------------------------------- /docs/images/icon-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/icon-preview.png -------------------------------------------------------------------------------- /docs/images/image-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/image-preview.png -------------------------------------------------------------------------------- /docs/images/index-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/index-preview.png -------------------------------------------------------------------------------- /docs/images/innerwindow-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/innerwindow-preview.png -------------------------------------------------------------------------------- /docs/images/label-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/label-preview.png -------------------------------------------------------------------------------- /docs/images/layout-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/layout-preview.png -------------------------------------------------------------------------------- /docs/images/list-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/list-preview.png -------------------------------------------------------------------------------- /docs/images/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/logo.ico -------------------------------------------------------------------------------- /docs/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/logo.png -------------------------------------------------------------------------------- /docs/images/logo_plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/logo_plain.png -------------------------------------------------------------------------------- /docs/images/map-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/map-preview.png -------------------------------------------------------------------------------- /docs/images/mapbuf-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/mapbuf-preview.png -------------------------------------------------------------------------------- /docs/images/menu-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/menu-preview.png -------------------------------------------------------------------------------- /docs/images/multibuttonentry-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/multibuttonentry-preview.png -------------------------------------------------------------------------------- /docs/images/naviframe-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/naviframe-preview.png -------------------------------------------------------------------------------- /docs/images/notify-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/notify-preview.png -------------------------------------------------------------------------------- /docs/images/panel-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/panel-preview.png -------------------------------------------------------------------------------- /docs/images/panes-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/panes-preview.png -------------------------------------------------------------------------------- /docs/images/photo-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/photo-preview.png -------------------------------------------------------------------------------- /docs/images/popup-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/popup-preview.png -------------------------------------------------------------------------------- /docs/images/progressbar-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/progressbar-preview.png -------------------------------------------------------------------------------- /docs/images/radio-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/radio-preview.png -------------------------------------------------------------------------------- /docs/images/scroller-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/scroller-preview.png -------------------------------------------------------------------------------- /docs/images/segmentcontrol-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/segmentcontrol-preview.png -------------------------------------------------------------------------------- /docs/images/separator-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/separator-preview.png -------------------------------------------------------------------------------- /docs/images/slider-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/slider-preview.png -------------------------------------------------------------------------------- /docs/images/slideshow-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/slideshow-preview.png -------------------------------------------------------------------------------- /docs/images/spinner-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/spinner-preview.png -------------------------------------------------------------------------------- /docs/images/table-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/table-preview.png -------------------------------------------------------------------------------- /docs/images/thumb-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/thumb-preview.png -------------------------------------------------------------------------------- /docs/images/toolbar-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/images/toolbar-preview.png -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/themes/efldoc/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/layout.html -------------------------------------------------------------------------------- /docs/themes/efldoc/static/efl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/efl.css -------------------------------------------------------------------------------- /docs/themes/efldoc/static/footer_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/footer_background.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/header_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/header_logo.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/header_menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/header_menu_background.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/header_menu_background_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/header_menu_background_last.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/header_menu_current_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/header_menu_current_background.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/headerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/headerbg.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/hilight_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/hilight_background.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/listitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/listitem.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/rel_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/rel_background.png -------------------------------------------------------------------------------- /docs/themes/efldoc/static/sphinxheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/static/sphinxheader.png -------------------------------------------------------------------------------- /docs/themes/efldoc/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/efldoc/theme.conf -------------------------------------------------------------------------------- /docs/themes/sphinx13/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/layout.html -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/bodybg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/bodybg.png -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/footerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/footerbg.png -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/headerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/headerbg.png -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/listitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/listitem.png -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/relbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/relbg.png -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/sphinx13.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/sphinx13.css -------------------------------------------------------------------------------- /docs/themes/sphinx13/static/sphinxheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/static/sphinxheader.png -------------------------------------------------------------------------------- /docs/themes/sphinx13/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/themes/sphinx13/theme.conf -------------------------------------------------------------------------------- /docs/tutorials/01-window.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/tutorials/01-window.rst -------------------------------------------------------------------------------- /docs/tutorials/02-sizehints.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/docs/tutorials/02-sizehints.rst -------------------------------------------------------------------------------- /examples/dbus/test_bt_list_handles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/dbus/test_bt_list_handles.py -------------------------------------------------------------------------------- /examples/dbus/test_bt_search_devices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/dbus/test_bt_search_devices.py -------------------------------------------------------------------------------- /examples/dbus/test_dbus_spy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/dbus/test_dbus_spy.py -------------------------------------------------------------------------------- /examples/dbus/test_signal_emitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/dbus/test_signal_emitter.py -------------------------------------------------------------------------------- /examples/dbus/test_signal_recipient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/dbus/test_signal_recipient.py -------------------------------------------------------------------------------- /examples/dbus/test_signal_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/dbus/test_signal_simple.py -------------------------------------------------------------------------------- /examples/ecore/con/lookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ecore/con/lookup.py -------------------------------------------------------------------------------- /examples/ecore/con/url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ecore/con/url.py -------------------------------------------------------------------------------- /examples/ecore/input/events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ecore/input/events.py -------------------------------------------------------------------------------- /examples/ecore/x/mplayer_embed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ecore/x/mplayer_embed.py -------------------------------------------------------------------------------- /examples/ecore/x/window_creation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ecore/x/window_creation.py -------------------------------------------------------------------------------- /examples/elementary/cursors.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/cursors.edj -------------------------------------------------------------------------------- /examples/elementary/images/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/bubble.png -------------------------------------------------------------------------------- /examples/elementary/images/button_clicked_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/button_clicked_blue.png -------------------------------------------------------------------------------- /examples/elementary/images/button_clicked_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/button_clicked_red.png -------------------------------------------------------------------------------- /examples/elementary/images/button_normal_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/button_normal_blue.png -------------------------------------------------------------------------------- /examples/elementary/images/button_normal_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/button_normal_red.png -------------------------------------------------------------------------------- /examples/elementary/images/clo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/clo.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_00.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_01.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_02.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_03.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_04.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_05.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_06.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_07.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_08.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_09.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_10.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_11.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_12.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_13.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_14.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_15.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_16.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_17.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_18.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_19.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_20.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_21.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_22.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_23.png -------------------------------------------------------------------------------- /examples/elementary/images/icon_right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/icon_right_arrow.png -------------------------------------------------------------------------------- /examples/elementary/images/insanely_huge_test_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/insanely_huge_test_image.jpg -------------------------------------------------------------------------------- /examples/elementary/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/logo.png -------------------------------------------------------------------------------- /examples/elementary/images/logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/logo_small.png -------------------------------------------------------------------------------- /examples/elementary/images/mystrale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/mystrale.jpg -------------------------------------------------------------------------------- /examples/elementary/images/mystrale_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/mystrale_2.jpg -------------------------------------------------------------------------------- /examples/elementary/images/panel_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/panel_01.jpg -------------------------------------------------------------------------------- /examples/elementary/images/plant_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/plant_01.jpg -------------------------------------------------------------------------------- /examples/elementary/images/pol_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/pol_shadow.png -------------------------------------------------------------------------------- /examples/elementary/images/pol_sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/pol_sky.png -------------------------------------------------------------------------------- /examples/elementary/images/pol_twofish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/pol_twofish.png -------------------------------------------------------------------------------- /examples/elementary/images/rock_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/rock_01.jpg -------------------------------------------------------------------------------- /examples/elementary/images/rock_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/rock_02.jpg -------------------------------------------------------------------------------- /examples/elementary/images/sky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/sky.jpg -------------------------------------------------------------------------------- /examples/elementary/images/sky_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/sky_01.jpg -------------------------------------------------------------------------------- /examples/elementary/images/sky_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/sky_02.jpg -------------------------------------------------------------------------------- /examples/elementary/images/sky_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/sky_03.jpg -------------------------------------------------------------------------------- /examples/elementary/images/sky_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/sky_04.jpg -------------------------------------------------------------------------------- /examples/elementary/images/under.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/under.png -------------------------------------------------------------------------------- /examples/elementary/images/wood_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/images/wood_01.jpg -------------------------------------------------------------------------------- /examples/elementary/postit_ent.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/postit_ent.edc -------------------------------------------------------------------------------- /examples/elementary/postit_ent.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/postit_ent.edj -------------------------------------------------------------------------------- /examples/elementary/test.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test.edj -------------------------------------------------------------------------------- /examples/elementary/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test.py -------------------------------------------------------------------------------- /examples/elementary/test_3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_3d.py -------------------------------------------------------------------------------- /examples/elementary/test_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_access.py -------------------------------------------------------------------------------- /examples/elementary/test_actionslider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_actionslider.py -------------------------------------------------------------------------------- /examples/elementary/test_bg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_bg.py -------------------------------------------------------------------------------- /examples/elementary/test_box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_box.py -------------------------------------------------------------------------------- /examples/elementary/test_bubble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_bubble.py -------------------------------------------------------------------------------- /examples/elementary/test_button.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_button.py -------------------------------------------------------------------------------- /examples/elementary/test_calendar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_calendar.py -------------------------------------------------------------------------------- /examples/elementary/test_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_check.py -------------------------------------------------------------------------------- /examples/elementary/test_clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_clock.py -------------------------------------------------------------------------------- /examples/elementary/test_cnp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_cnp.py -------------------------------------------------------------------------------- /examples/elementary/test_colorselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_colorselector.py -------------------------------------------------------------------------------- /examples/elementary/test_combobox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_combobox.py -------------------------------------------------------------------------------- /examples/elementary/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_config.py -------------------------------------------------------------------------------- /examples/elementary/test_conform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_conform.py -------------------------------------------------------------------------------- /examples/elementary/test_core_ecore_events_in_elm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_core_ecore_events_in_elm.py -------------------------------------------------------------------------------- /examples/elementary/test_core_evas_canvas_callbacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_core_evas_canvas_callbacks.py -------------------------------------------------------------------------------- /examples/elementary/test_core_evas_object_callbacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_core_evas_object_callbacks.py -------------------------------------------------------------------------------- /examples/elementary/test_core_evas_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_core_evas_objects.py -------------------------------------------------------------------------------- /examples/elementary/test_core_evas_smart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_core_evas_smart.py -------------------------------------------------------------------------------- /examples/elementary/test_ctxpopup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_ctxpopup.py -------------------------------------------------------------------------------- /examples/elementary/test_cursor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_cursor.py -------------------------------------------------------------------------------- /examples/elementary/test_datetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_datetime.py -------------------------------------------------------------------------------- /examples/elementary/test_dayselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_dayselector.py -------------------------------------------------------------------------------- /examples/elementary/test_diskselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_diskselector.py -------------------------------------------------------------------------------- /examples/elementary/test_dnd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_dnd.py -------------------------------------------------------------------------------- /examples/elementary/test_entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_entry.py -------------------------------------------------------------------------------- /examples/elementary/test_evas_textgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_evas_textgrid.py -------------------------------------------------------------------------------- /examples/elementary/test_external.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_external.edc -------------------------------------------------------------------------------- /examples/elementary/test_external.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_external.edj -------------------------------------------------------------------------------- /examples/elementary/test_external.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_external.py -------------------------------------------------------------------------------- /examples/elementary/test_fileselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_fileselector.py -------------------------------------------------------------------------------- /examples/elementary/test_fileselector_button.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_fileselector_button.py -------------------------------------------------------------------------------- /examples/elementary/test_fileselector_entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_fileselector_entry.py -------------------------------------------------------------------------------- /examples/elementary/test_flip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_flip.py -------------------------------------------------------------------------------- /examples/elementary/test_flipselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_flipselector.py -------------------------------------------------------------------------------- /examples/elementary/test_floating.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_floating.py -------------------------------------------------------------------------------- /examples/elementary/test_focus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_focus.py -------------------------------------------------------------------------------- /examples/elementary/test_focus_custom.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_focus_custom.edc -------------------------------------------------------------------------------- /examples/elementary/test_focus_custom.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_focus_custom.edj -------------------------------------------------------------------------------- /examples/elementary/test_frame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_frame.py -------------------------------------------------------------------------------- /examples/elementary/test_gengrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_gengrid.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_1.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_2.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_decorate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_decorate.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_decorate_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_decorate_all.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_filter.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_group.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_iteration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_iteration.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_multiselect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_multiselect.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_reorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_reorder.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_reusable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_reusable.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_search.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_sorted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_sorted.py -------------------------------------------------------------------------------- /examples/elementary/test_genlist_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_genlist_tree.py -------------------------------------------------------------------------------- /examples/elementary/test_gesture_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_gesture_layer.py -------------------------------------------------------------------------------- /examples/elementary/test_grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_grid.py -------------------------------------------------------------------------------- /examples/elementary/test_hover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_hover.py -------------------------------------------------------------------------------- /examples/elementary/test_hoversel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_hoversel.py -------------------------------------------------------------------------------- /examples/elementary/test_icon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_icon.py -------------------------------------------------------------------------------- /examples/elementary/test_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_image.py -------------------------------------------------------------------------------- /examples/elementary/test_image_async.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_image_async.py -------------------------------------------------------------------------------- /examples/elementary/test_image_memfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_image_memfile.py -------------------------------------------------------------------------------- /examples/elementary/test_import_all_modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_import_all_modules.py -------------------------------------------------------------------------------- /examples/elementary/test_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_index.py -------------------------------------------------------------------------------- /examples/elementary/test_input_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_input_events.py -------------------------------------------------------------------------------- /examples/elementary/test_inwin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_inwin.py -------------------------------------------------------------------------------- /examples/elementary/test_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_label.py -------------------------------------------------------------------------------- /examples/elementary/test_layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_layout.py -------------------------------------------------------------------------------- /examples/elementary/test_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_list.py -------------------------------------------------------------------------------- /examples/elementary/test_main_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_main_menu.py -------------------------------------------------------------------------------- /examples/elementary/test_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_map.py -------------------------------------------------------------------------------- /examples/elementary/test_mapbuf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_mapbuf.py -------------------------------------------------------------------------------- /examples/elementary/test_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_menu.py -------------------------------------------------------------------------------- /examples/elementary/test_multibuttonentry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_multibuttonentry.py -------------------------------------------------------------------------------- /examples/elementary/test_naviframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_naviframe.py -------------------------------------------------------------------------------- /examples/elementary/test_notify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_notify.py -------------------------------------------------------------------------------- /examples/elementary/test_panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_panel.py -------------------------------------------------------------------------------- /examples/elementary/test_panel_scroll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_panel_scroll.py -------------------------------------------------------------------------------- /examples/elementary/test_panes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_panes.py -------------------------------------------------------------------------------- /examples/elementary/test_photo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_photo.py -------------------------------------------------------------------------------- /examples/elementary/test_photocam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_photocam.py -------------------------------------------------------------------------------- /examples/elementary/test_popup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_popup.py -------------------------------------------------------------------------------- /examples/elementary/test_progressbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_progressbar.py -------------------------------------------------------------------------------- /examples/elementary/test_radio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_radio.py -------------------------------------------------------------------------------- /examples/elementary/test_scroller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_scroller.py -------------------------------------------------------------------------------- /examples/elementary/test_segment_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_segment_control.py -------------------------------------------------------------------------------- /examples/elementary/test_separator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_separator.py -------------------------------------------------------------------------------- /examples/elementary/test_slider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_slider.py -------------------------------------------------------------------------------- /examples/elementary/test_slideshow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_slideshow.py -------------------------------------------------------------------------------- /examples/elementary/test_spinner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_spinner.py -------------------------------------------------------------------------------- /examples/elementary/test_store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_store.py -------------------------------------------------------------------------------- /examples/elementary/test_sys_notify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_sys_notify.py -------------------------------------------------------------------------------- /examples/elementary/test_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_table.py -------------------------------------------------------------------------------- /examples/elementary/test_theme.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_theme.edc -------------------------------------------------------------------------------- /examples/elementary/test_theme.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_theme.edj -------------------------------------------------------------------------------- /examples/elementary/test_theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_theme.py -------------------------------------------------------------------------------- /examples/elementary/test_thumb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_thumb.py -------------------------------------------------------------------------------- /examples/elementary/test_toolbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_toolbar.py -------------------------------------------------------------------------------- /examples/elementary/test_tooltip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_tooltip.py -------------------------------------------------------------------------------- /examples/elementary/test_transit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_transit.py -------------------------------------------------------------------------------- /examples/elementary/test_transit_bezier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_transit_bezier.py -------------------------------------------------------------------------------- /examples/elementary/test_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_video.py -------------------------------------------------------------------------------- /examples/elementary/test_web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_web.py -------------------------------------------------------------------------------- /examples/elementary/test_win.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_win.py -------------------------------------------------------------------------------- /examples/elementary/test_win_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/elementary/test_win_dialog.py -------------------------------------------------------------------------------- /examples/emotion/test_emotion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/emotion/test_emotion.py -------------------------------------------------------------------------------- /examples/emotion/theme.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/emotion/theme.edj -------------------------------------------------------------------------------- /examples/ethumb/ethumb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ethumb/ethumb.py -------------------------------------------------------------------------------- /examples/ethumb/ethumb_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/examples/ethumb/ethumb_client.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/pyproject.toml -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/setup.py -------------------------------------------------------------------------------- /src/efl/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/__init__.py -------------------------------------------------------------------------------- /src/efl/dbus_mainloop.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/dbus_mainloop.pyx -------------------------------------------------------------------------------- /src/efl/e_dbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/e_dbus.c -------------------------------------------------------------------------------- /src/efl/e_dbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/e_dbus.h -------------------------------------------------------------------------------- /src/efl/ecore.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore.pyx -------------------------------------------------------------------------------- /src/efl/ecore_animator.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_animator.pxi -------------------------------------------------------------------------------- /src/efl/ecore_con.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_con.pyx -------------------------------------------------------------------------------- /src/efl/ecore_con_lookup.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_con_lookup.pxi -------------------------------------------------------------------------------- /src/efl/ecore_con_url.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_con_url.pxi -------------------------------------------------------------------------------- /src/efl/ecore_events.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_events.pxi -------------------------------------------------------------------------------- /src/efl/ecore_exe.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_exe.pxi -------------------------------------------------------------------------------- /src/efl/ecore_fd_handler.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_fd_handler.pxi -------------------------------------------------------------------------------- /src/efl/ecore_file_download.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_file_download.pxi -------------------------------------------------------------------------------- /src/efl/ecore_file_monitor.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_file_monitor.pxi -------------------------------------------------------------------------------- /src/efl/ecore_idler.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_idler.pxi -------------------------------------------------------------------------------- /src/efl/ecore_input.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_input.pyx -------------------------------------------------------------------------------- /src/efl/ecore_input_events.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_input_events.pxi -------------------------------------------------------------------------------- /src/efl/ecore_poller.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_poller.pxi -------------------------------------------------------------------------------- /src/efl/ecore_timer.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_timer.pxi -------------------------------------------------------------------------------- /src/efl/ecore_x.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_x.pyx -------------------------------------------------------------------------------- /src/efl/ecore_x_events.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_x_events.pxi -------------------------------------------------------------------------------- /src/efl/ecore_x_window.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ecore_x_window.pxi -------------------------------------------------------------------------------- /src/efl/edje.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje.pyx -------------------------------------------------------------------------------- /src/efl/edje_edit.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_edit.pyx -------------------------------------------------------------------------------- /src/efl/edje_edit_group.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_edit_group.pxi -------------------------------------------------------------------------------- /src/efl/edje_edit_part.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_edit_part.pxi -------------------------------------------------------------------------------- /src/efl/edje_edit_part_state.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_edit_part_state.pxi -------------------------------------------------------------------------------- /src/efl/edje_edit_program.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_edit_program.pxi -------------------------------------------------------------------------------- /src/efl/edje_external.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_external.pxi -------------------------------------------------------------------------------- /src/efl/edje_message.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_message.pxi -------------------------------------------------------------------------------- /src/efl/edje_object.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/edje_object.pxi -------------------------------------------------------------------------------- /src/efl/elementary/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/__init__.py -------------------------------------------------------------------------------- /src/efl/elementary/__init__.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/__init__.pyx -------------------------------------------------------------------------------- /src/efl/elementary/access.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/access.pxd -------------------------------------------------------------------------------- /src/efl/elementary/access.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/access.pyx -------------------------------------------------------------------------------- /src/efl/elementary/actionslider.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/actionslider.pxi -------------------------------------------------------------------------------- /src/efl/elementary/actionslider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/actionslider.py -------------------------------------------------------------------------------- /src/efl/elementary/actionslider_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/actionslider_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/background.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/background.pxi -------------------------------------------------------------------------------- /src/efl/elementary/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/background.py -------------------------------------------------------------------------------- /src/efl/elementary/background_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/background_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/box.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/box.pxi -------------------------------------------------------------------------------- /src/efl/elementary/box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/box.py -------------------------------------------------------------------------------- /src/efl/elementary/box_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/box_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/bubble.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/bubble.pxi -------------------------------------------------------------------------------- /src/efl/elementary/bubble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/bubble.py -------------------------------------------------------------------------------- /src/efl/elementary/bubble_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/bubble_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/button.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/button.pxi -------------------------------------------------------------------------------- /src/efl/elementary/button.py: -------------------------------------------------------------------------------- 1 | from . import Button 2 | -------------------------------------------------------------------------------- /src/efl/elementary/button_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/button_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/calendar.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/calendar.pxi -------------------------------------------------------------------------------- /src/efl/elementary/calendar_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/calendar_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/calendar_elm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/calendar_elm.py -------------------------------------------------------------------------------- /src/efl/elementary/check.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/check.pxi -------------------------------------------------------------------------------- /src/efl/elementary/check.py: -------------------------------------------------------------------------------- 1 | from . import Check 2 | -------------------------------------------------------------------------------- /src/efl/elementary/check_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/check_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/clock.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/clock.pxi -------------------------------------------------------------------------------- /src/efl/elementary/clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/clock.py -------------------------------------------------------------------------------- /src/efl/elementary/clock_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/clock_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/cnp_callbacks.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/cnp_callbacks.pxi -------------------------------------------------------------------------------- /src/efl/elementary/colorselector.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/colorselector.pxi -------------------------------------------------------------------------------- /src/efl/elementary/colorselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/colorselector.py -------------------------------------------------------------------------------- /src/efl/elementary/colorselector_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/colorselector_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/combobox.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/combobox.pxi -------------------------------------------------------------------------------- /src/efl/elementary/combobox_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/combobox_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/configuration.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/configuration.pxi -------------------------------------------------------------------------------- /src/efl/elementary/configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/configuration.py -------------------------------------------------------------------------------- /src/efl/elementary/configuration_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/configuration_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/conformant.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/conformant.pxi -------------------------------------------------------------------------------- /src/efl/elementary/conformant.py: -------------------------------------------------------------------------------- 1 | from . import Conformant 2 | -------------------------------------------------------------------------------- /src/efl/elementary/conformant_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/conformant_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/ctxpopup.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/ctxpopup.pxi -------------------------------------------------------------------------------- /src/efl/elementary/ctxpopup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/ctxpopup.py -------------------------------------------------------------------------------- /src/efl/elementary/ctxpopup_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/ctxpopup_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/datetime.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/datetime.pxi -------------------------------------------------------------------------------- /src/efl/elementary/datetime_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/datetime_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/datetime_elm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/datetime_elm.py -------------------------------------------------------------------------------- /src/efl/elementary/dayselector.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/dayselector.pxi -------------------------------------------------------------------------------- /src/efl/elementary/dayselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/dayselector.py -------------------------------------------------------------------------------- /src/efl/elementary/dayselector_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/dayselector_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/diskselector.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/diskselector.pxi -------------------------------------------------------------------------------- /src/efl/elementary/diskselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/diskselector.py -------------------------------------------------------------------------------- /src/efl/elementary/diskselector_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/diskselector_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/elementary_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/elementary_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/entry.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/entry.pxi -------------------------------------------------------------------------------- /src/efl/elementary/entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/entry.py -------------------------------------------------------------------------------- /src/efl/elementary/entry_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/entry_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/fileselector.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector.pxi -------------------------------------------------------------------------------- /src/efl/elementary/fileselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector.py -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_button.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector_button.pxi -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_button.py: -------------------------------------------------------------------------------- 1 | from . import FileselectorButton 2 | -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_button_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector_button_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_entry.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector_entry.pxi -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_entry.py: -------------------------------------------------------------------------------- 1 | from . import FileselectorEntry 2 | -------------------------------------------------------------------------------- /src/efl/elementary/fileselector_entry_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/fileselector_entry_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/flip.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/flip.pxi -------------------------------------------------------------------------------- /src/efl/elementary/flip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/flip.py -------------------------------------------------------------------------------- /src/efl/elementary/flip_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/flip_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/flipselector.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/flipselector.pxi -------------------------------------------------------------------------------- /src/efl/elementary/flipselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/flipselector.py -------------------------------------------------------------------------------- /src/efl/elementary/flipselector_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/flipselector_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/frame.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/frame.pxi -------------------------------------------------------------------------------- /src/efl/elementary/frame.py: -------------------------------------------------------------------------------- 1 | from . import Frame 2 | -------------------------------------------------------------------------------- /src/efl/elementary/frame_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/frame_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/general.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/general.py -------------------------------------------------------------------------------- /src/efl/elementary/gengrid.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gengrid.pxi -------------------------------------------------------------------------------- /src/efl/elementary/gengrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gengrid.py -------------------------------------------------------------------------------- /src/efl/elementary/gengrid_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gengrid_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/gengrid_item.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gengrid_item.pxi -------------------------------------------------------------------------------- /src/efl/elementary/gengrid_item_class.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gengrid_item_class.pxi -------------------------------------------------------------------------------- /src/efl/elementary/gengrid_widget.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gengrid_widget.pxi -------------------------------------------------------------------------------- /src/efl/elementary/genlist.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/genlist.pxi -------------------------------------------------------------------------------- /src/efl/elementary/genlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/genlist.py -------------------------------------------------------------------------------- /src/efl/elementary/genlist_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/genlist_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/genlist_item.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/genlist_item.pxi -------------------------------------------------------------------------------- /src/efl/elementary/genlist_item_class.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/genlist_item_class.pxi -------------------------------------------------------------------------------- /src/efl/elementary/genlist_widget.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/genlist_widget.pxi -------------------------------------------------------------------------------- /src/efl/elementary/gesture_layer.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gesture_layer.pxi -------------------------------------------------------------------------------- /src/efl/elementary/gesture_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gesture_layer.py -------------------------------------------------------------------------------- /src/efl/elementary/gesture_layer_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/gesture_layer_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/glview.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/glview.pxd -------------------------------------------------------------------------------- /src/efl/elementary/glview.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/glview.pyx -------------------------------------------------------------------------------- /src/efl/elementary/grid.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/grid.pxi -------------------------------------------------------------------------------- /src/efl/elementary/grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/grid.py -------------------------------------------------------------------------------- /src/efl/elementary/grid_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/grid_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/hover.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/hover.pxi -------------------------------------------------------------------------------- /src/efl/elementary/hover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/hover.py -------------------------------------------------------------------------------- /src/efl/elementary/hover_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/hover_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/hoversel.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/hoversel.pxi -------------------------------------------------------------------------------- /src/efl/elementary/hoversel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/hoversel.py -------------------------------------------------------------------------------- /src/efl/elementary/hoversel_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/hoversel_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/icon.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/icon.pxi -------------------------------------------------------------------------------- /src/efl/elementary/icon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/icon.py -------------------------------------------------------------------------------- /src/efl/elementary/icon_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/icon_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/image.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/image.pxi -------------------------------------------------------------------------------- /src/efl/elementary/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/image.py -------------------------------------------------------------------------------- /src/efl/elementary/image_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/image_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/index.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/index.pxi -------------------------------------------------------------------------------- /src/efl/elementary/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/index.py -------------------------------------------------------------------------------- /src/efl/elementary/index_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/index_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/innerwindow.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/innerwindow.pxi -------------------------------------------------------------------------------- /src/efl/elementary/innerwindow.py: -------------------------------------------------------------------------------- 1 | from . import InnerWindow 2 | -------------------------------------------------------------------------------- /src/efl/elementary/innerwindow_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/innerwindow_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/label.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/label.pxi -------------------------------------------------------------------------------- /src/efl/elementary/label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/label.py -------------------------------------------------------------------------------- /src/efl/elementary/label_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/label_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/layout.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/layout.pxi -------------------------------------------------------------------------------- /src/efl/elementary/layout.py: -------------------------------------------------------------------------------- 1 | from . import Layout 2 | -------------------------------------------------------------------------------- /src/efl/elementary/layout_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/layout_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/list.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/list.pxi -------------------------------------------------------------------------------- /src/efl/elementary/list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/list.py -------------------------------------------------------------------------------- /src/efl/elementary/list_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/list_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/map.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/map.pxi -------------------------------------------------------------------------------- /src/efl/elementary/map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/map.py -------------------------------------------------------------------------------- /src/efl/elementary/map_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/map_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/mapbuf.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/mapbuf.pxi -------------------------------------------------------------------------------- /src/efl/elementary/mapbuf.py: -------------------------------------------------------------------------------- 1 | from . import Mapbuf 2 | -------------------------------------------------------------------------------- /src/efl/elementary/mapbuf_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/mapbuf_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/menu.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/menu.pxi -------------------------------------------------------------------------------- /src/efl/elementary/menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/menu.py -------------------------------------------------------------------------------- /src/efl/elementary/menu_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/menu_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/multibuttonentry.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/multibuttonentry.pxi -------------------------------------------------------------------------------- /src/efl/elementary/multibuttonentry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/multibuttonentry.py -------------------------------------------------------------------------------- /src/efl/elementary/multibuttonentry_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/multibuttonentry_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/naviframe.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/naviframe.pxi -------------------------------------------------------------------------------- /src/efl/elementary/naviframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/naviframe.py -------------------------------------------------------------------------------- /src/efl/elementary/naviframe_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/naviframe_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/need.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/need.pxi -------------------------------------------------------------------------------- /src/efl/elementary/need.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/need.py -------------------------------------------------------------------------------- /src/efl/elementary/need_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/need_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/notify.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/notify.pxi -------------------------------------------------------------------------------- /src/efl/elementary/notify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/notify.py -------------------------------------------------------------------------------- /src/efl/elementary/notify_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/notify_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/object.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/object.pxi -------------------------------------------------------------------------------- /src/efl/elementary/object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/object.py -------------------------------------------------------------------------------- /src/efl/elementary/object_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/object_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/object_item.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/object_item.pxi -------------------------------------------------------------------------------- /src/efl/elementary/object_item_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/object_item_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/panel.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/panel.pxi -------------------------------------------------------------------------------- /src/efl/elementary/panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/panel.py -------------------------------------------------------------------------------- /src/efl/elementary/panel_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/panel_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/panes.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/panes.pxi -------------------------------------------------------------------------------- /src/efl/elementary/panes.py: -------------------------------------------------------------------------------- 1 | from . import Panes 2 | -------------------------------------------------------------------------------- /src/efl/elementary/panes_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/panes_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/photo.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/photo.pxi -------------------------------------------------------------------------------- /src/efl/elementary/photo.py: -------------------------------------------------------------------------------- 1 | from . import Photo 2 | -------------------------------------------------------------------------------- /src/efl/elementary/photo_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/photo_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/photocam.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/photocam.pxi -------------------------------------------------------------------------------- /src/efl/elementary/photocam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/photocam.py -------------------------------------------------------------------------------- /src/efl/elementary/photocam_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/photocam_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/plug.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/plug.pxi -------------------------------------------------------------------------------- /src/efl/elementary/plug.py: -------------------------------------------------------------------------------- 1 | from . import Plug 2 | -------------------------------------------------------------------------------- /src/efl/elementary/plug_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/plug_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/popup.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/popup.pxi -------------------------------------------------------------------------------- /src/efl/elementary/popup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/popup.py -------------------------------------------------------------------------------- /src/efl/elementary/popup_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/popup_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/progressbar.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/progressbar.pxi -------------------------------------------------------------------------------- /src/efl/elementary/progressbar.py: -------------------------------------------------------------------------------- 1 | from . import Progressbar 2 | -------------------------------------------------------------------------------- /src/efl/elementary/progressbar_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/progressbar_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/radio.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/radio.pxi -------------------------------------------------------------------------------- /src/efl/elementary/radio.py: -------------------------------------------------------------------------------- 1 | from . import Radio 2 | -------------------------------------------------------------------------------- /src/efl/elementary/radio_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/radio_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/scroller.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/scroller.pxi -------------------------------------------------------------------------------- /src/efl/elementary/scroller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/scroller.py -------------------------------------------------------------------------------- /src/efl/elementary/scroller_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/scroller_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/segment_control.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/segment_control.pxi -------------------------------------------------------------------------------- /src/efl/elementary/segment_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/segment_control.py -------------------------------------------------------------------------------- /src/efl/elementary/segment_control_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/segment_control_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/separator.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/separator.pxi -------------------------------------------------------------------------------- /src/efl/elementary/separator.py: -------------------------------------------------------------------------------- 1 | from . import Separator 2 | -------------------------------------------------------------------------------- /src/efl/elementary/separator_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/separator_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/slider.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/slider.pxi -------------------------------------------------------------------------------- /src/efl/elementary/slider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/slider.py -------------------------------------------------------------------------------- /src/efl/elementary/slider_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/slider_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/slideshow.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/slideshow.pxi -------------------------------------------------------------------------------- /src/efl/elementary/slideshow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/slideshow.py -------------------------------------------------------------------------------- /src/efl/elementary/slideshow_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/slideshow_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/spinner.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/spinner.pxi -------------------------------------------------------------------------------- /src/efl/elementary/spinner.py: -------------------------------------------------------------------------------- 1 | from . import Spinner 2 | -------------------------------------------------------------------------------- /src/efl/elementary/spinner_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/spinner_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/store.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/store.pxd -------------------------------------------------------------------------------- /src/efl/elementary/store.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/store.pyx -------------------------------------------------------------------------------- /src/efl/elementary/store_item_mapping.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/store_item_mapping.pxi -------------------------------------------------------------------------------- /src/efl/elementary/table.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/table.pxi -------------------------------------------------------------------------------- /src/efl/elementary/table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/table.py -------------------------------------------------------------------------------- /src/efl/elementary/table_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/table_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/theme.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/theme.pxi -------------------------------------------------------------------------------- /src/efl/elementary/theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/theme.py -------------------------------------------------------------------------------- /src/efl/elementary/theme_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/theme_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/thumb.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/thumb.pxi -------------------------------------------------------------------------------- /src/efl/elementary/thumb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/thumb.py -------------------------------------------------------------------------------- /src/efl/elementary/thumb_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/thumb_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/toolbar.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/toolbar.pxi -------------------------------------------------------------------------------- /src/efl/elementary/toolbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/toolbar.py -------------------------------------------------------------------------------- /src/efl/elementary/toolbar_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/toolbar_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/transit.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/transit.pxi -------------------------------------------------------------------------------- /src/efl/elementary/transit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/transit.py -------------------------------------------------------------------------------- /src/efl/elementary/transit_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/transit_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/video.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/video.pxi -------------------------------------------------------------------------------- /src/efl/elementary/video.py: -------------------------------------------------------------------------------- 1 | from . import Video, Player 2 | -------------------------------------------------------------------------------- /src/efl/elementary/video_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/video_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/web.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/web.pxi -------------------------------------------------------------------------------- /src/efl/elementary/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/web.py -------------------------------------------------------------------------------- /src/efl/elementary/web_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/web_cdef.pxi -------------------------------------------------------------------------------- /src/efl/elementary/window.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/window.pxi -------------------------------------------------------------------------------- /src/efl/elementary/window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/window.py -------------------------------------------------------------------------------- /src/efl/elementary/window_cdef.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/elementary/window_cdef.pxi -------------------------------------------------------------------------------- /src/efl/emotion.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/emotion.pyx -------------------------------------------------------------------------------- /src/efl/eo.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/eo.pyx -------------------------------------------------------------------------------- /src/efl/eo_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/eo_api.h -------------------------------------------------------------------------------- /src/efl/ethumb.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ethumb.pyx -------------------------------------------------------------------------------- /src/efl/ethumb_client.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/ethumb_client.pyx -------------------------------------------------------------------------------- /src/efl/evas.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas.pyx -------------------------------------------------------------------------------- /src/efl/evas_canvas.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_canvas.pxi -------------------------------------------------------------------------------- /src/efl/evas_canvas_callbacks.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_canvas_callbacks.pxi -------------------------------------------------------------------------------- /src/efl/evas_map.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_map.pxi -------------------------------------------------------------------------------- /src/efl/evas_object.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_box.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_box.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_callbacks.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_callbacks.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_events.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_events.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_grid.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_grid.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_image.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_image.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_line.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_line.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_polygon.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_polygon.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_rectangle.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_rectangle.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_smart.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_smart.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_table.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_table.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_text.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_text.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_textblock.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_textblock.pxi -------------------------------------------------------------------------------- /src/efl/evas_object_textgrid.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_object_textgrid.pxi -------------------------------------------------------------------------------- /src/efl/evas_rect.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/evas_rect.pxi -------------------------------------------------------------------------------- /src/efl/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/efl/utils/conversions.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/utils/conversions.pyx -------------------------------------------------------------------------------- /src/efl/utils/deprecated.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/utils/deprecated.pyx -------------------------------------------------------------------------------- /src/efl/utils/logger.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/utils/logger.pyx -------------------------------------------------------------------------------- /src/efl/utils/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/efl/utils/setup.py -------------------------------------------------------------------------------- /src/include/efl/c_eo.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/c_eo.pxd -------------------------------------------------------------------------------- /src/include/efl/c_ethumb.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/c_ethumb.pxd -------------------------------------------------------------------------------- /src/include/efl/dbus_mainloop.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/dbus_mainloop.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore_con.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore_con.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore_con_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore_con_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore_input.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore_input.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore_input_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore_input_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/ecore_x.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ecore_x.pxd -------------------------------------------------------------------------------- /src/include/efl/edje.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/edje.pxd -------------------------------------------------------------------------------- /src/include/efl/edje_edit.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/edje_edit.pxd -------------------------------------------------------------------------------- /src/include/efl/edje_edit_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/edje_edit_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/edje_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/edje_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/eina.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/eina.pxd -------------------------------------------------------------------------------- /src/include/efl/elementary/__init__.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/elementary/__init__.pxd -------------------------------------------------------------------------------- /src/include/efl/elementary/enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/elementary/enums.pxd -------------------------------------------------------------------------------- /src/include/efl/emotion.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/emotion.pxd -------------------------------------------------------------------------------- /src/include/efl/emotion_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/emotion_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/eo.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/eo.pxd -------------------------------------------------------------------------------- /src/include/efl/ethumb.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ethumb.pxd -------------------------------------------------------------------------------- /src/include/efl/ethumb_client.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ethumb_client.pxd -------------------------------------------------------------------------------- /src/include/efl/ethumb_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/ethumb_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/evas.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/evas.pxd -------------------------------------------------------------------------------- /src/include/efl/evas_enums.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/evas_enums.pxd -------------------------------------------------------------------------------- /src/include/efl/utils/conversions.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/utils/conversions.pxd -------------------------------------------------------------------------------- /src/include/efl/utils/deprecated.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/utils/deprecated.pxd -------------------------------------------------------------------------------- /src/include/efl/utils/logger.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/src/include/efl/utils/logger.pxd -------------------------------------------------------------------------------- /tests/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/dbus/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/dbus/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/dbus/test_01_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/dbus/test_01_basics.py -------------------------------------------------------------------------------- /tests/ecore/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/ecore/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/ecore/exe_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/exe_helper.sh -------------------------------------------------------------------------------- /tests/ecore/test_01_timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_01_timer.py -------------------------------------------------------------------------------- /tests/ecore/test_02_animator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_02_animator.py -------------------------------------------------------------------------------- /tests/ecore/test_03_poller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_03_poller.py -------------------------------------------------------------------------------- /tests/ecore/test_04_idler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_04_idler.py -------------------------------------------------------------------------------- /tests/ecore/test_05_idle_enterer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_05_idle_enterer.py -------------------------------------------------------------------------------- /tests/ecore/test_06_idle_exiter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_06_idle_exiter.py -------------------------------------------------------------------------------- /tests/ecore/test_07_fd_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_07_fd_handler.py -------------------------------------------------------------------------------- /tests/ecore/test_08_exe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_08_exe.py -------------------------------------------------------------------------------- /tests/ecore/test_09_file_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_09_file_download.py -------------------------------------------------------------------------------- /tests/ecore/test_10_file_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_10_file_monitor.py -------------------------------------------------------------------------------- /tests/ecore/test_11_con.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/ecore/test_11_con.py -------------------------------------------------------------------------------- /tests/edje/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/edje/TODO-edit/01-edje.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/TODO-edit/01-edje.py -------------------------------------------------------------------------------- /tests/edje/TODO-edit/02-group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/TODO-edit/02-group.py -------------------------------------------------------------------------------- /tests/edje/TODO-edit/03-parts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/TODO-edit/03-parts.py -------------------------------------------------------------------------------- /tests/edje/TODO-edit/04-states.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/TODO-edit/04-states.py -------------------------------------------------------------------------------- /tests/edje/TODO-edit/groups.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/TODO-edit/groups.edc -------------------------------------------------------------------------------- /tests/edje/TODO-edit/theme.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/TODO-edit/theme.edc -------------------------------------------------------------------------------- /tests/edje/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/edje/test_01_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/test_01_basics.py -------------------------------------------------------------------------------- /tests/edje/test_02_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/test_02_object.py -------------------------------------------------------------------------------- /tests/edje/test_04_edit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/test_04_edit.py -------------------------------------------------------------------------------- /tests/edje/test_05_decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/test_05_decorators.py -------------------------------------------------------------------------------- /tests/edje/theme.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/theme.edc -------------------------------------------------------------------------------- /tests/edje/theme.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/edje/theme.edj -------------------------------------------------------------------------------- /tests/elementary/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/elementary/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/elementary/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/icon.png -------------------------------------------------------------------------------- /tests/elementary/test_01_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/test_01_basics.py -------------------------------------------------------------------------------- /tests/elementary/test_02_image_icon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/test_02_image_icon.py -------------------------------------------------------------------------------- /tests/elementary/test_03_entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/test_03_entry.py -------------------------------------------------------------------------------- /tests/elementary/test_04_external.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/test_04_external.py -------------------------------------------------------------------------------- /tests/elementary/theme.edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/theme.edc -------------------------------------------------------------------------------- /tests/elementary/theme.edj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/elementary/theme.edj -------------------------------------------------------------------------------- /tests/eo/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/eo/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/eo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/eo/test_01_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/eo/test_01_basics.py -------------------------------------------------------------------------------- /tests/eo/test_02_class_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/eo/test_02_class_names.py -------------------------------------------------------------------------------- /tests/evas/00_run_all_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/00_run_all_tests.py -------------------------------------------------------------------------------- /tests/evas/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/evas/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/icon.png -------------------------------------------------------------------------------- /tests/evas/test_01_rect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_01_rect.py -------------------------------------------------------------------------------- /tests/evas/test_02_canvas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_02_canvas.py -------------------------------------------------------------------------------- /tests/evas/test_03_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_03_object.py -------------------------------------------------------------------------------- /tests/evas/test_04_object_box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_04_object_box.py -------------------------------------------------------------------------------- /tests/evas/test_05_object_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_05_object_image.py -------------------------------------------------------------------------------- /tests/evas/test_06_object_smart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_06_object_smart.py -------------------------------------------------------------------------------- /tests/evas/test_07_object_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_07_object_line.py -------------------------------------------------------------------------------- /tests/evas/test_08_object_polygon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_08_object_polygon.py -------------------------------------------------------------------------------- /tests/evas/test_09_object_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_09_object_text.py -------------------------------------------------------------------------------- /tests/evas/test_10_object_textblock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_10_object_textblock.py -------------------------------------------------------------------------------- /tests/evas/test_11_object_textgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveMDS/python-efl/HEAD/tests/evas/test_11_object_textgrid.py --------------------------------------------------------------------------------