Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
ui.hh File Reference
#include <FL/Fl_Window.H>
#include <FL/Fl_Widget.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Input.H>
#include <FL/Fl_Output.H>
#include <FL/Fl_Image.H>
#include <FL/Fl_Tabs.H>
#include "tipwin.hh"
#include "findbar.hh"
Include dependency graph for ui.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CustGroupHorizontal
 Used to reposition group's widgets when some of them are hidden. More...
 
class  CustGroupVertical
 
class  UI
 

Macros

#define UI_MIN_W   600
 
#define UI_MIN_H   200
 

Enumerations

enum  UIButton {
  UI_BACK = 0 , UI_FORW , UI_HOME , UI_RELOAD ,
  UI_SAVE , UI_STOP , UI_BOOK , UI_TOOLS ,
  UI_CLEAR , UI_SEARCH
}
 
enum  UIPanelmode { UI_NORMAL = 0 , UI_HIDDEN = 1 }
 

Macro Definition Documentation

◆ UI_MIN_H

#define UI_MIN_H   200

Definition at line 38 of file ui.hh.

◆ UI_MIN_W

#define UI_MIN_W   600

Definition at line 37 of file ui.hh.

Enumeration Type Documentation

◆ UIButton

enum UIButton
Enumerator
UI_BACK 
UI_FORW 
UI_HOME 
UI_RELOAD 
UI_SAVE 
UI_STOP 
UI_BOOK 
UI_TOOLS 
UI_CLEAR 
UI_SEARCH 

Definition at line 17 of file ui.hh.

◆ UIPanelmode

Enumerator
UI_NORMAL 

make sure it's compatible with bool

UI_HIDDEN 

Definition at line 30 of file ui.hh.