Displaying 6 results from an estimated 6 matches for "padx".
Did you mean:
pad
2008 Nov 03
1
possible tcltk event loop problem
...LogWindow(), and OutputWindow()
simply return their respective tk windows.
These windows are also similarly placed in the master Rcmdr window (slightly
edited):
tkgrid(.log, logYscroll, sticky="news", columnspan=2)
tkgrid(logXscroll)
tkgrid(logFrame, sticky="news", padx=10, pady=0, columnspan=2)
tkgrid(.output, outputYscroll, sticky="news", columnspan=2)
tkgrid(outputXscroll, columnspan=1 + (.log.commands &&
!.console.output))
tkgrid(outputFrame, sticky="news", padx=10, pady=0, columnspan=2)
tkgrid(.messages, messagesY...
2008 Dec 22
1
newbie question on tcltk
...e "1" and "2" buttons, i want it somehow separated from these two buttons, but i don't know how. I searched the web for some examples but my results were unsatisfactory.
Thank you and have a great day ahead.
#my code
library(tcltk)
rm(list=ls())
top <- tktoplevel(padx=70, pady=70)
frameOverall <- tkframe(top)
frameUpper <- tkframe(frameOverall,relief="groove",borderwidth=2)
back_but <- tkbutton (frameUpper, text = "BACK", width=20, height=1, default="active", overrelief="flat",anchor="w", borderwidt...
2012 Aug 07
0
Trying to build up a user interface with the R tcltk package
...3 3 12 12"
ttk::frame .c.f -borderwidth 5 -relief sunken -width 200 -height 100
ttk::label .c.namelbl -text Name
grid .c -column 0 -row 0 -sticky nsew
grid .c.f -column 0 -row 0 -columnspan 3 -rowspan 2 -sticky nsew
grid .c.namelbl -column 3 -row 0 -columnspan 2 -sticky nw -padx 5
Do you have any comments on this?
Thanks,
--Sergio.
--
View this message in context: http://r.789695.n4.nabble.com/Trying-to-build-up-a-user-interface-with-the-R-tcltk-package-tp4639426.html
Sent from the R help mailing list archive at Nabble.com.
2023 Mar 13
1
tcl tk: set the position button
Dear Rodrigo,
Try tkwm.geometry(win1, "-0+0"), which should position win1 at the top
right.
I hope this helps,
John
--
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
web: https://socialsciences.mcmaster.ca/jfox/
On 2023-03-12 8:41 p.m., Rodrigo Badilla wrote:
> Hi all,
> I am using tcltk2 library to show buttons and messages. Everything
> work
2007 Sep 27
10
Adding more sugar to wxSugar
Hi all,
New wxRuby event handling offers the choice between using blocks or
methods seamlessly and easily. This is great respectively for simple
app and more complex app.
Nevertheless, currently the creation of an application, a frame, or a
dialog is very tedious for simple app :
- you need to create a subclass of Wx::App, Wx::Frame ...
- you need to put the initialization code in the initialize
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...h the "1" and "2" buttons, i want it
somehow separated from these two buttons, but i don't know how. I searched
the web for some examples but my results were unsatisfactory.
Thank you and have a great day ahead.
#my code
library(tcltk)
rm(list=ls())
top <- tktoplevel(padx=70, pady=70)
frameOverall <- tkframe(top)
frameUpper <- tkframe(frameOverall,relief="groove",borderwidth=2)
back_but <- tkbutton (frameUpper, text = "BACK", width=20, height=1,
default="active", overrelief="flat",anchor="w", borderwidth=...