updated copyright in ALL the files



SVN revision: 83873
This commit is contained in:
Davide Andreoli 2013-02-13 19:16:02 +00:00
parent 8b86398860
commit 744f1ee4be
108 changed files with 929 additions and 1022 deletions

View File

@ -1,14 +1,11 @@
BUGS:
* Ecore/Evas: 00_run_all_test.py, lots of errors
* Evas: smart object doesn't work
* object_from_instance fail with EdjeExternals
* test_map3.py is buggy
* test_mapbuf.py line 14 should work
* test_progressbar.py on exit cause an endless loop (Timer??)
* test_video.py have problems
* test_menu.py -> evas events cb
* test_naviframe is broken (also in the python-elementary version)
* test_core_evas_canvas_callbacks.py have 2 lines commented out
* test_emotion.py loop on shutdown (parent issue)

View File

@ -1,21 +1,19 @@
######################################################################
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
######################################################################
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
import traceback
from efl.eo cimport Eo

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by efl.ecore.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Animator(Eo):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_ecore.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef object _event_type_mapping = dict()

View File

@ -1,21 +1,19 @@
# Copyright (C) 2010 Gustavo Sverzut Barbieri
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_ecore.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
# TODO: remove me after usage is update to new buffer api

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_ecore.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef void fd_handler_prepare_cb(void *data, Ecore_Fd_Handler *fdh) with gil:

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_ecore_file.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef void _completion_cb(void *data, const_char_ptr file, int status) with gil:

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by efl.ecore.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Idler(Eo):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by efl.ecore.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Timer(Eo):

View File

@ -1,20 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Edje.
# This file is part of Python-EFL.
#
# Python-Edje is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Edje is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Edje. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
import traceback
import warnings

View File

@ -1,20 +1,19 @@
# Copyright (C) 2007-2009 Gustavo Sverzut Barbieri, Ulisses Furquim,
# Ivan Briano
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Edje.
# This file is part of Python-EFL.
#
# Python-Edje is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Edje is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Edje. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class ExternalParam:

View File

@ -1,19 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Edje.
# This file is part of Python-EFL.
#
# Python-Edje is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Edje is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Edje. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Message:

View File

@ -1,19 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Edje.
# This file is part of Python-EFL.
#
# Python-Edje is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Edje is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Edje. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef void text_change_cb(void *data,

View File

