Package ch.bailu.gtk.gtk
Interface IconLookupFlags
public interface IconLookupFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTry to always load regular icons, even
when symbolic icon names are givenstatic final intTry to always load symbolic icons, even
when regular icon names are givenstatic final intStarts 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:
-