ClutterGdk – clutter-gdk-1.0 Reference Manual
Packages
clutter-gdk-1.0
ClutterGdk
disable_event_retrieval
get_default_display
get_stage_from_window
get_stage_window
get_visual
handle_event
set_display
set_stage_foreign
ClutterGdk
Description:
Content:
Functions:
public
void
disable_event_retrieval
()
Disable the event retrieval in Clutter.
public
unowned
Display
get_default_display
()
Retrieves the pointer to the default display.
public
unowned
Stage
get_stage_from_window
(
Window
window)
Gets the stage for a particular X window.
public
unowned
Window
get_stage_window
(
Stage
stage)
Gets the stages GdkWindow.
public
unowned
Visual
get_visual
()
Retrieves the
Visual
used by Clutter.
public
FilterReturn
handle_event
(
Event
event)
This function processes a single GDK event; it can be used to hook into external event processing
public
void
set_display
(
Display
display)
Sets the display connection Clutter should use; must be called before
init
,
init_with_args
or other functions pertaining Clutter's initialization process.
public
bool
set_stage_foreign
(
Stage
stage,
Window
window)
Target the
Stage
to use an existing external
Window