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

  1. =head1 NAME
  2.  
  3. Gnome2::HRef
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Glib::InitiallyUnowned
  9.        +----Gtk2::Object
  10.             +----Gtk2::Widget
  11.                  +----Gtk2::Container
  12.                       +----Gtk2::Bin
  13.                            +----Gtk2::Button
  14.                                 +----Gnome2::HRef
  15.  
  16. =head1 INTERFACES
  17.  
  18.   Glib::Object::_Unregistered::AtkImplementorIface
  19.   Gtk2::Buildable
  20.  
  21.  
  22. =head1 METHODS
  23.  
  24. =head2 widget = Gnome2::HRef-E<gt>B<new> ($url, $text)
  25.  
  26. =over
  27.  
  28. =over
  29.  
  30. =item * $url (string) 
  31.  
  32. =item * $text (string) 
  33.  
  34. =back
  35.  
  36. =back
  37.  
  38. =head2 string = $href-E<gt>B<get_label> 
  39.  
  40. =over
  41.  
  42. =back
  43.  
  44. =head2 $href-E<gt>B<set_label> ($label)
  45.  
  46. =over
  47.  
  48. =over
  49.  
  50. =item * $label (string) 
  51.  
  52. =back
  53.  
  54. =back
  55.  
  56. =head2 string = $href-E<gt>B<get_text> 
  57.  
  58. =over
  59.  
  60. =back
  61.  
  62. =head2 $href-E<gt>B<set_text> ($text)
  63.  
  64. =over
  65.  
  66. =over
  67.  
  68. =item * $text (string) 
  69.  
  70. =back
  71.  
  72. =back
  73.  
  74. =head2 string = $href-E<gt>B<get_url> 
  75.  
  76. =over
  77.  
  78. =back
  79.  
  80. =head2 $href-E<gt>B<set_url> ($url)
  81.  
  82. =over
  83.  
  84. =over
  85.  
  86. =item * $url (string) 
  87.  
  88. =back
  89.  
  90. =back
  91.  
  92.  
  93. =head1 PROPERTIES
  94.  
  95. =over
  96.  
  97. =item 'text' (string : readable / writable)
  98.  
  99. The text on the button
  100.  
  101. =item 'url' (string : readable / writable)
  102.  
  103. The URL that GnomeHRef activates
  104.  
  105. =back
  106.  
  107.  
  108. =head1 SEE ALSO
  109.  
  110. L<Gnome2>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Bin>, L<Gtk2::Button>
  111.  
  112. =head1 COPYRIGHT
  113.  
  114. Copyright (C) 2003-2004 by the gtk2-perl team.
  115.  
  116. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  117.  
  118.  
  119. =cut
  120.  
  121.