.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" 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 .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . 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 3" .TH Gtk2::ScaleButton 3 2023-07-25 "perl v5.38.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 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 / static-nick / static-blurb)" 4 .IX Item "'adjustment' (Gtk2::Adjustment : default undef : readable / writable / private / static-nick / static-blurb)" The GtkAdjustment that contains the current value of this scale button object .IP "'icons' (Glib::Strv : default undef : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'icons' (Glib::Strv : default undef : readable / writable / private / static-nick / static-blurb)" List of icon names .IP "'size' (Gtk2::IconSize : default ""small-toolbar"" : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'size' (Gtk2::IconSize : default ""small-toolbar"" : readable / writable / private / static-nick / static-blurb)" The icon size .IP "'value' (double : default 0 : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'value' (double : default 0 : readable / writable / private / static-nick / static-blurb)" 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' / 'GTK_ICON_SIZE_INVALID' .IP \(bu 4 \&'menu' / 'GTK_ICON_SIZE_MENU' .IP \(bu 4 \&'small\-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' .IP \(bu 4 \&'large\-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' .IP \(bu 4 \&'button' / 'GTK_ICON_SIZE_BUTTON' .IP \(bu 4 \&'dnd' / 'GTK_ICON_SIZE_DND' .IP \(bu 4 \&'dialog' / 'GTK_ICON_SIZE_DIALOG' .SS "enum Gtk2::Orientation" .IX Subsection "enum Gtk2::Orientation" .IP \(bu 4 \&'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' .IP \(bu 4 \&'vertical' / 'GTK_ORIENTATION_VERTICAL' .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 LGPL. See Gtk2 for a full notice.