Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
tipwin.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <FL/fl_draw.H>
#include <FL/Fl.H>
#include <FL/Fl_Group.H>
#include <FL/Fl_Menu_Window.H>
#include <FL/Fl_Tooltip.H>
#include <FL/Fl_Button.H>
#include "prefs.h"
#include "tipwin.hh"
#include "dlib/dlib.h"
Include dependency graph for tipwin.cc:

Go to the source code of this file.

Functions

static void show_timeout (void *)
 
static void recent_timeout (void *)
 
TipWinmy_tipwin (void)
 

Function Documentation

◆ my_tipwin()

TipWin * my_tipwin ( void  )

◆ recent_timeout()

static void recent_timeout ( void *  )
static

Definition at line 122 of file tipwin.cc.

References my_tipwin(), and TipWin::recent_tooltip().

Referenced by TipWin::do_hide().

◆ show_timeout()

static void show_timeout ( void *  )
static

Definition at line 108 of file tipwin.cc.

References my_tipwin(), and TipWin::recent_tooltip().

Referenced by TipWin::do_hide(), and TipWin::do_show().