mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 02:20: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>NSButton</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSBundleAdditions.html">[Previous]</a>
|
||||
<a href ="Gui.html">[Up]</a>
|
||||
<a href ="NSButtonCell.html">[Next]</a>
|
||||
<a href ="NSBundleAdditions.html">[Previous] </a>
|
||||
<a href ="Gui.html">[Up] </a>
|
||||
<a href ="NSButtonCell.html">[Next] </a>
|
||||
<h1>NSButton</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,45 +27,45 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSButton.html#method-29">- setShowsBorderOnlyWhileMouseInside:</a>
|
||||
<li><a href ="NSButton.html#method-35">- showsBorderOnlyWhileMouseInside</a>
|
||||
<li><a href ="NSButton.html#method-0">-allowsMixedState</a>
|
||||
<li><a href ="NSButton.html#method-1">-alternateImage</a>
|
||||
<li><a href ="NSButton.html#method-2">-alternateTitle</a>
|
||||
<li><a href ="NSButton.html#method-3">-attributedAlternateTitle</a>
|
||||
<li><a href ="NSButton.html#method-4">-attributedTitle</a>
|
||||
<li><a href ="NSButton.html#method-5">-bezelStyle</a>
|
||||
<li><a href ="NSButton.html#method-6">-getPeriodicDelay:interval:</a>
|
||||
<li><a href ="NSButton.html#method-7">-highlight:</a>
|
||||
<li><a href ="NSButton.html#method-8">-imagePosition</a>
|
||||
<li><a href ="NSButton.html#method-9">-isBordered</a>
|
||||
<li><a href ="NSButton.html#method-10">-isTransparent</a>
|
||||
<li><a href ="NSButton.html#method-11">-keyEquivalent</a>
|
||||
<li><a href ="NSButton.html#method-12">-keyEquivalentModifierMask</a>
|
||||
<li><a href ="NSButton.html#method-13">-performClick:</a>
|
||||
<li><a href ="NSButton.html#method-14">-performKeyEquivalent:</a>
|
||||
<li><a href ="NSButton.html#method-15">-setAllowsMixedState:</a>
|
||||
<li><a href ="NSButton.html#method-16">-setAlternateImage:</a>
|
||||
<li><a href ="NSButton.html#method-17">-setAlternateTitle:</a>
|
||||
<li><a href ="NSButton.html#method-18">-setAttributedAlternateTitle:</a>
|
||||
<li><a href ="NSButton.html#method-19">-setAttributedTitle:</a>
|
||||
<li><a href ="NSButton.html#method-20">-setBezelStyle:</a>
|
||||
<li><a href ="NSButton.html#method-21">-setBordered:</a>
|
||||
<li><a href ="NSButton.html#method-22">-setButtonType:</a>
|
||||
<li><a href ="NSButton.html#method-23">-setImage:</a>
|
||||
<li><a href ="NSButton.html#method-24">-setImagePosition:</a>
|
||||
<li><a href ="NSButton.html#method-25">-setKeyEquivalent:</a>
|
||||
<li><a href ="NSButton.html#method-26">-setKeyEquivalentModifierMask:</a>
|
||||
<li><a href ="NSButton.html#method-27">-setNextState</a>
|
||||
<li><a href ="NSButton.html#method-28">-setPeriodicDelay:interval:</a>
|
||||
<li><a href ="NSButton.html#method-30">-setSound:</a>
|
||||
<li><a href ="NSButton.html#method-31">-setState:</a>
|
||||
<li><a href ="NSButton.html#method-32">-setTitle:</a>
|
||||
<li><a href ="NSButton.html#method-33">-setTitleWithMnemonic:</a>
|
||||
<li><a href ="NSButton.html#method-34">-setTransparent:</a>
|
||||
<li><a href ="NSButton.html#method-36">-sound</a>
|
||||
<li><a href ="NSButton.html#method-37">-state</a>
|
||||
<li><a href ="NSButton.html#method-38">-title</a>
|
||||
<li ><a href ="NSButton.html#method-29">- setShowsBorderOnlyWhileMouseInside:</a>
|
||||
<li ><a href ="NSButton.html#method-35">- showsBorderOnlyWhileMouseInside</a>
|
||||
<li ><a href ="NSButton.html#method-0">-allowsMixedState</a>
|
||||
<li ><a href ="NSButton.html#method-1">-alternateImage</a>
|
||||
<li ><a href ="NSButton.html#method-2">-alternateTitle</a>
|
||||
<li ><a href ="NSButton.html#method-3">-attributedAlternateTitle</a>
|
||||
<li ><a href ="NSButton.html#method-4">-attributedTitle</a>
|
||||
<li ><a href ="NSButton.html#method-5">-bezelStyle</a>
|
||||
<li ><a href ="NSButton.html#method-6">-getPeriodicDelay:interval:</a>
|
||||
<li ><a href ="NSButton.html#method-7">-highlight:</a>
|
||||
<li ><a href ="NSButton.html#method-8">-imagePosition</a>
|
||||
<li ><a href ="NSButton.html#method-9">-isBordered</a>
|
||||
<li ><a href ="NSButton.html#method-10">-isTransparent</a>
|
||||
<li ><a href ="NSButton.html#method-11">-keyEquivalent</a>
|
||||
<li ><a href ="NSButton.html#method-12">-keyEquivalentModifierMask</a>
|
||||
<li ><a href ="NSButton.html#method-13">-performClick:</a>
|
||||
<li ><a href ="NSButton.html#method-14">-performKeyEquivalent:</a>
|
||||
<li ><a href ="NSButton.html#method-15">-setAllowsMixedState:</a>
|
||||
<li ><a href ="NSButton.html#method-16">-setAlternateImage:</a>
|
||||
<li ><a href ="NSButton.html#method-17">-setAlternateTitle:</a>
|
||||
<li ><a href ="NSButton.html#method-18">-setAttributedAlternateTitle:</a>
|
||||
<li ><a href ="NSButton.html#method-19">-setAttributedTitle:</a>
|
||||
<li ><a href ="NSButton.html#method-20">-setBezelStyle:</a>
|
||||
<li ><a href ="NSButton.html#method-21">-setBordered:</a>
|
||||
<li ><a href ="NSButton.html#method-22">-setButtonType:</a>
|
||||
<li ><a href ="NSButton.html#method-23">-setImage:</a>
|
||||
<li ><a href ="NSButton.html#method-24">-setImagePosition:</a>
|
||||
<li ><a href ="NSButton.html#method-25">-setKeyEquivalent:</a>
|
||||
<li ><a href ="NSButton.html#method-26">-setKeyEquivalentModifierMask:</a>
|
||||
<li ><a href ="NSButton.html#method-27">-setNextState</a>
|
||||
<li ><a href ="NSButton.html#method-28">-setPeriodicDelay:interval:</a>
|
||||
<li ><a href ="NSButton.html#method-30">-setSound:</a>
|
||||
<li ><a href ="NSButton.html#method-31">-setState:</a>
|
||||
<li ><a href ="NSButton.html#method-32">-setTitle:</a>
|
||||
<li ><a href ="NSButton.html#method-33">-setTitleWithMnemonic:</a>
|
||||
<li ><a href ="NSButton.html#method-34">-setTransparent:</a>
|
||||
<li ><a href ="NSButton.html#method-36">-sound</a>
|
||||
<li ><a href ="NSButton.html#method-37">-state</a>
|
||||
<li ><a href ="NSButton.html#method-38">-title</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">allowsMixedState</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue