Index

Package: Tool_Shell

Description

package Gtk.Tool_Shell is
The Gtk.Tool_Shell.Gtk_Tool_Shell interface allows container widgets to provide additional information when embedding Gtk.Tool_Item.Gtk_Tool_Item widgets.

Types

Gtk_Tool_Shell

type Gtk_Tool_Shell is new Glib.Types.GType_Interface;

Constants & Global variables

Null_Gtk_Tool_Shell (Gtk_Tool_Shell)

Null_Gtk_Tool_Shell : constant Gtk_Tool_Shell;

Subprograms & Entries

Get_Type

function Get_Type return Glib.GType;

Get_Ellipsize_Mode

function Get_Ellipsize_Mode 
(Self: Gtk_Tool_Shell) return Pango.Layout.Pango_Ellipsize_Mode;

Get_Icon_Size

function Get_Icon_Size 
(Self: Gtk_Tool_Shell) return Gtk.Enums.Gtk_Icon_Size;

Get_Orientation

function Get_Orientation 
(Self: Gtk_Tool_Shell) return Gtk.Enums.Gtk_Orientation;

Get_Relief_Style

function Get_Relief_Style 
(Self: Gtk_Tool_Shell) return Gtk.Enums.Gtk_Relief_Style;

Get_Text_Alignment

function Get_Text_Alignment 
(Self: Gtk_Tool_Shell) return Gfloat;

Get_Text_Orientation

function Get_Text_Orientation 
(Self: Gtk_Tool_Shell) return Gtk.Enums.Gtk_Orientation;

Get_Text_Size_Group

function Get_Text_Size_Group 
(Self: Gtk_Tool_Shell) return Gtk.Size_Group.Gtk_Size_Group;
Retrieves the current text size group for the tool shell. Tool items must not call this function directly, but rely on Gtk.Tool_Item.Get_Text_Size_Group instead. Since: gtk+ 2.20

Rebuild_Menu

procedure Rebuild_Menu 
(Self: Gtk_Tool_Shell);

+

function "+" 
(W: Gtk_Tool_Shell) return Gtk_Tool_Shell;