Lightningbeam/PyGUI-2.5.3/build/lib.linux-i686-2.6/GUI/GLTextures.py

11 lines
249 B
Python

#
# PyGUI - OpenGL Textures - Gtk
#
from GUI.GGLTextures import Texture as GTexture
class Texture(GTexture):
def _gl_get_texture_data(self, image):
raise NotImplementedError("Loading texture from image not yet implemented for Gtk")