Package: tickle 0.1.1

tickle: Easily Build Tcl/Tk UIs

Wrap tcltk to make GUI creation easier.

Authors:mikefc

tickle_0.1.1.tar.gz
tickle_0.1.1.zip(r-4.5)tickle_0.1.1.zip(r-4.4)tickle_0.1.1.zip(r-4.3)
tickle_0.1.1.tgz(r-4.4-x86_64)tickle_0.1.1.tgz(r-4.4-arm64)tickle_0.1.1.tgz(r-4.3-x86_64)tickle_0.1.1.tgz(r-4.3-arm64)
tickle_0.1.1.tar.gz(r-4.5-noble)tickle_0.1.1.tar.gz(r-4.4-noble)
tickle_0.1.1.tgz(r-4.4-emscripten)tickle_0.1.1.tgz(r-4.3-emscripten)
tickle.pdf |tickle.html
tickle/json (API)
NEWS

# Install 'tickle' in R:
install.packages('tickle', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/coolbutuseless/tickle/issues

On CRAN:

53 exports 123 stars 4.38 score 0 dependencies 11 scripts

Last updated 2 years agofrom:a7dc9204b8. Checks:OK: 4 NOTE: 5. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 16 2024
R-4.5-win-x86_64NOTESep 16 2024
R-4.5-linux-x86_64NOTESep 16 2024
R-4.4-win-x86_64NOTESep 16 2024
R-4.4-mac-x86_64NOTESep 16 2024
R-4.4-mac-aarch64NOTESep 16 2024
R-4.3-win-x86_64OKSep 16 2024
R-4.3-mac-x86_64OKSep 16 2024
R-4.3-mac-aarch64OKSep 16 2024

Exports:bind_eventbind_optscanvas_arccanvas_clearcanvas_imagecanvas_linecanvas_ovalcanvas_plotcanvas_polygoncanvas_rectcanvas_savecanvas_textlaunch_idle_funclist_font_familieslist_themespack_optspopup_color_pickerpopup_messageboxpopup_open_filepopup_save_filereactive_chrreactive_dblreactive_intreactive_lglreactive_textboxrender_uiset_font_familyset_font_scaleset_themetic_buttontic_canvastic_checkbuttontic_coltic_comboboxtic_frametic_labeltic_labelframetic_menutic_menubuttontic_menuitemtic_notebooktic_panedwindowtic_progressbartic_radiobuttontic_rowtic_separatortic_sizegriptic_slidertic_spinboxtic_submenutic_textboxtic_textentrytic_window

Dependencies:

Button Images

Rendered fromimage.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-04
Started: 2022-06-04

Detailed Example

Rendered fromdetailed-example.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Fonts

Rendered fromfonts.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Hello World

Rendered fromhelloworld.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-06
Started: 2022-06-06

Idle Callback

Rendered fromidle.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-04
Started: 2022-06-03

Interactive Annotation of a ggplot

Rendered fromggreview.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Julia Set Explorer

Rendered fromjuliaset.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Popups

Rendered frompopups.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Reactive Values

Rendered fromreactive.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Widget Layout and Packing

Rendered frompacking.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Widget, Canvas and Container Gallery

Rendered fromwidgets.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2022-06-03
Started: 2022-06-03

Readme and manuals

Help Manual

Help pageTopics
Autocomplete helper for 'tic_ui' objects.DollarNames.tic_ui
Create a character representation of a 'tic_ui' objectas.character.tic_ui
Bind a command to a particular eventbind_event bind_opts
Draw an arc on a canvascanvas_arc
Clear the canvas of all objectscanvas_clear
Render an image a canvascanvas_image
Draw a line on a canvascanvas_line
Draw an oval on a canvascanvas_oval
Render a plot to the canvascanvas_plot
Draw a polygon on a canvascanvas_polygon
Draw a polygon on a canvascanvas_rect
Save the contents of the canvas to filecanvas_save
Draw text on a canvascanvas_text
Extract a nide from a 'tic_ui' treeextract_node_by_id
Format/print a reactive valueformat.reactive_textbox format.reactive_value print.reactive_value
Sanitize an argument list to replace any image paths with a tkimage objecthandle_images
Setup an idle callback to a user function at the given FPS while the window is alivelaunch_idle_func
List all the font families presentlist_font_families
Get a list of active themeslist_themes
Create a list of pack options used during widget creationpack_opts
Create a popup window for choosing a colourpopup_color_picker
Display a popup message boxpopup_messagebox
Dialogs for choosing a file to open and savepopup_open_file popup_save_file
print a tic_specprint.tic_spec
Print a 'tic_ui' objectprint.tic_ui
Create a reactive variablereactive_chr reactive_dbl reactive_int reactive_lgl reactive_textbox
Render a complete UI given a spec for a window with child elementsrender_ui
Set the font familyset_font_family
Globally scale the fonts in the rendered UIset_font_scale
Activate a known theme by nameset_theme
Button that runs a command when pressedtic_button
Create drawing surface widgettic_canvas
A button which toggles between two statestic_checkbutton
Combobox: text field with popdown selection listtic_combobox
Create a text labeltic_label
Container widgets with/without label labeltic_frame tic_labelframe
Create a toplevel menu bar.tic_menu
Button that pops down a menu when pressedtic_menubutton
Create a menu itemtic_menuitem
Notebook: Multi-paned container window i.e. a window with multiple tabs.tic_notebook
Panedwindow: Multi-pane container windowtic_panedwindow
Progressbar: Provide progress feedbacktic_progressbar
Radiobutton: Mutually exclusive option widgettic_radiobutton
Create a container element oriented as a row or column of elementstic_col tic_row
Separator: Separator bartic_separator
Sizegrip: Bottom-right corner resize widgettic_sizegrip
Slider: Create and manipulate a slider widgettic_slider
Spinbox: Selecting text field widgettic_spinbox
Create a submenu under a menubutton or menutic_submenu
textbox: multi-line text inputtic_textbox
Textentry: Editable text field widgettic_textentry
Create the top level windowtic_window