type Gtk_Scale_Button_Record is new Gtk.Button.Gtk_Button_Record with private;
type Gtk_Scale_Button is access all Gtk_Scale_Button_Record'Class;
Adjustment_Property : constant Glib.Properties.Property_Object;
Icons_Property : constant Glib.Properties.Property_Boxed;
Size_Property : constant Glib.Properties.Property_Enum;
Value_Property : constant Glib.Properties.Property_Double;
function Gtk_New
| ( | Size | : Gtk.Enums.Gtk_Icon_Size; |
| Min | : Gdouble; | |
| Max | : Gdouble; | |
| Step | : Gdouble; | |
| Icons | : Gtkada.Types.Chars_Ptr_Array) return Gtk_Scale_Button; |
function Get_Type return GType;
function Get_Adjustment
| ( | Button | : access Gtk_Scale_Button_Record) return Gtk.Adjustment.Gtk_Adjustment; |
function Get_Minus_Button
| ( | Button | : access Gtk_Scale_Button_Record) return Gtk.Widget.Gtk_Widget; |
function Get_Plus_Button
| ( | Button | : access Gtk_Scale_Button_Record) return Gtk.Widget.Gtk_Widget; |
function Get_Popup
| ( | Button | : access Gtk_Scale_Button_Record) return Gtk.Widget.Gtk_Widget; |
function Get_Value
| ( | Button | : access Gtk_Scale_Button_Record) return Gdouble; |
procedure Set_Value
| ( | Button | : access Gtk_Scale_Button_Record; |
| Value | : Gdouble); |
procedure Set_Adjustment
| ( | Button | : access Gtk_Scale_Button_Record; |
| Adjustment | : access Gtk.Adjustment.Gtk_Adjustment_Record'Class); |
procedure Set_Icons
| ( | Button | : access Gtk_Scale_Button_Record; |
| Icons | : Gtkada.Types.Chars_Ptr_Array); |
function Get_Orientation
| ( | Button | : access Gtk_Scale_Button_Record) return Gtk.Enums.Gtk_Orientation; |
procedure Set_Orientation
| ( | Button | : access Gtk_Scale_Button_Record; |
| Orientation | : Gtk.Enums.Gtk_Orientation); |
Binding from C File version 2.16.6