Home
last modified time | relevance | path

Searched refs:Axis_Bottom (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/testgtk/
H A Dcommon.adb129 (Get_Axis (Plot, Axis_Bottom),
166 (Get_Axis (Plot, Axis_Bottom),
H A Dcreate_plot_realtime.adb201 Axis_Set_Title (Get_Axis (Active_Plot, Axis_Bottom), "Time");
H A Dcreate_plot.adb407 Axis_Use_Custom_Tick_Labels (Get_Axis (Plot, Axis_Bottom), True);
409 (Get_Axis (Plot, Axis_Bottom), "tick_label", My_Tick_Label'Access);
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/gtkextra/
H A Dcreate_plot_realtime.adb194 Axis_Set_Title (Get_Axis (Active_Plot, Axis_Bottom), "Time");
H A Dcreate_plot.adb400 Axis_Use_Custom_Tick_Labels (Get_Axis (Plot, Axis_Bottom), True);
402 (Get_Axis (Plot, Axis_Bottom), "tick_label", My_Tick_Label'Access);
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtk-extra-plot.ads178 type Plot_Axis_Pos is (Axis_Left, Axis_Right, Axis_Top, Axis_Bottom); literal