http://www.directfb.org
index.html
DirectFB Reference Manual
index.html
DirectFB Interfaces
IDirectFBWindow
No summary yet...
Methods of IDirectFBWindow
Retrieving information
IDirectFBWindow_GetID.html
GetID
Get the unique window ID.
IDirectFBWindow_GetPosition.html
GetPosition
Get the current position of this window.
IDirectFBWindow_GetSize.html
GetSize
Get the size of the window in pixels.
Event handling
IDirectFBWindow_CreateEventBuffer.html
CreateEventBuffer
Create an event buffer for this window and attach it.
IDirectFBWindow_AttachEventBuffer.html
AttachEventBuffer
Attach an existing event buffer to this window.
IDirectFBWindow_EnableEvents.html
EnableEvents
Enable specific events to be sent to the window.
IDirectFBWindow_DisableEvents.html
DisableEvents
Disable specific events from being sent to the window.
Surface handling
IDirectFBWindow_GetSurface.html
GetSurface
Get an interface to the backing store surface.
Appearance and Behaviour
IDirectFBWindow_SetOptions.html
SetOptions
Set options controlling appearance and behaviour of the window.
IDirectFBWindow_GetOptions.html
GetOptions
Get options controlling appearance and behaviour of the window.
IDirectFBWindow_SetColorKey.html
SetColorKey
Set the window color key.
IDirectFBWindow_SetColorKeyIndex.html
SetColorKeyIndex
Set the window color key (indexed).
IDirectFBWindow_SetOpacity.html
SetOpacity
Set the window's global opacity factor.
IDirectFBWindow_SetOpaqueRegion.html
SetOpaqueRegion
Disable alpha channel blending for one region of the window.
IDirectFBWindow_GetOpacity.html
GetOpacity
Get the current opacity factor of this window.
IDirectFBWindow_SetCursorShape.html
SetCursorShape
Bind a cursor shape to this window.
Focus handling
IDirectFBWindow_RequestFocus.html
RequestFocus
Pass the focus to this window.
IDirectFBWindow_GrabKeyboard.html
GrabKeyboard
Grab the keyboard, i.e. all following keyboard events are sent to this window ignoring the focus.
IDirectFBWindow_UngrabKeyboard.html
UngrabKeyboard
Ungrab the keyboard, i.e. switch to standard key event dispatching.
IDirectFBWindow_GrabPointer.html
GrabPointer
Grab the pointer, i.e. all following mouse events are sent to this window ignoring the focus.
IDirectFBWindow_UngrabPointer.html
UngrabPointer
Ungrab the pointer, i.e. switch to standard mouse event dispatching.
IDirectFBWindow_GrabKey.html
GrabKey
Grab a specific key, i.e. all following events of this key are sent to this window ignoring the focus.
IDirectFBWindow_UngrabKey.html
UngrabKey
Ungrab a specific key, i.e. switch to standard key event dispatching.
Position and Size
IDirectFBWindow_Move.html
Move
Move the window by the specified distance.
IDirectFBWindow_MoveTo.html
MoveTo
Move the window to the specified coordinates.
IDirectFBWindow_Resize.html
Resize
Resize the window.
Stacking
IDirectFBWindow_SetStackingClass.html
SetStackingClass
Put the window into a specific stacking class.
IDirectFBWindow_Raise.html
Raise
Raise the window by one within the window stack.
IDirectFBWindow_Lower.html
Lower
Lower the window by one within the window stack.
IDirectFBWindow_RaiseToTop.html
RaiseToTop
Put the window on the top of the window stack.
IDirectFBWindow_LowerToBottom.html
LowerToBottom
Send a window to the bottom of the window stack.
IDirectFBWindow_PutAtop.html
PutAtop
Put a window on top of another window.
IDirectFBWindow_PutBelow.html
PutBelow
Put a window below another window.
Closing
IDirectFBWindow_Close.html
Close
Send a close message to the window.
IDirectFBWindow_Destroy.html
Destroy
Destroys the window and sends a destruction message.
