Clears the message stack of a status bar.
sub clear_sb_stack #( <name> )
Check function if SimpleGtk2 object xyz exists.
sub exist_object #( <name|widget> )
Converts a font array into a font string.
sub font_array_to_string #( <font_array> )
Converts a font string into a font array.
sub font_string_to_array #( <font_string> )
Returns current font string of a widget as an array.
sub get_font_array #( <name> )
Returns the current font string of a widget.
sub get_font_string #( <name> )
Returns the current font family of a widget.
sub get_fontfamily #( <name|widget> )
Returns the current font size of a widget.
sub get_fontsize #( <name|widget> )
Returns the current font weight of a widget.
sub get_fontweight #( <name|widget> )
Returns the image reference, the pixbuffer or the path.
sub get_image #( <name>, [<keyname>] )
Get the SimpleGtk2 widget hash from internal objects list.
sub get_object #( <name|widget> )
Returns the current position (in pixel) of a widget.
sub get_pos #( <name> )
Returns the current width and height (in pixel) of a widget.
sub get_size #( <name> )
Returns the textview reference, its’ textbuffer or the file path.
sub get_textview #( <name>, [<keyname>] )
Returns the title text of a widget or the active value of a combo box.
sub get_title #( <name> )
Returns the current tooltip text of a widget.
sub get_tooltip #( <name> )
Returns the treeview reference.
sub get_treeview #( <name>, [<keyname>] )
Returns a current value of a widget.
sub get_value #( <name>, <keyname>, or <keyname> = > <value> )
Get a Gtk2 widget reference of a SimpleGtk2 object.
sub get_widget #( <name> )
Hide a widget.
sub hide_widget #( <name> )
Base function to draw with the drawing area.
sub initial_draw #( <drawing_area_name>, <function>, [<data>] )
Internal die function if a fatal error occurs.
sub internal_die #( <msg> )
Returns the state of Check- and RadioButtons or for given combobox value/string.
sub is_active #( <name>, [<value/string>] )
Returns the sensitive state of a widget.
sub is_sensitive #( <name> )
Returns the state of a text whether it has an underline.
sub is_underlined #( <text> )
Creates a new GtkWindow, a toplevel window, that contain other widgets.
sub new_window #( Name = > <name>, Title = > <window title>, [Version => <version-string>], [Base => <font_size>], [Size => [width, height]], [Fixed => <0/1>], [Iconpath => <icon_path>], [ThemeIcon => <theme_icon_name>], [Statusbar => <show_time|1>] )
Removes a notebook page from a notebook.
sub remove_nb_page #( <nb_name>, <title|number> )
Removes a message from the status bar.
sub remove_sb_text #( [<name>], [<text>|<msg-id>] )
Removes a signal handler (signal-function pair) from a widget.
sub remove_signal_handler #( <name>, <signal> )