Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
CustGroupHorizontal Class Reference

Used to reposition group's widgets when some of them are hidden. More...

#include <ui.hh>

Public Member Functions

 CustGroupHorizontal (int x, int y, int w, int h, const char *l=0)
 
void rearrange ()
 

Private Attributes

Fl_Widget * rsz
 

Detailed Description

Used to reposition group's widgets when some of them are hidden.

All children get the height of the group but retain their original width. The resizable child get's the remaining space.

Definition at line 51 of file ui.hh.

Constructor & Destructor Documentation

◆ CustGroupHorizontal()

CustGroupHorizontal::CustGroupHorizontal ( int  x,
int  y,
int  w,
int  h,
const char *  l = 0 
)
inline

Definition at line 54 of file ui.hh.

Member Function Documentation

◆ rearrange()

void CustGroupHorizontal::rearrange ( )
inline

Definition at line 57 of file ui.hh.

References rsz.

Referenced by UI::customize(), UI::make_panel(), UI::make_status_bar(), UI::panels_toggle(), and UI::set_bug_prog().

Member Data Documentation

◆ rsz

Fl_Widget* CustGroupHorizontal::rsz
private

Definition at line 52 of file ui.hh.

Referenced by rearrange().


The documentation for this class was generated from the following file: