Uses of Class
org.eclipse.swt.internal.gtk.GtkAllocation
-
Packages that use GtkAllocation Package Description org.eclipse.swt.internal.gtk org.eclipse.swt.internal.gtk3 org.eclipse.swt.internal.gtk4 -
-
Uses of GtkAllocation in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type GtkAllocation Modifier and Type Method Description static void
GTK. gtk_widget_get_allocation(long widget, GtkAllocation allocation)
-
Uses of GtkAllocation in org.eclipse.swt.internal.gtk3
Methods in org.eclipse.swt.internal.gtk3 with parameters of type GtkAllocation Modifier and Type Method Description static void
GTK3. gtk_widget_get_clip(long widget, GtkAllocation allocation)
static void
GTK3. gtk_widget_set_allocation(long widget, GtkAllocation allocation)
static void
GTK3. gtk_widget_set_clip(long widget, GtkAllocation allocation)
static void
GTK3. gtk_widget_size_allocate(long widget, GtkAllocation allocation)
-
Uses of GtkAllocation in org.eclipse.swt.internal.gtk4
Methods in org.eclipse.swt.internal.gtk4 with parameters of type GtkAllocation Modifier and Type Method Description static void
GTK4. gtk_widget_size_allocate(long widget, GtkAllocation allocation, int baseline)
-