package Gtk.Tool_Shell is
type Gtk_Tool_Shell is new Glib.Types.GType_Interface;
Null_Gtk_Tool_Shell : constant Gtk_Tool_Shell;
function Get_Type return Glib.GType;
function Get_Ellipsize_Mode
( | Self | : Gtk_Tool_Shell) return Pango.Layout.Pango_Ellipsize_Mode; |
function Get_Icon_Size
( | Self | : Gtk_Tool_Shell) return Gtk.Enums.Gtk_Icon_Size; |
function Get_Orientation
( | Self | : Gtk_Tool_Shell) return Gtk.Enums.Gtk_Orientation; |
function Get_Relief_Style
( | Self | : Gtk_Tool_Shell) return Gtk.Enums.Gtk_Relief_Style; |
function Get_Style
( | Self | : Gtk_Tool_Shell) return Gtk.Enums.Gtk_Toolbar_Style; |
function Get_Text_Alignment
( | Self | : Gtk_Tool_Shell) return Gfloat; |
function Get_Text_Orientation
( | Self | : Gtk_Tool_Shell) return Gtk.Enums.Gtk_Orientation; |
function Get_Text_Size_Group
( | Self | : Gtk_Tool_Shell) return Gtk.Size_Group.Gtk_Size_Group; |
procedure Rebuild_Menu
( | Self | : Gtk_Tool_Shell); |
function "+"
( | W | : Gtk_Tool_Shell) return Gtk_Tool_Shell; |