org.gnu.gnome
org.gnome.gnome.UIInfoType
.public class UIInfoType extends org.gnu.glib.Enum
ENDOFINFO No more items. Use it at the end of an array. ITEM Normal item, or radio item if it is inside a radioitems group. TOGGLEITEM Toggle (check box) item. RADIOITEMS Radio item group. SUBTREE Item that defines a subtree / submenu. SEPARATOR Separator lines (menu) or a blank space (toolbar). HELP Create a list of help topics. Used in the Help menu. BUILDERDATA Specifies the builder data. CONFIGURABLE A configurable menu item. SUBTREE_STOCK Item that defines a subtree / submenu, same as SUBTREE, but the text should looked up in the libgnome catalog. INCLUDE Almost like SUBTREE, but inserts items into the current menu instead of making a submenu.
UIInfo
Modifier and Type | Field and Description |
---|---|
static UIInfoType |
BUILDER_DATA
Deprecated.
|
static UIInfoType |
ENDOFINFO
Deprecated.
|
static UIInfoType |
HELP
Deprecated.
|
static UIInfoType |
INCLUDE
Deprecated.
|
static UIInfoType |
ITEM
Deprecated.
|
static UIInfoType |
ITEM_CONFIGURABLE
Deprecated.
|
static UIInfoType |
RADIOITEMS
Deprecated.
|
static UIInfoType |
SEPARATOR
Deprecated.
|
static UIInfoType |
SUBTREE
Deprecated.
|
static UIInfoType |
SUBTREE_STOCK
Deprecated.
|
static UIInfoType |
TOGGLEITEM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UIInfoType |
and(UIInfoType other)
Deprecated.
|
static UIInfoType |
intern(int value)
Deprecated.
|
UIInfoType |
or(UIInfoType other)
Deprecated.
|
boolean |
test(UIInfoType other)
Deprecated.
|
UIInfoType |
xor(UIInfoType other)
Deprecated.
|
public static final UIInfoType ENDOFINFO
public static final UIInfoType ITEM
public static final UIInfoType TOGGLEITEM
public static final UIInfoType RADIOITEMS
public static final UIInfoType SUBTREE
public static final UIInfoType SEPARATOR
public static final UIInfoType HELP
public static final UIInfoType BUILDER_DATA
public static final UIInfoType ITEM_CONFIGURABLE
public static final UIInfoType SUBTREE_STOCK
public static final UIInfoType INCLUDE
public static UIInfoType intern(int value)
public UIInfoType or(UIInfoType other)
public UIInfoType and(UIInfoType other)
public UIInfoType xor(UIInfoType other)
public boolean test(UIInfoType other)