From 35308e5c22569135c877d5b1a204ac169b73d70c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 30 Jul 2002 14:57:02 +0000 Subject: Added Fl::get_boxtype() method. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2555 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation') diff --git a/documentation/Fl.html b/documentation/Fl.html index e240c5f06..5123c5939 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -80,6 +80,7 @@ state information and global methods for the current application.

  • focus
  • foreground
  • free_color
  • +
  • get_boxtype
  • get_color
  • get_font
  • get_font_name
  • @@ -704,6 +705,11 @@ between this and FL_WHITE. If overlay is non-zero then the color is freed from the overlay colormap. +

    Fl_Box_Draw_F *get_boxtype(Fl_Boxtype);

    + +

    Gets the current box drawing function for the specified box type. + +

    unsigned get_color(Fl_Color c);
    void get_color(Fl_Color c, uchar&r, uchar&g, uchar&b);

    -- cgit v1.2.3