Uses of Class
org.eclipse.swt.internal.gtk.GtkBorder
-
Packages that use GtkBorder Package Description org.eclipse.swt.internal.gtk org.eclipse.swt.internal.gtk3 org.eclipse.swt.internal.gtk4 -
-
Uses of GtkBorder in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type GtkBorder Modifier and Type Method Description static void
OS. memmove(GtkBorder dest, long src, long size)
-
Uses of GtkBorder in org.eclipse.swt.internal.gtk3
Methods in org.eclipse.swt.internal.gtk3 with parameters of type GtkBorder Modifier and Type Method Description static void
GTK3. gtk_style_context_get_border(long context, int state, GtkBorder padding)
static void
GTK3. gtk_style_context_get_padding(long context, int state, GtkBorder padding)
-
Uses of GtkBorder in org.eclipse.swt.internal.gtk4
Methods in org.eclipse.swt.internal.gtk4 with parameters of type GtkBorder Modifier and Type Method Description static void
GTK4. gtk_style_context_get_border(long context, GtkBorder padding)
static void
GTK4. gtk_style_context_get_margin(long context, GtkBorder margin)
static void
GTK4. gtk_style_context_get_padding(long context, GtkBorder padding)
-