Description
A special kind of child that can be put in a Gtk_Plot_Canvas.
   
  
  
   Types
   
     - 
         type Gtk_Plot_Canvas_Plot is access all Gtk_Plot_Canvas_Plot_Record'Class; 
- 
         type Gtk_Plot_Canvas_Plot_Record is new Gtk_Plot_Canvas_Child_Record
     with private; 
- 
         type Plot_Canvas_Plot_Flags is mod 2 ** 8; 
- 
         type Plot_Canvas_Plot_Pos is
     (Plot_Out,
      Plot_In_Plot,
      Plot_In_Legends,
      Plot_In_Title,
      Plot_In_Axis,
      Plot_In_Data,
      Plot_In_Gradient,
      Plot_In_Marker); 
  
   
   
  
   Subprograms
   
     - 
- 
function Get_Pos
  (Child : access Gtk_Plot_Canvas_Plot_Record) return Plot_Canvas_Plot_Pos; 
- 
- 
function Get_Datapoint
  (Child : access Gtk_Plot_Canvas_Plot_Record) return Gint; 
- 
procedure Set_Flags
  (Child : access Gtk_Plot_Canvas_Plot_Record;
   Flags : Plot_Canvas_Plot_Flags); procedure Unset_Flags
  (Child : access Gtk_Plot_Canvas_Plot_Record;
   Flags : Plot_Canvas_Plot_Flags);