A smart table widget for fltk-rs. It aims to reduce the amount of boilerplate required to create a table. Usage [dependencies] fltk = "1.4" fltk-table = "0.3" Example use fltk::{ app, enums, prelude::{GroupExt, WidgetExt}, window, }; use fltk_table::{SmartTable, TableOpts}; fn...
A smart table widget for fltk-rs. Contribute to fltk-rs/fltk-table development by creating an account on GitHub.
Test table size: 170×336mmMeasurement accuracy: ±2%Slider movement speed :(0-150) mm/min (adjustable)Slider stroke: 0-150mm (adjustable)Force range: 0-5NExternal dimensions: 500×335×220 mmPower supply: AC220V, 50Hz Configuration: Mainframe, specia...
A smart table widget for fltk-rs. Contribute to fltk-rs/fltk-table development by creating an account on GitHub.
20 changes: 20 additions & 0 deletions 20 src/lib.rs @@ -430,6 +430,16 @@ impl SmartTable { self.table.set_rows(self.table.rows()+1); } /// Append an empty row to your table pub fn append_empty_row(&mut self, val: &str) { let mut data = self.data.try_lock().unwrap...
TableRow SmartTable (via the fltk-table crate) Trees Tree TreeItemDrawing primitives(In the draw module)Surface types:Printer. ImageSurface. SvgFileSurface.GUI designerfltk-rs supports FLUID, the RAD wysiwyg designer for FLTK. Checkout the fl2rust crate and fl2rust template.FLTK...
description = "A smart table widget for fltk-rs"94 changes: 53 additions & 41 deletions 94 src/lib.rs @@ -207,7 +207,7 @@ impl SmartTable {/// Sets the tables options pub fn set_opts(&mut self, opts: TableOpts) { let mut data = self.data.lock().unwrap(); ...
serde_json5 = "0.1" # for json5 serde-xml-rs = "0.6" # for xml serde_yaml = "0.9" # for yaml toml = "0.7" # for toml serde-lexpr = "0.1.2" # for an s-expression description Since we're gonna use json, we'll create a json file and let's call it gui.json: { "...
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar"> Expand Down 4 changes: 2 additions & 2 deletions 4 docs/Custom-Widgets.html Show comments View file Edit file Delete file This...
{ "a_rsqual", "Audio Resampler", "0 = Sinc (Best), 1 = Sinc (Medium), 2 = Sinc (Fast), 3 = Zero Order Hold, 4 = Linear", "Set the frontend's audio resampling quality. Use Sinc unless you are on extremely weak hardware.",4 changes: 4 additions & 0 deletions 4 source/fl...