File: ImageScrollWin.xs

package info (click to toggle)
libgtk2-imageview-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 224 kB
  • ctags: 42
  • sloc: perl: 457; makefile: 52; ansic: 27
file content (42 lines) | stat: -rw-r--r-- 973 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#include "gtkimageviewperl.h"


MODULE = Gtk2::ImageView::ScrollWin  PACKAGE = Gtk2::ImageView::ScrollWin  PREFIX = gtk_image_scroll_win_

=for object Gtk2::ImageView::ScrollWin Scrollable window suitable for Gtk2::ImageView.

=head1 DESCRIPTION

Gtk2::ImageView::ScrollWin provides a widget similar in appearance to Gtk2::ScrollWin that is more suitable for displaying Gtk2::ImageView's.

=cut


=for apidoc

Creates a new Gtk2::ImageView::ScrollWin containing the Gtk2::ImageView.

The widget is built using four subwidgets arranged inside a Gtk2::Table with two columns and two rows. Two scrollbars, one navigator button (the decorations) and one Gtk2::ImageView.

When the Gtk2::ImageView fits inside the window, the decorations are hidden.

=over

=item view : a Gtk2::ImageView to show.

=back

=head3 Returns

=over

=item A new Gtk2::ImageView::ScrollWin.

=back

=cut
GtkWidget_ornull *
gtk_image_scroll_win_new (class, view)
		GtkImageView *	view
	C_ARGS:
		view