.\" Automatically generated by Pod::Man 4.10 (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 .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::ScaleButton 3pm" .TH Gtk2::ScaleButton 3pm "2019-09-16" "perl v5.28.1" "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" Gtk2::ScaleButton \- wrapper for GtkScaleButton .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 8 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget \& +\-\-\-\-Gtk2::Container \& +\-\-\-\-Gtk2::Bin \& +\-\-\-\-Gtk2::Button \& +\-\-\-\-Gtk2::ScaleButton .Ve .SH "INTERFACES" .IX Header "INTERFACES" .Vb 4 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable \& Gtk2::Activatable \& Gtk2::Orientable .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "widget = Gtk2::ScaleButton\->\fBnew\fP ($size, $min, $max, $step, ...)" .el .SS "widget = Gtk2::ScaleButton\->\fBnew\fP ($size, \f(CW$min\fP, \f(CW$max\fP, \f(CW$step\fP, ...)" .IX Subsection "widget = Gtk2::ScaleButton->new ($size, $min, $max, $step, ...)" .IP "\(bu" 4 \&\f(CW$size\fR (Gtk2::IconSize) .IP "\(bu" 4 \&\f(CW$min\fR (double) .IP "\(bu" 4 \&\f(CW$max\fR (double) .IP "\(bu" 4 \&\f(CW$step\fR (double) .IP "\(bu" 4 \&... (list) .ie n .SS "adjustment = $button\->\fBget_adjustment\fP" .el .SS "adjustment = \f(CW$button\fP\->\fBget_adjustment\fP" .IX Subsection "adjustment = $button->get_adjustment" .ie n .SS "$button\->\fBset_adjustment\fP ($adjustment)" .el .SS "\f(CW$button\fP\->\fBset_adjustment\fP ($adjustment)" .IX Subsection "$button->set_adjustment ($adjustment)" .IP "\(bu" 4 \&\f(CW$adjustment\fR (Gtk2::Adjustment) .ie n .SS "$button\->\fBset_icons\fP (...)" .el .SS "\f(CW$button\fP\->\fBset_icons\fP (...)" .IX Subsection "$button->set_icons (...)" .IP "\(bu" 4 \&... (list) .ie n .SS "widget = $button\->\fBget_minus_button\fP" .el .SS "widget = \f(CW$button\fP\->\fBget_minus_button\fP" .IX Subsection "widget = $button->get_minus_button" Since: gtk+ 2.14 .ie n .SS "orientation = $button\->\fBget_orientation\fP" .el .SS "orientation = \f(CW$button\fP\->\fBget_orientation\fP" .IX Subsection "orientation = $button->get_orientation" Since: gtk+ 2.14 .ie n .SS "$button\->\fBset_orientation\fP ($orientation)" .el .SS "\f(CW$button\fP\->\fBset_orientation\fP ($orientation)" .IX Subsection "$button->set_orientation ($orientation)" .IP "\(bu" 4 \&\f(CW$orientation\fR (Gtk2::Orientation) .PP Since: gtk+ 2.14 .ie n .SS "widget = $button\->\fBget_plus_button\fP" .el .SS "widget = \f(CW$button\fP\->\fBget_plus_button\fP" .IX Subsection "widget = $button->get_plus_button" Since: gtk+ 2.14 .ie n .SS "widget = $button\->\fBget_popup\fP" .el .SS "widget = \f(CW$button\fP\->\fBget_popup\fP" .IX Subsection "widget = $button->get_popup" Since: gtk+ 2.14 .ie n .SS "double = $button\->\fBget_value\fP" .el .SS "double = \f(CW$button\fP\->\fBget_value\fP" .IX Subsection "double = $button->get_value" .ie n .SS "$button\->\fBset_value\fP ($value)" .el .SS "\f(CW$button\fP\->\fBset_value\fP ($value)" .IX Subsection "$button->set_value ($value)" .IP "\(bu" 4 \&\f(CW$value\fR (double) .SH "PROPERTIES" .IX Header "PROPERTIES" .IP "'adjustment' (Gtk2::Adjustment : default undef : readable / writable / private)" 4 .IX Item "'adjustment' (Gtk2::Adjustment : default undef : readable / writable / private)" The GtkAdjustment that contains the current value of this scale button object .IP "'icons' (Glib::Strv : default undef : readable / writable / private)" 4 .IX Item "'icons' (Glib::Strv : default undef : readable / writable / private)" List of icon names .ie n .IP "'size' (Gtk2::IconSize : default ""small-toolbar"" : readable / writable / private)" 4 .el .IP "'size' (Gtk2::IconSize : default ``small-toolbar'' : readable / writable / private)" 4 .IX Item "'size' (Gtk2::IconSize : default small-toolbar : readable / writable / private)" The icon size .IP "'value' (double : default 0 : readable / writable / private)" 4 .IX Item "'value' (double : default 0 : readable / writable / private)" The value of the scale .SH "SIGNALS" .IX Header "SIGNALS" .IP "\fBpopdown\fR (Gtk2::ScaleButton)" 4 .IX Item "popdown (Gtk2::ScaleButton)" .PD 0 .IP "\fBpopup\fR (Gtk2::ScaleButton)" 4 .IX Item "popup (Gtk2::ScaleButton)" .IP "\fBvalue-changed\fR (Gtk2::ScaleButton, double)" 4 .IX Item "value-changed (Gtk2::ScaleButton, double)" .PD .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "enum Gtk2::IconSize" .IX Subsection "enum Gtk2::IconSize" .IP "\(bu" 4 \&'invalid' / '\s-1GTK_ICON_SIZE_INVALID\s0' .IP "\(bu" 4 \&'menu' / '\s-1GTK_ICON_SIZE_MENU\s0' .IP "\(bu" 4 \&'small\-toolbar' / '\s-1GTK_ICON_SIZE_SMALL_TOOLBAR\s0' .IP "\(bu" 4 \&'large\-toolbar' / '\s-1GTK_ICON_SIZE_LARGE_TOOLBAR\s0' .IP "\(bu" 4 \&'button' / '\s-1GTK_ICON_SIZE_BUTTON\s0' .IP "\(bu" 4 \&'dnd' / '\s-1GTK_ICON_SIZE_DND\s0' .IP "\(bu" 4 \&'dialog' / '\s-1GTK_ICON_SIZE_DIALOG\s0' .SS "enum Gtk2::Orientation" .IX Subsection "enum Gtk2::Orientation" .IP "\(bu" 4 \&'horizontal' / '\s-1GTK_ORIENTATION_HORIZONTAL\s0' .IP "\(bu" 4 \&'vertical' / '\s-1GTK_ORIENTATION_VERTICAL\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL.\s0 See Gtk2 for a full notice.