|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.moesol.bindings.platform_sdk.windows_api.HANDLE com.moesol.bindings.platform_sdk.windows_api.HMENU
public class HMENU
Field Summary | |
---|---|
static HMENU |
NULL
|
Method Summary | |
---|---|
static HMENU |
createMenu()
|
static HMENU |
createPopupMenu()
|
void |
destroyMenu()
|
void |
getMenuItem(int item,
boolean by_position,
MENUITEMINFO mi)
|
int |
getMenuItemCount()
|
void |
insertMenuItem(int item,
boolean by_position,
MENUITEMINFO mi)
|
void |
removeMenuItem(int item,
boolean by_position)
|
void |
setMenuItem(int item,
boolean by_position,
MENUITEMINFO mi)
|
Methods inherited from class com.moesol.bindings.platform_sdk.windows_api.HANDLE |
---|
_getHandle, _safeGetHandle, detach, equals, getLeakCount, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HMENU NULL
Method Detail |
---|
public static HMENU createMenu()
public static HMENU createPopupMenu()
public void destroyMenu()
public void insertMenuItem(int item, boolean by_position, MENUITEMINFO mi)
public void getMenuItem(int item, boolean by_position, MENUITEMINFO mi)
public void setMenuItem(int item, boolean by_position, MENUITEMINFO mi)
public int getMenuItemCount()
public void removeMenuItem(int item, boolean by_position)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |