mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 18:10:49 +00:00
Simple printint implementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81915f4a3c
commit
04a3436aff
119 changed files with 4892 additions and 3621 deletions
|
@ -2,9 +2,9 @@
|
|||
<title>NSMenuItemCell</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMenuItem.html">[Previous]</a>
|
||||
<a href ="Gui.html">[Up]</a>
|
||||
<a href ="NSMenuView.html">[Next]</a>
|
||||
<a href ="NSMenuItem.html">[Previous] </a>
|
||||
<a href ="Gui.html">[Up] </a>
|
||||
<a href ="NSMenuView.html">[Next] </a>
|
||||
<h1>NSMenuItemCell</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,31 +27,31 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMenuItemCell.html#method-0">-calcSize</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-1">-drawBorderAndBackgroundWithFrame:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-2">-drawImageWithFrame:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-3">-drawKeyEquivalentWithFrame:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-4">-drawSeparatorItemWithFrame:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-5">-drawStateImageWithFrame:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-6">-drawTitleWithFrame:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-7">-imageRectForBounds:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-8">-imageWidth</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-9">-isHighlighted</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-10">-keyEquivalentRectForBounds:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-11">-keyEquivalentWidth</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-12">-menuItem</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-13">-menuView</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-14">-needsDisplay</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-15">-needsSizing</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-16">-setHighlighted:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-17">-setMenuItem:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-18">-setMenuView:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-19">-setNeedsDisplay:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-20">-setNeedsSizing:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-21">-stateImageRectForBounds:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-22">-stateImageWidth</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-23">-titleRectForBounds:</a>
|
||||
<li><a href ="NSMenuItemCell.html#method-24">-titleWidth</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-0">-calcSize</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-1">-drawBorderAndBackgroundWithFrame:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-2">-drawImageWithFrame:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-3">-drawKeyEquivalentWithFrame:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-4">-drawSeparatorItemWithFrame:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-5">-drawStateImageWithFrame:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-6">-drawTitleWithFrame:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-7">-imageRectForBounds:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-8">-imageWidth</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-9">-isHighlighted</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-10">-keyEquivalentRectForBounds:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-11">-keyEquivalentWidth</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-12">-menuItem</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-13">-menuView</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-14">-needsDisplay</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-15">-needsSizing</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-16">-setHighlighted:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-17">-setMenuItem:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-18">-setMenuView:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-19">-setNeedsDisplay:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-20">-setNeedsSizing:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-21">-stateImageRectForBounds:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-22">-stateImageWidth</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-23">-titleRectForBounds:</a>
|
||||
<li ><a href ="NSMenuItemCell.html#method-24">-titleWidth</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">calcSize</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue