Class: Fox::FXIconList
- Inherits:
-
Object
- Object
- Fox::FXIconList
- Includes:
- Enumerable
- Defined in:
- lib/fox16/aliases.rb,
lib/fox16/iterators.rb
Instance Method Summary (collapse)
-
- (Object) anchorItem(*args)
:nodoc:.
-
- (Object) anchorItem=(*args)
:nodoc:.
-
- (Object) currentItem(*args)
:nodoc:.
-
- (Object) currentItem=(*args)
:nodoc:.
-
- (Object) cursorItem(*args)
:nodoc:.
-
- (Object) each
Calls block once for each item in the list, passing a reference to that item as a parameter.
-
- (Object) font(*args)
:nodoc:.
-
- (Object) font=(*args)
:nodoc:.
-
- (Object) header(*args)
:nodoc:.
-
- (Object) helpText(*args)
:nodoc:.
-
- (Object) helpText=(*args)
:nodoc:.
-
- (Object) itemAt(x, y)
:nodoc:.
-
- (Boolean) itemCurrent?(index)
:nodoc:.
-
- (Boolean) itemEnabled?(index)
:nodoc:.
-
- (Object) itemHeight(*args)
:nodoc:.
-
- (Boolean) itemSelected?(index)
:nodoc:.
-
- (Object) itemSpace(*args)
:nodoc:.
-
- (Object) itemSpace=(*args)
:nodoc:.
-
- (Boolean) itemVisible?(index)
:nodoc:.
-
- (Object) itemWidth(*args)
:nodoc:.
-
- (Object) listStyle(*args)
:nodoc:.
-
- (Object) listStyle=(*args)
:nodoc:.
-
- (Object) numCols(*args)
:nodoc:.
-
- (Object) numHeaders(*args)
:nodoc:.
-
- (Object) numItems(*args)
:nodoc:.
-
- (Object) numRows(*args)
:nodoc:.
-
- (Object) selBackColor(*args)
:nodoc:.
-
- (Object) selBackColor=(*args)
:nodoc:.
-
- (Object) selTextColor(*args)
:nodoc:.
-
- (Object) selTextColor=(*args)
:nodoc:.
-
- (Object) textColor(*args)
:nodoc:.
-
- (Object) textColor=(*args)
:nodoc:.
Instance Method Details
- (Object) anchorItem(*args)
:nodoc:
2365 2366 2367 |
# File 'lib/fox16/aliases.rb', line 2365 def anchorItem(*args) # :nodoc: getAnchorItem(*args) end |
- (Object) anchorItem=(*args)
:nodoc:
2368 2369 2370 |
# File 'lib/fox16/aliases.rb', line 2368 def anchorItem=(*args) # :nodoc: setAnchorItem(*args) end |
- (Object) currentItem(*args)
:nodoc:
2359 2360 2361 |
# File 'lib/fox16/aliases.rb', line 2359 def currentItem(*args) # :nodoc: getCurrentItem(*args) end |
- (Object) currentItem=(*args)
:nodoc:
2362 2363 2364 |
# File 'lib/fox16/aliases.rb', line 2362 def currentItem=(*args) # :nodoc: setCurrentItem(*args) end |
- (Object) cursorItem(*args)
:nodoc:
2371 2372 2373 |
# File 'lib/fox16/aliases.rb', line 2371 def cursorItem(*args) # :nodoc: getCursorItem(*args) end |
- (Object) each
Calls block once for each item in the list, passing a reference to that item as a parameter.
95 96 97 98 99 100 |
# File 'lib/fox16/iterators.rb', line 95 def each # :yields: anIconItem 0.upto(numItems - 1) do |i| yield getItem(i) end self end |
- (Object) font(*args)
:nodoc:
2374 2375 2376 |
# File 'lib/fox16/aliases.rb', line 2374 def font(*args) # :nodoc: getFont(*args) end |
- (Object) font=(*args)
:nodoc:
2377 2378 2379 |
# File 'lib/fox16/aliases.rb', line 2377 def font=(*args) # :nodoc: setFont(*args) end |
- (Object) header(*args)
:nodoc:
2332 2333 2334 |
# File 'lib/fox16/aliases.rb', line 2332 def header(*args) # :nodoc: getHeader(*args) end |
- (Object) helpText(*args)
:nodoc:
2410 2411 2412 |
# File 'lib/fox16/aliases.rb', line 2410 def helpText(*args) # :nodoc: getHelpText(*args) end |
- (Object) helpText=(*args)
:nodoc:
2413 2414 2415 |
# File 'lib/fox16/aliases.rb', line 2413 def helpText=(*args) # :nodoc: setHelpText(*args) end |
- (Object) itemAt(x, y)
:nodoc:
2344 2345 2346 |
# File 'lib/fox16/aliases.rb', line 2344 def itemAt(x, y) # :nodoc: getItemAt(x, y) end |
- (Boolean) itemCurrent?(index)
:nodoc:
2350 2351 2352 |
# File 'lib/fox16/aliases.rb', line 2350 def itemCurrent?(index) # :nodoc: isItemCurrent(index) end |
- (Boolean) itemEnabled?(index)
:nodoc:
2356 2357 2358 |
# File 'lib/fox16/aliases.rb', line 2356 def itemEnabled?(index) # :nodoc: isItemEnabled(index) end |
- (Object) itemHeight(*args)
:nodoc:
2341 2342 2343 |
# File 'lib/fox16/aliases.rb', line 2341 def itemHeight(*args) # :nodoc: getItemHeight(*args) end |
- (Boolean) itemSelected?(index)
:nodoc:
2347 2348 2349 |
# File 'lib/fox16/aliases.rb', line 2347 def itemSelected?(index) # :nodoc: isItemSelected(index) end |
- (Object) itemSpace(*args)
:nodoc:
2398 2399 2400 |
# File 'lib/fox16/aliases.rb', line 2398 def itemSpace(*args) # :nodoc: getItemSpace(*args) end |
- (Object) itemSpace=(*args)
:nodoc:
2401 2402 2403 |
# File 'lib/fox16/aliases.rb', line 2401 def itemSpace=(*args) # :nodoc: setItemSpace(*args) end |
- (Boolean) itemVisible?(index)
:nodoc:
2353 2354 2355 |
# File 'lib/fox16/aliases.rb', line 2353 def itemVisible?(index) # :nodoc: isItemVisible(index) end |
- (Object) itemWidth(*args)
:nodoc:
2338 2339 2340 |
# File 'lib/fox16/aliases.rb', line 2338 def itemWidth(*args) # :nodoc: getItemWidth(*args) end |
- (Object) listStyle(*args)
:nodoc:
2404 2405 2406 |
# File 'lib/fox16/aliases.rb', line 2404 def listStyle(*args) # :nodoc: getListStyle(*args) end |
- (Object) listStyle=(*args)
:nodoc:
2407 2408 2409 |
# File 'lib/fox16/aliases.rb', line 2407 def listStyle=(*args) # :nodoc: setListStyle(*args) end |
- (Object) numCols(*args)
:nodoc:
2329 2330 2331 |
# File 'lib/fox16/aliases.rb', line 2329 def numCols(*args) # :nodoc: getNumCols(*args) end |
- (Object) numHeaders(*args)
:nodoc:
2335 2336 2337 |
# File 'lib/fox16/aliases.rb', line 2335 def numHeaders(*args) # :nodoc: getNumHeaders(*args) end |
- (Object) numItems(*args)
:nodoc:
2323 2324 2325 |
# File 'lib/fox16/aliases.rb', line 2323 def numItems(*args) # :nodoc: getNumItems(*args) end |
- (Object) numRows(*args)
:nodoc:
2326 2327 2328 |
# File 'lib/fox16/aliases.rb', line 2326 def numRows(*args) # :nodoc: getNumRows(*args) end |
- (Object) selBackColor(*args)
:nodoc:
2386 2387 2388 |
# File 'lib/fox16/aliases.rb', line 2386 def selBackColor(*args) # :nodoc: getSelBackColor(*args) end |
- (Object) selBackColor=(*args)
:nodoc:
2389 2390 2391 |
# File 'lib/fox16/aliases.rb', line 2389 def selBackColor=(*args) # :nodoc: setSelBackColor(*args) end |
- (Object) selTextColor(*args)
:nodoc:
2392 2393 2394 |
# File 'lib/fox16/aliases.rb', line 2392 def selTextColor(*args) # :nodoc: getSelTextColor(*args) end |
- (Object) selTextColor=(*args)
:nodoc:
2395 2396 2397 |
# File 'lib/fox16/aliases.rb', line 2395 def selTextColor=(*args) # :nodoc: setSelTextColor(*args) end |
- (Object) textColor(*args)
:nodoc:
2380 2381 2382 |
# File 'lib/fox16/aliases.rb', line 2380 def textColor(*args) # :nodoc: getTextColor(*args) end |
- (Object) textColor=(*args)
:nodoc:
2383 2384 2385 |
# File 'lib/fox16/aliases.rb', line 2383 def textColor=(*args) # :nodoc: setTextColor(*args) end |