Home
last modified time | relevance | path

Searched refs:SIZE_ALLOCATE_GTK4 (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DWidget.java238 static final int SIZE_ALLOCATE_GTK4 = 103; field in Widget
2290 case SIZE_ALLOCATE_GTK4: return gtk_size_allocate(handle, arg0); in windowProc()
H A DShell.java929 …osure_by_id (shellHandle, display.signalIds [SIZE_ALLOCATE_GTK4], 0, display.getClosure (SIZE_ALLO… in hookEvents()
H A DDisplay.java3402 …signalIds [Widget.SIZE_ALLOCATE_GTK4] = OS.g_signal_lookup (OS.size_allocate, GTK.GTK_TYPE_WIDGET … in initializeCallbacks()
3555 closuresProc [Widget.SIZE_ALLOCATE_GTK4] = windowProc4; in initializeCallbacks()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DWidget.java240 static final int SIZE_ALLOCATE_GTK4 = 103; field in Widget
H A DDisplay.java3715 closuresProc [Widget.SIZE_ALLOCATE_GTK4] = windowProc4; in initializeCallbacks()