package Gtk.Text_View is
package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Text_View_Record, Gtk_Text_View);
package Implements_Gtk_Scrollable is new Glib.Types.Implements (Gtk.Scrollable.Gtk_Scrollable, Gtk_Text_View_Record, Gtk_Text_View);
type Gtk_Text_View_Record is new Gtk_Container_Record with null record;
type Gtk_Text_View is access all Gtk_Text_View_Record'Class;
type Cb_Gtk_Text_View_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class);
type Cb_GObject_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class);
type Cb_Gtk_Text_View_Gtk_Delete_Type_Gint_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class; The_Type : Gtk.Enums.Gtk_Delete_Type; Count : Gint);
type Cb_GObject_Gtk_Delete_Type_Gint_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class; The_Type : Gtk.Enums.Gtk_Delete_Type; Count : Gint);
type Cb_Gtk_Text_View_UTF8_String_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class; String : UTF8_String);
type Cb_GObject_UTF8_String_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class; String : UTF8_String);
type Cb_Gtk_Text_View_Gtk_Movement_Step_Gint_Boolean_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class; Step : Gtk.Enums.Gtk_Movement_Step; Count : Gint; Extend_Selection : Boolean);
type Cb_GObject_Gtk_Movement_Step_Gint_Boolean_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class; Step : Gtk.Enums.Gtk_Movement_Step; Count : Gint; Extend_Selection : Boolean);
type Cb_Gtk_Text_View_Gtk_Scroll_Step_Gint_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class; Step : Gtk.Enums.Gtk_Scroll_Step; Count : Gint);
type Cb_GObject_Gtk_Scroll_Step_Gint_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class; Step : Gtk.Enums.Gtk_Scroll_Step; Count : Gint);
type Cb_Gtk_Text_View_Gtk_Widget_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class; Popup : not null access Gtk.Widget.Gtk_Widget_Record'Class);
type Cb_GObject_Gtk_Widget_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class; Popup : not null access Gtk.Widget.Gtk_Widget_Record'Class);
type Cb_Gtk_Text_View_Boolean_Void is not null access procedure (Self : access Gtk_Text_View_Record'Class; Gtk_Select : Boolean);
type Cb_GObject_Boolean_Void is not null access procedure (Self : access Glib.Object.GObject_Record'Class; Gtk_Select : Boolean);
Accepts_Tab_Property : constant Glib.Properties.Property_Boolean;
Buffer_Property : constant Glib.Properties.Property_Object;
Cursor_Visible_Property : constant Glib.Properties.Property_Boolean;
Editable_Property : constant Glib.Properties.Property_Boolean;
Im_Module_Property : constant Glib.Properties.Property_String;
Indent_Property : constant Glib.Properties.Property_Int;
Input_Hints_Property : constant Gtk.Enums.Property_Gtk_Input_Hints;
Input_Purpose_Property : constant Gtk.Enums.Property_Gtk_Input_Purpose;
Justification_Property : constant Gtk.Enums.Property_Gtk_Justification;
Left_Margin_Property : constant Glib.Properties.Property_Int;
Overwrite_Property : constant Glib.Properties.Property_Boolean;
Pixels_Above_Lines_Property : constant Glib.Properties.Property_Int;
Pixels_Below_Lines_Property : constant Glib.Properties.Property_Int;
Pixels_Inside_Wrap_Property : constant Glib.Properties.Property_Int;
Populate_All_Property : constant Glib.Properties.Property_Boolean;
Right_Margin_Property : constant Glib.Properties.Property_Int;
Tabs_Property : constant Glib.Properties.Property_Boxed;
Wrap_Mode_Property : constant Gtk.Enums.Property_Gtk_Wrap_Mode;
Signal_Backspace : constant Glib.Signal_Name := "backspace";
Signal_Copy_Clipboard : constant Glib.Signal_Name := "copy-clipboard";
Signal_Cut_Clipboard : constant Glib.Signal_Name := "cut-clipboard";
Signal_Delete_From_Cursor : constant Glib.Signal_Name := "delete-from-cursor";
Signal_Insert_At_Cursor : constant Glib.Signal_Name := "insert-at-cursor";
Signal_Move_Cursor : constant Glib.Signal_Name := "move-cursor";
Signal_Move_Viewport : constant Glib.Signal_Name := "move-viewport";
Signal_Paste_Clipboard : constant Glib.Signal_Name := "paste-clipboard";
Signal_Populate_Popup : constant Glib.Signal_Name := "populate-popup";
Signal_Preedit_Changed : constant Glib.Signal_Name := "preedit-changed";
Signal_Select_All : constant Glib.Signal_Name := "select-all";
Signal_Set_Anchor : constant Glib.Signal_Name := "set-anchor";
Signal_Toggle_Cursor_Visible : constant Glib.Signal_Name := "toggle-cursor-visible";
Signal_Toggle_Overwrite : constant Glib.Signal_Name := "toggle-overwrite";
procedure Gtk_New
| ( | View | : out Gtk_Text_View); |
procedure Initialize
| ( | View | : not null access Gtk_Text_View_Record'Class); |
function Gtk_Text_View_New return Gtk_Text_View;
procedure Gtk_New
| ( | View | : out Gtk_Text_View; |
| Buffer | : not null access Gtk.Text_Buffer.Gtk_Text_Buffer_Record'Class); |
procedure Initialize
| ( | View | : not null access Gtk_Text_View_Record'Class; |
| Buffer | : not null access Gtk.Text_Buffer.Gtk_Text_Buffer_Record'Class); |
function Gtk_Text_View_New_With_Buffer
| ( | Buffer | : not null access Gtk.Text_Buffer.Gtk_Text_Buffer_Record'Class) return Gtk_Text_View; |
function Get_Type return Glib.GType;
procedure Add_Child_At_Anchor
| ( | View | : not null access Gtk_Text_View_Record; |
| Child | : not null access Gtk.Widget.Gtk_Widget_Record'Class; | |
| Anchor | : not null access Gtk.Text_Child_Anchor.Gtk_Text_Child_Anchor_Record'Class); |
procedure Add_Child_In_Window
| ( | View | : not null access Gtk_Text_View_Record; |
| Child | : not null access Gtk.Widget.Gtk_Widget_Record'Class; | |
| Which_Window | : Gtk.Enums.Gtk_Text_Window_Type; | |
| Xpos | : Gint; | |
| Ypos | : Gint); |
function Backward_Display_Line
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter) return Boolean; |
function Backward_Display_Line_Start
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter) return Boolean; |
procedure Buffer_To_Window_Coords
| ( | View | : not null access Gtk_Text_View_Record; |
| Win | : Gtk.Enums.Gtk_Text_Window_Type; | |
| Buffer_X | : Gint; | |
| Buffer_Y | : Gint; | |
| Window_X | : out Gint; | |
| Window_Y | : out Gint); |
function Forward_Display_Line
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter) return Boolean; |
function Forward_Display_Line_End
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter) return Boolean; |
function Get_Accepts_Tab
| ( | View | : not null access Gtk_Text_View_Record) return Boolean; |
procedure Set_Accepts_Tab
| ( | View | : not null access Gtk_Text_View_Record; |
| Accepts_Tab | : Boolean); |
function Get_Border_Window_Size
| ( | View | : not null access Gtk_Text_View_Record; |
| The_Type | : Gtk.Enums.Gtk_Text_Window_Type) return Gint; |
procedure Set_Border_Window_Size
| ( | View | : not null access Gtk_Text_View_Record; |
| The_Type | : Gtk.Enums.Gtk_Text_Window_Type; | |
| Size | : Gint); |
function Get_Buffer
| ( | View | : not null access Gtk_Text_View_Record) return Gtk.Text_Buffer.Gtk_Text_Buffer; |
procedure Set_Buffer
| ( | View | : not null access Gtk_Text_View_Record; |
| Buffer | : access Gtk.Text_Buffer.Gtk_Text_Buffer_Record'Class); |
procedure Get_Cursor_Locations
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter; | |
| Strong | : out Gdk.Rectangle.Gdk_Rectangle; | |
| Weak | : out Gdk.Rectangle.Gdk_Rectangle); |
function Get_Cursor_Visible
| ( | View | : not null access Gtk_Text_View_Record) return Boolean; |
procedure Set_Cursor_Visible
| ( | View | : not null access Gtk_Text_View_Record; |
| Setting | : Boolean); |
function Get_Default_Attributes
| ( | View | : not null access Gtk_Text_View_Record) return Gtk.Text_Attributes.Gtk_Text_Attributes; |
function Get_Editable
| ( | View | : not null access Gtk_Text_View_Record) return Boolean; |
procedure Set_Editable
| ( | View | : not null access Gtk_Text_View_Record; |
| Setting | : Boolean); |
function Get_Indent
| ( | View | : not null access Gtk_Text_View_Record) return Gint; |
procedure Set_Indent
| ( | View | : not null access Gtk_Text_View_Record; |
| Indent | : Gint); |
function Get_Input_Hints
| ( | View | : not null access Gtk_Text_View_Record) return Gtk.Enums.Gtk_Input_Hints; |
procedure Set_Input_Hints
| ( | View | : not null access Gtk_Text_View_Record; |
| Hints | : Gtk.Enums.Gtk_Input_Hints); |
function Get_Input_Purpose
| ( | View | : not null access Gtk_Text_View_Record) return Gtk.Enums.Gtk_Input_Purpose; |
procedure Set_Input_Purpose
| ( | View | : not null access Gtk_Text_View_Record; |
| Purpose | : Gtk.Enums.Gtk_Input_Purpose); |
procedure Get_Iter_At_Location
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : out Gtk.Text_Iter.Gtk_Text_Iter; | |
| X | : Gint; | |
| Y | : Gint); |
procedure Get_Iter_At_Position
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : out Gtk.Text_Iter.Gtk_Text_Iter; | |
| Trailing | : out Gint; | |
| X | : Gint; | |
| Y | : Gint); |
procedure Get_Iter_Location
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter; | |
| Location | : out Gdk.Rectangle.Gdk_Rectangle); |
function Get_Justification
| ( | View | : not null access Gtk_Text_View_Record) return Gtk.Enums.Gtk_Justification; |
procedure Set_Justification
| ( | View | : not null access Gtk_Text_View_Record; |
| Justification | : Gtk.Enums.Gtk_Justification); |
function Get_Left_Margin
| ( | View | : not null access Gtk_Text_View_Record) return Gint; |
procedure Set_Left_Margin
| ( | View | : not null access Gtk_Text_View_Record; |
| Left_Margin | : Gint); |
procedure Get_Line_At_Y
| ( | View | : not null access Gtk_Text_View_Record; |
| Target_Iter | : out Gtk.Text_Iter.Gtk_Text_Iter; | |
| Y | : Gint; | |
| Line_Top | : out Gint); |
procedure Get_Line_Yrange
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter; | |
| Y | : out Gint; | |
| Height | : out Gint); |
function Get_Overwrite
| ( | View | : not null access Gtk_Text_View_Record) return Boolean; |
procedure Set_Overwrite
| ( | View | : not null access Gtk_Text_View_Record; |
| Overwrite | : Boolean); |
function Get_Pixels_Above_Lines
| ( | View | : not null access Gtk_Text_View_Record) return Gint; |
procedure Set_Pixels_Above_Lines
| ( | View | : not null access Gtk_Text_View_Record; |
| Pixels_Above_Lines | : Gint); |
function Get_Pixels_Below_Lines
| ( | View | : not null access Gtk_Text_View_Record) return Gint; |
procedure Set_Pixels_Below_Lines
| ( | View | : not null access Gtk_Text_View_Record; |
| Pixels_Below_Lines | : Gint); |
function Get_Pixels_Inside_Wrap
| ( | View | : not null access Gtk_Text_View_Record) return Gint; |
procedure Set_Pixels_Inside_Wrap
| ( | View | : not null access Gtk_Text_View_Record; |
| Pixels_Inside_Wrap | : Gint); |
function Get_Right_Margin
| ( | View | : not null access Gtk_Text_View_Record) return Gint; |
procedure Set_Right_Margin
| ( | View | : not null access Gtk_Text_View_Record; |
| Right_Margin | : Gint); |
function Get_Tabs
| ( | View | : not null access Gtk_Text_View_Record) return Pango.Tabs.Pango_Tab_Array; |
procedure Set_Tabs
| ( | View | : not null access Gtk_Text_View_Record; |
| Tabs | : Pango.Tabs.Pango_Tab_Array); |
procedure Get_Visible_Rect
| ( | View | : not null access Gtk_Text_View_Record; |
| Visible_Rect | : out Gdk.Rectangle.Gdk_Rectangle); |
function Get_Window
| ( | View | : not null access Gtk_Text_View_Record; |
| Win | : Gtk.Enums.Gtk_Text_Window_Type) return Gdk.Gdk_Window; |
function Get_Window_Type
| ( | View | : not null access Gtk_Text_View_Record; |
| Window | : Gdk.Gdk_Window) return Gtk.Enums.Gtk_Text_Window_Type; |
function Get_Wrap_Mode
| ( | View | : not null access Gtk_Text_View_Record) return Gtk.Enums.Gtk_Wrap_Mode; |
procedure Set_Wrap_Mode
| ( | View | : not null access Gtk_Text_View_Record; |
| Wrap_Mode | : Gtk.Enums.Gtk_Wrap_Mode); |
function Im_Context_Filter_Keypress
| ( | View | : not null access Gtk_Text_View_Record; |
| Event | : Gdk.Event.Gdk_Event_Key) return Boolean; |
procedure Move_Child
| ( | View | : not null access Gtk_Text_View_Record; |
| Child | : not null access Gtk.Widget.Gtk_Widget_Record'Class; | |
| Xpos | : Gint; | |
| Ypos | : Gint); |
function Move_Mark_Onscreen
| ( | View | : not null access Gtk_Text_View_Record; |
| Mark | : not null access Gtk.Text_Mark.Gtk_Text_Mark_Record'Class) return Boolean; |
function Move_Visually
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter; | |
| Count | : Gint) return Boolean; |
function Place_Cursor_Onscreen
| ( | View | : not null access Gtk_Text_View_Record) return Boolean; |
procedure Reset_Im_Context
| ( | View | : not null access Gtk_Text_View_Record); |
procedure Scroll_Mark_Onscreen
| ( | View | : not null access Gtk_Text_View_Record; |
| Mark | : not null access Gtk.Text_Mark.Gtk_Text_Mark_Record'Class); |
function Scroll_To_Iter
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter; | |
| Within_Margin | : Gdouble; | |
| Use_Align | : Boolean; | |
| Xalign | : Gdouble; | |
| Yalign | : Gdouble) return Boolean; |
procedure Scroll_To_Mark
| ( | View | : not null access Gtk_Text_View_Record; |
| Mark | : not null access Gtk.Text_Mark.Gtk_Text_Mark_Record'Class; | |
| Within_Margin | : Gdouble; | |
| Use_Align | : Boolean; | |
| Xalign | : Gdouble; | |
| Yalign | : Gdouble); |
function Starts_Display_Line
| ( | View | : not null access Gtk_Text_View_Record; |
| Iter | : Gtk.Text_Iter.Gtk_Text_Iter) return Boolean; |
procedure Window_To_Buffer_Coords
| ( | View | : not null access Gtk_Text_View_Record; |
| Win | : Gtk.Enums.Gtk_Text_Window_Type; | |
| Window_X | : Gint; | |
| Window_Y | : Gint; | |
| Buffer_X | : out Gint; | |
| Buffer_Y | : out Gint); |
function Get_Hadjustment
| ( | Self | : not null access Gtk_Text_View_Record) return Gtk.Adjustment.Gtk_Adjustment; |
procedure Set_Hadjustment
| ( | Self | : not null access Gtk_Text_View_Record; |
| Hadjustment | : access Gtk.Adjustment.Gtk_Adjustment_Record'Class); |
function Get_Hscroll_Policy
| ( | Self | : not null access Gtk_Text_View_Record) return Gtk.Enums.Gtk_Scrollable_Policy; |
procedure Set_Hscroll_Policy
| ( | Self | : not null access Gtk_Text_View_Record; |
| Policy | : Gtk.Enums.Gtk_Scrollable_Policy); |
function Get_Vadjustment
| ( | Self | : not null access Gtk_Text_View_Record) return Gtk.Adjustment.Gtk_Adjustment; |
procedure Set_Vadjustment
| ( | Self | : not null access Gtk_Text_View_Record; |
| Vadjustment | : access Gtk.Adjustment.Gtk_Adjustment_Record'Class); |
function Get_Vscroll_Policy
| ( | Self | : not null access Gtk_Text_View_Record) return Gtk.Enums.Gtk_Scrollable_Policy; |
procedure Set_Vscroll_Policy
| ( | Self | : not null access Gtk_Text_View_Record; |
| Policy | : Gtk.Enums.Gtk_Scrollable_Policy); |
procedure On_Backspace
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Backspace
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Copy_Clipboard
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Copy_Clipboard
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Cut_Clipboard
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Cut_Clipboard
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Delete_From_Cursor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Gtk_Delete_Type_Gint_Void; | |
| After | : Boolean := False); |
procedure On_Delete_From_Cursor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Gtk_Delete_Type_Gint_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Insert_At_Cursor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_UTF8_String_Void; | |
| After | : Boolean := False); |
procedure On_Insert_At_Cursor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_UTF8_String_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Move_Cursor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Gtk_Movement_Step_Gint_Boolean_Void; | |
| After | : Boolean := False); |
procedure On_Move_Cursor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Gtk_Movement_Step_Gint_Boolean_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Move_Viewport
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Gtk_Scroll_Step_Gint_Void; | |
| After | : Boolean := False); |
procedure On_Move_Viewport
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Gtk_Scroll_Step_Gint_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Paste_Clipboard
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Paste_Clipboard
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Populate_Popup
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Gtk_Widget_Void; | |
| After | : Boolean := False); |
procedure On_Populate_Popup
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Gtk_Widget_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Preedit_Changed
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_UTF8_String_Void; | |
| After | : Boolean := False); |
procedure On_Preedit_Changed
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_UTF8_String_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Select_All
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Boolean_Void; | |
| After | : Boolean := False); |
procedure On_Select_All
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Boolean_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Set_Anchor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Set_Anchor
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Toggle_Cursor_Visible
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Toggle_Cursor_Visible
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
procedure On_Toggle_Overwrite
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_Gtk_Text_View_Void; | |
| After | : Boolean := False); |
procedure On_Toggle_Overwrite
| ( | Self | : not null access Gtk_Text_View_Record; |
| Call | : Cb_GObject_Void; | |
| Slot | : not null access Glib.Object.GObject_Record'Class; | |
| After | : Boolean := False); |
function "+"
| ( | Widget | : access Gtk_Text_View_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
| ( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Text_View renames Implements_Gtk_Buildable.To_Object; |
function "+"
| ( | Widget | : access Gtk_Text_View_Record'Class) return Gtk.Scrollable.Gtk_Scrollable renames Implements_Gtk_Scrollable.To_Interface; |
function "-"
| ( | Interf | : Gtk.Scrollable.Gtk_Scrollable) return Gtk_Text_View renames Implements_Gtk_Scrollable.To_Object; |