Struct libui_ng_sys::platform::unix::gtk_sys::GtkNotebook
source · pub struct GtkNotebook {
pub container: GtkContainer,
pub priv_: *mut *mut _GtkNotebookPrivate,
}Fields§
§container: GtkContainer§priv_: *mut *mut _GtkNotebookPrivateTrait Implementations§
source§impl Clone for GtkNotebook
impl Clone for GtkNotebook
source§fn clone(&self) -> GtkNotebook
fn clone(&self) -> GtkNotebook
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more