File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2154,6 +2154,17 @@ package body Gtkada.MDI is
21542154 end if ;
21552155 end Get_Tab_Orientation ;
21562156
2157+ -- -----------------
2158+ -- Get_Tab_Label --
2159+ -- -----------------
2160+
2161+ function Get_Tab_Label
2162+ (Child : not null access MDI_Child_Record'Class)
2163+ return Gtk.Label.Gtk_Label is
2164+ begin
2165+ return Child.Tab_Label;
2166+ end Get_Tab_Label ;
2167+
21572168 -- --------------------------------
21582169 -- Button_Pressed_On_Title_Icon --
21592170 -- --------------------------------
Original file line number Diff line number Diff line change @@ -405,6 +405,11 @@ package Gtkada.MDI is
405405 return Tab_Orientation_Type;
406406 -- Return the child's tab orientation
407407
408+ function Get_Tab_Label
409+ (Child : not null access MDI_Child_Record'Class)
410+ return Gtk.Label.Gtk_Label;
411+ -- Return the child's tab label
412+
408413 function Get_Child_Notebook
409414 (Child : access MDI_Child_Record'Class) return Gtk.Notebook.Gtk_Notebook;
410415 -- Return the notebook that directly contains Child
You can’t perform that action at this time.
0 commit comments