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

  1. =head1 NAME
  2.  
  3. Gnome2::IconEntry
  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::VBox
  14.                                 +----Gnome2::IconEntry
  15.  
  16. =head1 INTERFACES
  17.  
  18.   Glib::Object::_Unregistered::AtkImplementorIface
  19.   Gtk2::Buildable
  20.  
  21.  
  22. =head1 METHODS
  23.  
  24. =head2 widget = Gnome2::IconEntry-E<gt>B<new> ($history_id, $browse_dialog_title)
  25.  
  26. =over
  27.  
  28. =over
  29.  
  30. =item * $history_id (string) 
  31.  
  32. =item * $browse_dialog_title (string) 
  33.  
  34. =back
  35.  
  36. =back
  37.  
  38. =head2 $ientry-E<gt>B<set_browse_dialog_title> ($browse_dialog_title)
  39.  
  40. =over
  41.  
  42. =over
  43.  
  44. =item * $browse_dialog_title (string) 
  45.  
  46. =back
  47.  
  48. =back
  49.  
  50. =head2 string = $ientry-E<gt>B<get_filename> 
  51.  
  52. =over
  53.  
  54. =back
  55.  
  56. =head2 boolean = $ientry-E<gt>B<set_filename> ($filename)
  57.  
  58. =over
  59.  
  60. =over
  61.  
  62. =item * $filename (string) 
  63.  
  64. =back
  65.  
  66. =back
  67.  
  68. =head2 $ientry-E<gt>B<set_history_id> ($history_id)
  69.  
  70. =over
  71.  
  72. =over
  73.  
  74. =item * $history_id (string) 
  75.  
  76. =back
  77.  
  78. =back
  79.  
  80. =head2 $ientry-E<gt>B<set_max_saved> ($max_saved)
  81.  
  82. =over
  83.  
  84. =over
  85.  
  86. =item * $max_saved (integer) 
  87.  
  88. =back
  89.  
  90. Since: libgnomeui 2.4
  91.  
  92. =back
  93.  
  94. =head2 widget or undef = $ientry-E<gt>B<pick_dialog> 
  95.  
  96. =over
  97.  
  98. =back
  99.  
  100. =head2 $ientry-E<gt>B<set_pixmap_subdir> ($subdir)
  101.  
  102. =over
  103.  
  104. =over
  105.  
  106. =item * $subdir (string) 
  107.  
  108. =back
  109.  
  110. =back
  111.  
  112.  
  113. =head1 PROPERTIES
  114.  
  115. =over
  116.  
  117. =item 'browse-dialog-title' (string : readable / writable)
  118.  
  119. Title for the Browse icon dialog.
  120.  
  121. =item 'filename' (string : readable / writable)
  122.  
  123. Filename that should be displayed in the icon entry.
  124.  
  125. =item 'history-id' (string : readable / writable)
  126.  
  127. Unique identifier for the icon entry.  This will be used to save the history list.
  128.  
  129. =item 'pick-dialog' (Gtk2::Dialog : readable)
  130.  
  131. Icon picker dialog.  You can use this property to get the GtkDialog if you need to modify or query any of its properties.
  132.  
  133. =item 'pixmap-subdir' (string : readable / writable)
  134.  
  135. Directory that will be searched for icons.
  136.  
  137. =back
  138.  
  139.  
  140. =head1 SIGNALS
  141.  
  142. =over
  143.  
  144. =item B<changed> (Gnome2::IconEntry)
  145.  
  146. =item B<browse> (Gnome2::IconEntry)
  147.  
  148. =back
  149.  
  150.  
  151. =head1 SEE ALSO
  152.  
  153. L<Gnome2>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Box>, L<Gtk2::VBox>
  154.  
  155. =head1 COPYRIGHT
  156.  
  157. Copyright (C) 2003-2004 by the gtk2-perl team.
  158.  
  159. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  160.  
  161.  
  162. =cut
  163.  
  164.