.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "Gnome2::Wnck::Application 3pm" .TH Gnome2::Wnck::Application 3pm "2017-07-23" "perl v5.26.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Gnome2::Wnck::Application \- an object representing a group of windows of the same application .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 2 \& Glib::Object \& +\-\-\-\-Gnome2::Wnck::Application .Ve .SH "METHODS" .IX Header "METHODS" .SS "application = Gnome2::Wnck::Application\->\fBget\fP ($xwindow)" .IX Subsection "application = Gnome2::Wnck::Application->get ($xwindow)" .IP "\(bu" 4 \&\f(CW$xwindow\fR (unsigned) .ie n .SS "pixbuf = $app\->\fBget_icon\fP" .el .SS "pixbuf = \f(CW$app\fP\->\fBget_icon\fP" .IX Subsection "pixbuf = $app->get_icon" .ie n .SS "boolean = $app\->\fBget_icon_is_fallback\fP" .el .SS "boolean = \f(CW$app\fP\->\fBget_icon_is_fallback\fP" .IX Subsection "boolean = $app->get_icon_is_fallback" .ie n .SS "string = $app\->\fBget_icon_name\fP" .el .SS "string = \f(CW$app\fP\->\fBget_icon_name\fP" .IX Subsection "string = $app->get_icon_name" .ie n .SS "pixbuf = $app\->\fBget_mini_icon\fP" .el .SS "pixbuf = \f(CW$app\fP\->\fBget_mini_icon\fP" .IX Subsection "pixbuf = $app->get_mini_icon" .ie n .SS "integer = $app\->\fBget_n_windows\fP" .el .SS "integer = \f(CW$app\fP\->\fBget_n_windows\fP" .IX Subsection "integer = $app->get_n_windows" .ie n .SS "string = $app\->\fBget_name\fP" .el .SS "string = \f(CW$app\fP\->\fBget_name\fP" .IX Subsection "string = $app->get_name" .ie n .SS "integer = $app\->\fBget_pid\fP" .el .SS "integer = \f(CW$app\fP\->\fBget_pid\fP" .IX Subsection "integer = $app->get_pid" .ie n .SS "string = $app\->\fBget_startup_id\fP" .el .SS "string = \f(CW$app\fP\->\fBget_startup_id\fP" .IX Subsection "string = $app->get_startup_id" .ie n .SS "list = $app\->\fBget_windows\fP" .el .SS "list = \f(CW$app\fP\->\fBget_windows\fP" .IX Subsection "list = $app->get_windows" Returns a list of WnckWindow's. .ie n .SS "unsigned = $app\->\fBget_xid\fP" .el .SS "unsigned = \f(CW$app\fP\->\fBget_xid\fP" .IX Subsection "unsigned = $app->get_xid" .SH "SIGNALS" .IX Header "SIGNALS" .IP "\fBicon-changed\fR (Gnome2::Wnck::Application)" 4 .IX Item "icon-changed (Gnome2::Wnck::Application)" .PD 0 .IP "\fBname-changed\fR (Gnome2::Wnck::Application)" 4 .IX Item "name-changed (Gnome2::Wnck::Application)" .PD .SH "SEE ALSO" .IX Header "SEE ALSO" Gnome2::Wnck, Glib::Object .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2006 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL.\s0 See Gnome2::Wnck for a full notice.