Uses of Class
org.eclipse.swt.internal.gtk.GdkRectangle
-
Packages that use GdkRectangle Package Description org.eclipse.swt.internal.cairo org.eclipse.swt.internal.gtk org.eclipse.swt.internal.gtk3 -
-
Uses of GdkRectangle in org.eclipse.swt.internal.cairo
Methods in org.eclipse.swt.internal.cairo with parameters of type GdkRectangle Modifier and Type Method Description void
cairo_rectangle_int_t. convertFromGdkRectangle(GdkRectangle rect)
-
Uses of GdkRectangle in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type GdkRectangle Modifier and Type Method Description static void
OS. g_signal_emit_by_name(long instance, byte[] detailed_signal, GdkRectangle data)
static boolean
GDK. gdk_cairo_get_clip_rectangle(long cr, GdkRectangle rect)
static void
GDK. gdk_monitor_get_geometry(long monitor, GdkRectangle dest)
static void
GDK. gdk_monitor_get_workarea(long monitor, GdkRectangle dest)
static long
GDK. gdk_popup_layout_new(GdkRectangle anchor_rect, int rect_anchor, int surface_anchor)
static void
GDK. gdk_screen_get_monitor_geometry(long screen, int monitor_num, GdkRectangle dest)
static void
GDK. gdk_screen_get_monitor_workarea(long screen, int monitor_num, GdkRectangle dest)
static void
GDK. gdk_window_get_frame_extents(long window, GdkRectangle rect)
static void
GDK. gdk_window_invalidate_rect(long window, GdkRectangle rectangle, boolean invalidate_children)
static void
GTK. gtk_entry_get_icon_area(long entry, int icon_pos, GdkRectangle icon_area)
static void
GTK. gtk_im_context_set_cursor_location(long context, GdkRectangle area)
static void
GTK. gtk_popover_set_pointing_to(long popover, GdkRectangle rect)
static void
GTK. gtk_text_view_get_iter_location(long text_view, byte[] iter, GdkRectangle location)
static void
GTK. gtk_text_view_get_visible_rect(long text_view, GdkRectangle visible_rect)
static void
GTK. gtk_tree_view_get_background_area(long tree_view, long path, long column, GdkRectangle rect)
static void
GTK. gtk_tree_view_get_cell_area(long tree_view, long path, long column, GdkRectangle rect)
static void
GTK. gtk_tree_view_get_visible_rect(long tree_view, GdkRectangle visible_rect)
static void
OS. memmove(GdkRectangle dest, long src, long size)
-
Uses of GdkRectangle in org.eclipse.swt.internal.gtk3
Methods in org.eclipse.swt.internal.gtk3 with parameters of type GdkRectangle Modifier and Type Method Description static void
GTK3. gtk_menu_popup_at_rect(long menu, long rect_window, GdkRectangle rect, int rect_anchor, int menu_anchor, long trigger_event)
static boolean
GTK3. gtk_status_icon_get_geometry(long handle, long screen, GdkRectangle area, long orientation)
static void
GTK3. gtk_tree_view_column_cell_get_size(long tree_column, GdkRectangle cell_area, int[] x_offset, int[] y_offset, int[] width, int[] height)
-