@ -1,21 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from cpython cimport PyObject, Py_INCREF, Py_DECREF
from cpython cimport PyMem_Malloc, PyMem_Free

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Actionslider(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Background(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from efl.evas cimport evas_object_box_layout_horizontal
from efl.evas cimport evas_object_box_layout_vertical

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Bubble(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Button(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from datetime import date

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Check(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Clock(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class ColorselectorPaletteItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Configuration(object):

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Conformant(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class CtxpopupItem(ObjectItem):
def __init__(self, evasObject ctxpopup, label = None, evasObject icon = None, callback = None, *args, **kargs):

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from datetime import datetime

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Dayselector(LayoutClass):

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class DiskselectorItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
def Entry_markup_to_utf8(str):
cdef const_char_ptr string

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Fileselector(LayoutClass):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2011 Fabiano Fidêncio
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class FileselectorButton(Button):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2011 Fabiano Fidêncio
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class FileselectorEntry(Object):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Flip(Object):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class FlipSelectorItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Frame(LayoutClass):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2010 ProFUSION embedded systems
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
import traceback

View File

@ -1,20 +1,19 @@
# Copyright (c) 2010 ProFUSION embedded systems
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
import traceback

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from efl cimport evas

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Grid(Object):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Hover(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class HoverselItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Icon(Image):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Image(Object):

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef enum Elm_Index_Item_Insert_Kind:

View File

@ -1,20 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class InnerWindow(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Label(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Layout(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class LayoutClass(Object):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef enum Elm_List_Item_Insert_Kind:
ELM_LIST_ITEM_INSERT_APPEND

View File

@ -1,20 +1,19 @@
# Copyright (c) 2012 Davide Andreoli <dave@gurumeditation.it>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef _elm_map_overlay_to_python(Elm_Map_Overlay *ov):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2012 Davide Andreoli <dave@gurumeditation.it>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Mapbuf(Object):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2010 Boris Faure
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class MenuItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2012 Davide Andreoli <dave@gurumeditation.it>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef Eina_Bool _multibuttonentry_filter_callback(Evas_Object *obj, const_char_ptr item_label, void *item_data, void *data) with gil:
try:

View File

@ -1,21 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (c) 2010-2010 ProFUSION embedded systems
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class NaviframeItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
def need_efreet():
return bool(elm_need_efreet())

View File

@ -1,19 +1,19 @@
# Copyright (c) 2008-2009 ProFUSION embedded systems
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Notify(Object):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from efl.evas cimport Object as evasObject

View File

@ -1,20 +1,20 @@
# Copyright (c) 2010 ProFUSION embedded systems
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
#This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef Evas_Object *_tooltip_item_content_create(void *data, Evas_Object *o, Evas_Object *t, void *it) with gil:
cdef Object ret, obj, tooltip

View File

@ -1,21 +1,20 @@
# Copyright (c) 2010 Boris Faure
# 2010 Sebastian Krzyszkowiak
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Panel(Object):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Panes(LayoutClass):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Photo(Object):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from efl.evas cimport Image as evasImage

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from efl.evas cimport Image as evasImage

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class PopupItem(ObjectItem):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Progressbar(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Radio(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Scroller(Object):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class SegmentControlItem(ObjectItem):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2009 Boris Faure
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Separator(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Slider(LayoutClass):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef _py_elm_slideshow_item_call(func, Evas_Object *obj, data) with gil:
try:

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Spinner(LayoutClass):

View File

@ -1,20 +1,19 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Table(Object):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Theme(object):

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Thumb(Object):

View File

@ -1,20 +1,20 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class ToolbarItemState(object):

View File

@ -1,20 +1,19 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Transit(object):

View File

@ -1,20 +1,20 @@
# Copyright 2012 Kai Huuhko <kai.huuhko@gmail.com>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Video(LayoutClass):

View File

@ -1,21 +1,20 @@
# Copyright (c) 2012 Joost Albers
# Copyright (c) 2012 Gustavo Sverzut Barbieri <barbieri@profusion.mobi>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
def _web_double_conv(long addr):
cdef double *info = <double *>addr

View File

@ -1,36 +1,25 @@
# Copyright (c) 2008-2009 Simon Busch
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of python-elementary.
# This file is part of Python-EFL.
#
# python-elementary is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# python-elementary is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with python-elementary. If not, see <http://www.gnu.org/licenses/>.
#
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
# from efl.eo cimport object_from_instance
# from efl.evas cimport Evas
# from efl.evas cimport evas_object_evas_get
# from efl.evas cimport canvas_from_instance
cdef class Window(Object):
def __init__(self, name, type):
self._set_obj(elm_win_add(NULL, _cfruni(name), type))
# self._add_obj(elm_obj_win_class_get(), NULL)
# cdef Evas *e
# e = evas_object_evas_get(self.obj)
# canvas = Canvas_from_instance(e)
# evasObject.__init__(self, canvas)
def resize_object_add(self, evasObject subobj):
elm_win_resize_object_add(self.obj, subobj.obj)

View File

@ -1,20 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Emotion.
# This file is part of Python-EFL.
#
# Python-Emotion is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Emotion is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Emotion. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from efl.eo cimport const_char_ptr
from efl.eo cimport object_from_instance, _object_mapping_register

View File

@ -1,20 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
from cpython cimport PyObject, Py_INCREF, Py_DECREF
from efl cimport Eina_Bool, const_Eina_List, eina_list_append

View File

@ -1,19 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
import traceback
from cpython cimport bool

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by efl.evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
# cdef int _canvas_free_wrapper_resources(Canvas canvas) except 0:

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Caio Marcelo de Oliveira Filho, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef int cb_canvas_dispatcher(Canvas self, event, int type) except 0:

View File

@ -1,21 +1,19 @@
# Copyright (C) 2012 Davide Andreoli <dave@gurumeditation.it>
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Map(object):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2013 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Ecore.
# This file is part of Python-EFL.
#
# Python-Ecore is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Ecore is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by efl.evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.

View File

@ -1,19 +1,19 @@
# Copyright (C) 2010 Boris Faure
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Caio Marcelo de Oliveira Filho, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef int cb_object_dispatcher(Object self, event, int type) except 0:

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Caio Marcelo de Oliveira Filho
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class EventPoint:

View File

@ -1,21 +1,20 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Caio Marcelo de Oliveira Filho, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# TODO: remove me after usage is update to new buffer api
cdef extern from "Python.h":

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Line(Object):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Polygon(Object):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Rectangle(Object):

View File

@ -1,21 +1,20 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
cdef object _smart_classes
_smart_classes = list()

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Text(Object):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Textblock(Object):

View File

@ -1,21 +1,19 @@
# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
# Copyright (C) 2007-2013 various contributors (see AUTHORS)
#
# This file is part of Python-Evas.
# This file is part of Python-EFL.
#
# Python-Evas is free software; you can redistribute it and/or
# Python-EFL is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Python-Evas is distributed in the hope that it will be useful,
# Python-EFL is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-Evas. If not, see <http://www.gnu.org/licenses/>.
# This file is included verbatim by c_evas.pyx
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
cdef class Rect(object):

Some files were not shown because too many files have changed in this diff Show More