• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(4733)  |  Call(2562)  |  Derive(2170)  |  Import(1)
Proxy of C++ Panel class

src/w/e/wesnoth-sym-HEAD/preview.py   wesnoth-sym(Download)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
"""
from wx import Panel
class PreviewPanel(Panel):
    def __init__(self, parent):
        wx.Panel.__init__(self, parent, -1)