![]() |
![]() |
![]() |
Libxfce4ui Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Xfce Gdk(-pixbuf) extensionsXfce Gdk(-pixbuf) extensions — Common used functions that are not provided by the Gdk or Gdk-pixbuf library. |
#include <libxfce4ui/libxfce4ui.h> GdkScreen * xfce_gdk_screen_get_active (gint *monitor_return);
Useful functions to quickly access common used Gdk functionality that is not proveded by the Gdk library. It also contains function based on the Gdk-pixbuf library.
GdkScreen * xfce_gdk_screen_get_active (gint *monitor_return);
Returns the currently active GdkScreen, that is, the screen which currently contains the pointer. If no active screen was found, the default GdkScreen is returned.
|
Address to store the monitor number to or NULL .
|
Returns : |
the currently active GdkScreen. |