ListVisuals
public Visual[] ListVisuals()
broadcastClientMessage
public void broadcastClientMessage(Event evt)
gdk_screen_broadcast_client_message
protected static final void gdk_screen_broadcast_client_message(Handle screen,
Handle event)
gdk_screen_get_default
protected static final Handle gdk_screen_get_default()
gdk_screen_get_default_colormap
protected static final Handle gdk_screen_get_default_colormap(Handle screen)
gdk_screen_get_display
protected static final Handle gdk_screen_get_display(Handle screen)
gdk_screen_get_height
protected static final int gdk_screen_get_height(Handle screen)
gdk_screen_get_height_mm
protected static final int gdk_screen_get_height_mm(Handle screen)
gdk_screen_get_monitor_at_point
protected static final int gdk_screen_get_monitor_at_point(Handle screen,
int x,
int y)
gdk_screen_get_monitor_at_window
protected static final int gdk_screen_get_monitor_at_window(Handle screen,
Handle window)
gdk_screen_get_monitor_geometry
protected static final void gdk_screen_get_monitor_geometry(Handle screen,
int monitorNum,
Handle rect)
gdk_screen_get_n_monitors
protected static final int gdk_screen_get_n_monitors(Handle screen)
gdk_screen_get_number
protected static final int gdk_screen_get_number(Handle screen)
gdk_screen_get_rgb_colormap
protected static final Handle gdk_screen_get_rgb_colormap(Handle screen)
gdk_screen_get_rgb_visual
protected static final Handle gdk_screen_get_rgb_visual(Handle screen)
gdk_screen_get_root_window
protected static final Handle gdk_screen_get_root_window(Handle screen)
gdk_screen_get_setting
protected static final boolean gdk_screen_get_setting(Handle screen,
String name,
Handle value)
gdk_screen_get_system_colormap
protected static final Handle gdk_screen_get_system_colormap(Handle screen)
gdk_screen_get_system_visual
protected static final Handle gdk_screen_get_system_visual(Handle screen)
gdk_screen_get_toplevel_windows
protected static final Handle[] gdk_screen_get_toplevel_windows(Handle screen)
gdk_screen_get_type
protected static final int gdk_screen_get_type()
BEGINNING OF JNI CODE
gdk_screen_get_width
protected static final int gdk_screen_get_width(Handle screen)
gdk_screen_get_width_mm
protected static final int gdk_screen_get_width_mm(Handle screen)
gdk_screen_list_visuals
protected static final Handle[] gdk_screen_list_visuals(Handle screen)
gdk_screen_make_display_name
protected static final String gdk_screen_make_display_name(Handle screen)
gdk_screen_set_default_colormap
protected static final void gdk_screen_set_default_colormap(Handle screen,
Handle colormap)
gdtSystemVisual
public Visual gdtSystemVisual()
getDefaultColormap
public Colormap getDefaultColormap()
getDisplay
public Display getDisplay()
getHeight
public int getHeight()
getHeightMM
public int getHeightMM()
getMonitorAtPoint
public int getMonitorAtPoint(int x,
int y)
getMonitorAtWindow
public int getMonitorAtWindow(Window win)
getMonitorGeometry
public Rectangle getMonitorGeometry(int monitorNum)
getNumMonitors
public int getNumMonitors()
getNumber
public int getNumber()
getRGBColormap
public Colormap getRGBColormap()
getRGBVisual
public Visual getRGBVisual()
getRootWindow
public Window getRootWindow()
getSystemColormap
public Colormap getSystemColormap()
getToplevelWindows
public Window[] getToplevelWindows()
getWidth
public int getWidth()
getWidthMM
public int getWidthMM()
makeDisplayName
public String makeDisplayName()
setDefaultColormap
public void setDefaultColormap(Colormap colormap)