Struct relm4::factory::positions::TabPageInfo
source · pub struct TabPageInfo {
pub tooltip: Option<String>,
pub title: Option<String>,
}
Expand description
Position (or rather information) for a tab page.
Fields§
§tooltip: Option<String>
The tooltip of the tab page.
title: Option<String>
The title of the tab page.