Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 Scrolling
 Selectors(File/Font)
 set_font
 set_font_color
 set_image
 set_pos
 set_sb_text
 set_sensitive
 set_size
 set_textview
 set_title
 set_tooltip
 set_value
 set_values
 show
 show_and_run
 show_error
 show_filechooser_dialog
 show_fontselection_dialog
 show_message
 show_msg_dialog
 show_widget
 Signaling
 SimpleGtk2
 Special Feature
 Support Functions
T
 Thanks
 translate
 Tree and List Widgets
U
 use_gettext
W
 Widget Handling
 Windows
sub set_font #( <name>,  
 <font_string>,  
or [family, size, [weight]],  
or Family = > <Family>,
 Size = > <Size>,
 Weight = > <Weight>)
Set new font of a widget.
sub set_font_color #(<name>,
<color>,
[<state>])
Set new font color of a widget.
sub set_image #( Name = > <name>,
 Path = > <file_path>,
or Pixbuffer = > <pix_buffer_object>,
or Image = > <image_object>,
or Stock = > [<stock_name>, <stock_size>])
Sets a new image, stock icon, pixbuffer or file path.
sub set_pos #(<name>,
<new_x>,
<new_y>)
Sets the new position of a widget.
sub set_sb_text #([<name>],
<text>)
Sets/display a new status bar message.
sub set_sensitive #(<name|group>,
<state>)
Set sensitivity of a widget, a radio group or notebook page.
sub set_size #(<name>,
<new_width>,
<new_height>)
Sets the new size of a widget.
sub set_textview #( Name = > <name>,
 Path = > <file_path>,
or Textbuffer = > <text_buffer_object>,
or Text = > <text_string>)
Sets a new text, textbuffer or file path.
sub set_title #(<name>,
<new_title>)
Sets the new title text of a widget or the active value of a combo box.
sub set_tooltip #(<name>,
<tooltip_text>)
Sets a new tooltip text on a widget.
sub set_value #(<name>,  
<keyname> = > <new_value>)
Sets a new value for a widget.
sub set_values #(<name>,  
<keyname> = > <new_value>,
<keyname> = > <new_value>,
...  )
Set a bunch of new values for a widget.
sub show #()
Show toplevel window with all widgets without running Gtk2->main
sub show_and_run #()
Show toplevel window with all widgets and start Gtk2->main.
sub show_error #(<msg>)
Print an error message to standard error.
sub show_filechooser_dialog #(
   <name>,
   <filename|file|folder>
), or (<action_type>, <filename|file|folder>, <pattern|mimetype>, or [<name>, <pattern|mimetype>])
Shows a simple or normal filechooser dialog.
sub show_fontselection_dialog #(<name>) or (<family>, <size>, <weight>)
Shows simple or normal fontselection dialog.
sub show_message #(<msg>)
Print a message to standard error.
sub show_msg_dialog #( <name>,
 <message_text1>,
 <message_text2>,
or <dialog_type>,
 <message_type>,
 <message_text>)
Shows a standalone, simple or normal message dialog.
sub show_widget #(<name>)
Show a hidden widget.
A Rapid Application Development Library for Gtk+ version 2.
SimpleGtk2 has module support for FVWM to use it in conjunction with fvwm-perllib.
Common functions for signaling, object handling, etc.
sub translate #(<text>)
Translation function used to translate text parts interrupted by variables.
sub use_gettext #(<locale_paths>,
<translation_file>,
<codeset>)
Activate localization via gettext.
Close