mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:50:48 +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>NSPopUpButton</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSPasteboard.html">[Previous]</a>
|
||||
<a href ="Gui.html">[Up]</a>
|
||||
<a href ="NSPopUpButtonCell.html">[Next]</a>
|
||||
<a href ="NSPasteboard.html">[Previous] </a>
|
||||
<a href ="Gui.html">[Up] </a>
|
||||
<a href ="NSPopUpButtonCell.html">[Next] </a>
|
||||
<h1>NSPopUpButton</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,42 +27,42 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSPopUpButton.html#method-0">-addItemWithTitle:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-1">-addItemsWithTitles:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-2">-autoenablesItems</a>
|
||||
<li><a href ="NSPopUpButton.html#method-3">-indexOfItem:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-4">-indexOfItemWithRepresentedObject:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-5">-indexOfItemWithTag:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-6">-indexOfItemWithTarget:andAction:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-7">-indexOfItemWithTitle:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-8">-indexOfSelectedItem</a>
|
||||
<li><a href ="NSPopUpButton.html#method-9">-initWithFrame:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-10">-insertItemWithTitle:atIndex:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-11">-itemArray</a>
|
||||
<li><a href ="NSPopUpButton.html#method-12">-itemAtIndex:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-13">-itemTitleAtIndex:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-14">-itemTitles</a>
|
||||
<li><a href ="NSPopUpButton.html#method-15">-itemWithTitle:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-16">-lastItem</a>
|
||||
<li><a href ="NSPopUpButton.html#method-17">-menu</a>
|
||||
<li><a href ="NSPopUpButton.html#method-18">-numberOfItems</a>
|
||||
<li><a href ="NSPopUpButton.html#method-19">-preferredEdge</a>
|
||||
<li><a href ="NSPopUpButton.html#method-20">-pullsDown</a>
|
||||
<li><a href ="NSPopUpButton.html#method-21">-removeAllItems</a>
|
||||
<li><a href ="NSPopUpButton.html#method-22">-removeItemAtIndex:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-23">-removeItemWithTitle:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-25">-selectItem</a>
|
||||
<li><a href ="NSPopUpButton.html#method-26">-selectItemAtIndex:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-27">-selectItemWithTitle:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-24">-selectedItem</a>
|
||||
<li><a href ="NSPopUpButton.html#method-28">-setAutoenablesItems:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-29">-setFont:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-30">-setMenu:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-31">-setPreferredEdge:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-32">-setPullsDown:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-33">-setTitle:</a>
|
||||
<li><a href ="NSPopUpButton.html#method-34">-synchronizeTitleAndSelectedItem</a>
|
||||
<li><a href ="NSPopUpButton.html#method-35">-titleOfSelectedItem</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-0">-addItemWithTitle:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-1">-addItemsWithTitles:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-2">-autoenablesItems</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-3">-indexOfItem:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-4">-indexOfItemWithRepresentedObject:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-5">-indexOfItemWithTag:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-6">-indexOfItemWithTarget:andAction:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-7">-indexOfItemWithTitle:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-8">-indexOfSelectedItem</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-9">-initWithFrame:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-10">-insertItemWithTitle:atIndex:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-11">-itemArray</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-12">-itemAtIndex:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-13">-itemTitleAtIndex:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-14">-itemTitles</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-15">-itemWithTitle:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-16">-lastItem</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-17">-menu</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-18">-numberOfItems</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-19">-preferredEdge</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-20">-pullsDown</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-21">-removeAllItems</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-22">-removeItemAtIndex:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-23">-removeItemWithTitle:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-25">-selectItem</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-26">-selectItemAtIndex:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-27">-selectItemWithTitle:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-24">-selectedItem</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-28">-setAutoenablesItems:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-29">-setFont:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-30">-setMenu:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-31">-setPreferredEdge:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-32">-setPullsDown:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-33">-setTitle:</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-34">-synchronizeTitleAndSelectedItem</a>
|
||||
<li ><a href ="NSPopUpButton.html#method-35">-titleOfSelectedItem</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">addItemWithTitle:</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue