Package ch.bailu.gtk.gtk
Interface IconLookupFlags
public interface IconLookupFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Try to always load regular icons, even
when symbolic icon names are givenstatic final int
Try to always load symbolic icons, even
when regular icon names are givenstatic final int
Starts loading the texture in the background
so it is ready when later needed.
-
Field Details
-
FORCE_REGULAR
static final int FORCE_REGULARTry to always load regular icons, even
when symbolic icon names are given- See Also:
-
FORCE_SYMBOLIC
static final int FORCE_SYMBOLICTry to always load symbolic icons, even
when regular icon names are given- See Also:
-
PRELOAD
static final int PRELOADStarts loading the texture in the background
so it is ready when later needed.- See Also:
-