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:
Adam Fedor 2001-11-08 18:26:39 +00:00
parent 81915f4a3c
commit 04a3436aff
119 changed files with 4892 additions and 3621 deletions

View file

@ -2,9 +2,9 @@
<title>NSComboBox</title>
</head>
<body>
<a href ="NSColorWell.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSComboBoxCell.html">[Next]</a>
<a href ="NSColorWell.html">[Previous] </a>
<a href ="Gui.html">[Up] </a>
<a href ="NSComboBoxCell.html">[Next] </a>
<h1>NSComboBox</h1>
<h3>Authors </h3>
<dl>
@ -27,41 +27,41 @@
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSComboBox.html#method-1">-addItemWithObjectValue:</a>
<li><a href ="NSComboBox.html#method-0">-addItemsWithObjectValues:</a>
<li><a href ="NSComboBox.html#method-2">-completes</a>
<li><a href ="NSComboBox.html#method-3">-dataSource</a>
<li><a href ="NSComboBox.html#method-4">-deselectItemAtIndex:</a>
<li><a href ="NSComboBox.html#method-5">-encodeWithCoder:</a>
<li><a href ="NSComboBox.html#method-6">-hasVerticalScroller</a>
<li><a href ="NSComboBox.html#method-7">-indexOfItemWithObjectValue:</a>
<li><a href ="NSComboBox.html#method-8">-indexOfSelectedItem</a>
<li><a href ="NSComboBox.html#method-9">-initWithCoder:</a>
<li><a href ="NSComboBox.html#method-10">-insertItemWithObjectValue:</a>
<li><a href ="NSComboBox.html#method-11">-intercellSpacing</a>
<li><a href ="NSComboBox.html#method-12">-itemHeight</a>
<li><a href ="NSComboBox.html#method-13">-itemObjectValueAtIndex:</a>
<li><a href ="NSComboBox.html#method-14">-noteNumberOfItemsChanged</a>
<li><a href ="NSComboBox.html#method-15">-numberOfItems</a>
<li><a href ="NSComboBox.html#method-16">-numberOfVisibleItems</a>
<li><a href ="NSComboBox.html#method-17">-objectValueOfSelectedItem</a>
<li><a href ="NSComboBox.html#method-18">-objectValues</a>
<li><a href ="NSComboBox.html#method-19">-reloadData</a>
<li><a href ="NSComboBox.html#method-20">-removeAllItems</a>
<li><a href ="NSComboBox.html#method-21">-removeItemAtIndex:</a>
<li><a href ="NSComboBox.html#method-22">-removeItemWithObjectValue:</a>
<li><a href ="NSComboBox.html#method-23">-scrollItemAtIndexToTop:</a>
<li><a href ="NSComboBox.html#method-24">-scrollItemAtIndexToVisible:</a>
<li><a href ="NSComboBox.html#method-25">-selectItemAtIndex:</a>
<li><a href ="NSComboBox.html#method-26">-selectItemWithObjectValue:</a>
<li><a href ="NSComboBox.html#method-27">-setCompletes:</a>
<li><a href ="NSComboBox.html#method-28">-setDataSource:</a>
<li><a href ="NSComboBox.html#method-29">-setHasVerticalScroller:</a>
<li><a href ="NSComboBox.html#method-30">-setIntercellSpacing:</a>
<li><a href ="NSComboBox.html#method-31">-setItemHeight:</a>
<li><a href ="NSComboBox.html#method-32">-setNumberOfVisibleItems:</a>
<li><a href ="NSComboBox.html#method-33">-setUsesDataSource:</a>
<li><a href ="NSComboBox.html#method-34">-usesDataSource</a>
<li ><a href ="NSComboBox.html#method-1">-addItemWithObjectValue:</a>
<li ><a href ="NSComboBox.html#method-0">-addItemsWithObjectValues:</a>
<li ><a href ="NSComboBox.html#method-2">-completes</a>
<li ><a href ="NSComboBox.html#method-3">-dataSource</a>
<li ><a href ="NSComboBox.html#method-4">-deselectItemAtIndex:</a>
<li ><a href ="NSComboBox.html#method-5">-encodeWithCoder:</a>
<li ><a href ="NSComboBox.html#method-6">-hasVerticalScroller</a>
<li ><a href ="NSComboBox.html#method-7">-indexOfItemWithObjectValue:</a>
<li ><a href ="NSComboBox.html#method-8">-indexOfSelectedItem</a>
<li ><a href ="NSComboBox.html#method-9">-initWithCoder:</a>
<li ><a href ="NSComboBox.html#method-10">-insertItemWithObjectValue:</a>
<li ><a href ="NSComboBox.html#method-11">-intercellSpacing</a>
<li ><a href ="NSComboBox.html#method-12">-itemHeight</a>
<li ><a href ="NSComboBox.html#method-13">-itemObjectValueAtIndex:</a>
<li ><a href ="NSComboBox.html#method-14">-noteNumberOfItemsChanged</a>
<li ><a href ="NSComboBox.html#method-15">-numberOfItems</a>
<li ><a href ="NSComboBox.html#method-16">-numberOfVisibleItems</a>
<li ><a href ="NSComboBox.html#method-17">-objectValueOfSelectedItem</a>
<li ><a href ="NSComboBox.html#method-18">-objectValues</a>
<li ><a href ="NSComboBox.html#method-19">-reloadData</a>
<li ><a href ="NSComboBox.html#method-20">-removeAllItems</a>
<li ><a href ="NSComboBox.html#method-21">-removeItemAtIndex:</a>
<li ><a href ="NSComboBox.html#method-22">-removeItemWithObjectValue:</a>
<li ><a href ="NSComboBox.html#method-23">-scrollItemAtIndexToTop:</a>
<li ><a href ="NSComboBox.html#method-24">-scrollItemAtIndexToVisible:</a>
<li ><a href ="NSComboBox.html#method-25">-selectItemAtIndex:</a>
<li ><a href ="NSComboBox.html#method-26">-selectItemWithObjectValue:</a>
<li ><a href ="NSComboBox.html#method-27">-setCompletes:</a>
<li ><a href ="NSComboBox.html#method-28">-setDataSource:</a>
<li ><a href ="NSComboBox.html#method-29">-setHasVerticalScroller:</a>
<li ><a href ="NSComboBox.html#method-30">-setIntercellSpacing:</a>
<li ><a href ="NSComboBox.html#method-31">-setItemHeight:</a>
<li ><a href ="NSComboBox.html#method-32">-setNumberOfVisibleItems:</a>
<li ><a href ="NSComboBox.html#method-33">-setUsesDataSource:</a>
<li ><a href ="NSComboBox.html#method-34">-usesDataSource</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">addItemsWithObjectValues:</a></h3>