home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / AppBar.pod < prev    next >
Encoding:
Text File  |  2008-06-15  |  2.6 KB  |  216 lines

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