Package fife :: Module fife :: Class Window
[hide private]
[frames] | no frames]

Class Window

source code

_object --+        
          |        
     Widget --+    
              |    
      Container --+
                  |
                 Window

Proxy of C++ gcn::Window class

Instance Methods [hide private]
 
__repr__(self) source code
Window
__init__(self)
__init__(self, string caption) -> Window
source code
 
setCaption(self, *args)
setCaption(self, string caption)
source code
string
getCaption(self) source code
 
setAlignment(self, *args)
setAlignment(self, Alignment alignment)
source code
Alignment
getAlignment(self) source code
 
setPadding(self, *args)
setPadding(self, unsigned int padding)
source code
unsigned int
getPadding(self) source code
 
setTitleBarHeight(self, *args)
setTitleBarHeight(self, unsigned int height)
source code
unsigned int
getTitleBarHeight(self) source code
 
setMovable(self, *args)
setMovable(self, bool movable)
source code
bool
isMovable(self) source code
 
setOpaque(self, *args)
setOpaque(self, bool opaque)
source code
bool
isOpaque(self) source code
 
resizeToContent(self) source code

Inherited from Container: add, clear, remove

Inherited from Widget: addActionListener, addKeyListener, addMouseListener, draw, focusNext, focusPrevious, getAbsolutePosition, getActionEventId, getBackgroundColor, getBaseColor, getFont, getForegroundColor, getFrameSize, getHeight, getSelectionColor, getWidgetAt, getWidth, getX, getY, isEnabled, isFocusable, isFocused, isModalFocused, isModalMouseInputFocused, isTabInEnabled, isTabOutEnabled, isVisible, moveToBottom, moveToTop, releaseModalFocus, releaseModalMouseInputFocus, removeActionListener, removeKeyListener, removeMouseListener, requestFocus, requestModalFocus, requestModalMouseInputFocus, requestMoveToBottom, requestMoveToTop, setActionEventId, setBackgroundColor, setBaseColor, setEnabled, setFocusable, setFont, setForegroundColor, setFrameSize, setGlobalFont, setHeight, setPosition, setSelectionColor, setSize, setTabInEnabled, setTabOutEnabled, setVisible, setWidth, setX, setY

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Window
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: _swig_repr

__init__(self)
(Constructor)

source code 

__init__(self, string caption) -> Window

Returns: Window
Overrides: Widget.__init__

setOpaque(self, *args)

source code 

setOpaque(self, bool opaque)

Overrides: Container.setOpaque

isOpaque(self)

source code 
Returns: bool
Overrides: Container.isOpaque