home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / AppBar.pod < prev    next >
Encoding:
Text File  |  2006-06-19  |  2.6 KB  |  215 lines

  1. =head1 NAME
  2.  
  3. Gnome2::AppBar
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Glib::Object::_Unregistered::GInitiallyUnowned
  9.        +----Gtk2::Object
  10.             +----Gtk2::Widget
  11.                  +----Gtk2::Container
  12.                       +----Gtk2::Box
  13.                            +----Gtk2::HBox
  14.                                 +----Gnome2::AppBar
  15.  
  16. =head1 INTERFACES
  17.  
  18.   Gtk2::Atk::ImplementorIface
  19.  
  20.  
  21. =head1 METHODS
  22.  
  23. =head2 widget = Gnome2::AppBar-E<gt>B<new> ($has_progress, $has_status, $interactivity)
  24.  
  25. =over
  26.  
  27. =over
  28.  
  29. =item * $has_progress (boolean) 
  30.  
  31. =item * $has_status (boolean) 
  32.  
  33. =item * $interactivity (Gnome2::PreferencesType) 
  34.  
  35. =back
  36.  
  37. =back
  38.  
  39. =head2 $appbar-E<gt>B<clear_prompt> 
  40.  
  41. =over
  42.  
  43. =back
  44.  
  45. =head2 $appbar-E<gt>B<clear_stack> 
  46.  
  47. =over
  48.  
  49. =back
  50.  
  51. =head2 $appbar-E<gt>B<set_default> ($default_status)
  52.  
  53. =over
  54.  
  55. =over
  56.  
  57. =item * $default_status (string) 
  58.  
  59. =back
  60.  
  61. =back
  62.  
  63. =head2 $appbar-E<gt>B<install_menu_hints> ($uiinfo)
  64.  
  65. =over
  66.  
  67. =over
  68.  
  69. =item * $uiinfo (Gnome2::UIInfo) 
  70.  
  71. =back
  72.  
  73. =back
  74.  
  75. =head2 $appbar-E<gt>B<pop> 
  76.  
  77. =over
  78.  
  79. =back
  80.  
  81. =head2 progressbar = $appbar-E<gt>B<get_progress> 
  82.  
  83. =over
  84.  
  85. =back
  86.  
  87. =head2 $appbar-E<gt>B<set_progress_percentage> ($percentage)
  88.  
  89. =over
  90.  
  91. =over
  92.  
  93. =item * $percentage (double) 
  94.  
  95. =back
  96.  
  97. =back
  98.  
  99. =head2 $appbar-E<gt>B<set_prompt> ($prompt, $modal)
  100.  
  101. =over
  102.  
  103. =over
  104.  
  105. =item * $prompt (string) 
  106.  
  107. =item * $modal (boolean) 
  108.  
  109. =back
  110.  
  111. =back
  112.  
  113. =head2 $appbar-E<gt>B<push> ($status)
  114.  
  115. =over
  116.  
  117. =over
  118.  
  119. =item * $status (string) 
  120.  
  121. =back
  122.  
  123. =back
  124.  
  125. =head2 $appbar-E<gt>B<refresh> 
  126.  
  127. =over
  128.  
  129. =back
  130.  
  131. =head2 string = $appbar-E<gt>B<get_response> 
  132.  
  133. =over
  134.  
  135. =back
  136.  
  137. =head2 widget = $appbar-E<gt>B<get_status> 
  138.  
  139. =over
  140.  
  141. =back
  142.  
  143. =head2 $appbar-E<gt>B<set_status> ($status)
  144.  
  145. =over
  146.  
  147. =over
  148.  
  149. =item * $status (string) 
  150.  
  151. =back
  152.  
  153. =back
  154.  
  155.  
  156. =head1 PROPERTIES
  157.  
  158. =over
  159.  
  160. =item 'has-progress' (boolean : readable / writable / construct)
  161.  
  162. Create a progress widget.
  163.  
  164. =item 'has-status' (boolean : readable / writable / construct)
  165.  
  166. Create a status widget.
  167.  
  168. =item 'interactivity' (Gnome2::PreferencesType : readable / writable / construct)
  169.  
  170. Level of user activity required.
  171.  
  172. =back
  173.  
  174.  
  175. =head1 SIGNALS
  176.  
  177. =over
  178.  
  179. =item B<user-response> (Gnome2::AppBar)
  180.  
  181. =item B<clear-prompt> (Gnome2::AppBar)
  182.  
  183. =back
  184.  
  185.  
  186. =head1 ENUMS AND FLAGS
  187.  
  188. =head2 enum Gnome2::PreferencesType
  189.  
  190. =over
  191.  
  192. =item * 'never' / 'GNOME_PREFERENCES_NEVER'
  193.  
  194. =item * 'user' / 'GNOME_PREFERENCES_USER'
  195.  
  196. =item * 'always' / 'GNOME_PREFERENCES_ALWAYS'
  197.  
  198. =back
  199.  
  200.  
  201.  
  202. =head1 SEE ALSO
  203.  
  204. L<Gnome2>, L<Glib::Object>, L<Glib::Object::_Unregistered::GInitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Box>, L<Gtk2::HBox>
  205.  
  206. =head1 COPYRIGHT
  207.  
  208. Copyright (C) 2003-2004 by the gtk2-perl team.
  209.  
  210. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  211.  
  212.  
  213. =cut
  214.  
  215.