9 lines
727 B
HTML
9 lines
727 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>PyGUI - MenuItem class</title></head><body>
|
|
<h1>class <span style="font-family: monospace;">MenuItem</span></h1>
|
|
A MenuItem represents a menu item or item group.<br>
|
|
<br>
|
|
This class is not very useful yet. You can't construct MenuItems directly; the only way to obtain one is from an existing <a href="Menu.html">Menu</a> or <a href="MenuList.html">MenuList</a> using the <span style="font-family: monospace;">item_with_command</span> method, and you currently can't change any of its properties. Facilities for doing these things are planned.<br>
|
|
<br>
|
|
<br>
|
|
</body></html> |