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 voidcairo_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 voidOS. g_signal_emit_by_name(long instance, byte[] detailed_signal, GdkRectangle data)static booleanGDK. gdk_cairo_get_clip_rectangle(long cr, GdkRectangle rect)static voidGDK. gdk_monitor_get_geometry(long monitor, GdkRectangle dest)static voidGDK. gdk_monitor_get_workarea(long monitor, GdkRectangle dest)static longGDK. gdk_popup_layout_new(GdkRectangle anchor_rect, int rect_anchor, int surface_anchor)static voidGDK. gdk_window_get_frame_extents(long window, GdkRectangle rect)static voidGDK. gdk_window_invalidate_rect(long window, GdkRectangle rectangle, boolean invalidate_children)static voidGTK. gtk_entry_get_icon_area(long entry, int icon_pos, GdkRectangle icon_area)static voidGTK. gtk_im_context_set_cursor_location(long context, GdkRectangle area)static voidGTK. gtk_popover_set_pointing_to(long popover, GdkRectangle rect)static voidGTK. gtk_text_view_get_iter_location(long text_view, byte[] iter, GdkRectangle location)static voidGTK. gtk_text_view_get_visible_rect(long text_view, GdkRectangle visible_rect)static voidGTK. gtk_tree_view_get_background_area(long tree_view, long path, long column, GdkRectangle rect)static voidGTK. gtk_tree_view_get_cell_area(long tree_view, long path, long column, GdkRectangle rect)static voidGTK. gtk_tree_view_get_visible_rect(long tree_view, GdkRectangle visible_rect)static voidOS. 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 voidGTK3. gtk_menu_popup_at_rect(long menu, long rect_window, GdkRectangle rect, int rect_anchor, int menu_anchor, long trigger_event)static booleanGTK3. gtk_status_icon_get_geometry(long handle, long screen, GdkRectangle area, long orientation)static voidGTK3. gtk_tree_view_column_cell_get_size(long tree_column, GdkRectangle cell_area, int[] x_offset, int[] y_offset, int[] width, int[] height)
-