comparison doc/interpreter/octave.texi @ 19842:03adada53347

doc: Add ui* family of functions to Octave manual. * gui.txi: Add text and docstring entries for uicontextmenu, uicontrol, uipanel, uipushtool, uitoggletool, uitoolbar. * octave.texi: Regenerate @detailmenu.
author Rik <rik@octave.org>
date Mon, 23 Feb 2015 21:31:53 -0800
parents 4197fc428c7d
children 57379fcc1aec
comparison
equal deleted inserted replaced
19841:07b970d6cdfe 19842:03adada53347
503 * Two-Dimensional Plots:: 503 * Two-Dimensional Plots::
504 * Three-Dimensional Plots:: 504 * Three-Dimensional Plots::
505 * Plot Annotations:: 505 * Plot Annotations::
506 * Multiple Plots on One Page:: 506 * Multiple Plots on One Page::
507 * Multiple Plot Windows:: 507 * Multiple Plot Windows::
508 * Manipulation of Plot Objects::
508 * Manipulation of Plot Windows:: 509 * Manipulation of Plot Windows::
509 * Use of the @code{interpreter} Property:: 510 * Use of the @code{interpreter} Property::
510 * Printing and Saving Plots:: 511 * Printing and Saving Plots::
511 * Interacting with Plots:: 512 * Interacting with Plots::
512 * Test Plotting Functions:: 513 * Test Plotting Functions::
720 * Displaying Images:: 721 * Displaying Images::
721 * Representing Images:: 722 * Representing Images::
722 * Plotting on top of Images:: 723 * Plotting on top of Images::
723 * Color Conversion:: 724 * Color Conversion::
724 725
726 Audio Processing
727
728 * Audio File Utilities::
729 * Audio Device Information::
730 * Audio Player::
731 * Audio Recorder::
732 * Audio Data Processing::
733
734 Audio Player
735
736 * Playback::
737 * Player Properties::
738
739 Audio Recorder
740
741 * Recording::
742 * Data Retrieval::
743 * Recorder Properties::
744
725 Object Oriented Programming 745 Object Oriented Programming
726 746
727 * Creating a Class:: 747 * Creating a Class::
728 * Manipulating Classes:: 748 * Manipulating Classes::
729 * Indexing Objects:: 749 * Indexing Objects::
743 763
744 GUI Development 764 GUI Development
745 765
746 * I/O Dialogs:: 766 * I/O Dialogs::
747 * Progress Bar:: 767 * Progress Bar::
768 * UI Elements::
748 * GUI Utility Functions:: 769 * GUI Utility Functions::
749 * User-Defined Preferences:: 770 * User-Defined Preferences::
750 771
751 System Utilities 772 System Utilities
752 773
892 913
893 Grammar and Parser 914 Grammar and Parser
894 915
895 * Keywords:: 916 * Keywords::
896 * Parser:: 917 * Parser::
897
898 @end detailmenu 918 @end detailmenu
899 @end menu 919 @end menu
900 920
901 @c ------------------------------------------------------------------------ 921 @c ------------------------------------------------------------------------
902 922