public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* Setting GtkAdjustment
@ 1999-12-10 14:48 Alex Stark
  0 siblings, 0 replies; only message in thread
From: Alex Stark @ 1999-12-10 14:48 UTC (permalink / raw)
  To: guile-gtk

Hello,

I don't think this warrants a reply, since I am really venting my
frustration.

Once again I have hit the wall of incompleteness.  This is a question of
setting fields in GtkAdjustment.  I assume that there is no chance of
fixing this without getting into the internals of guile-gtk, or
otherwise wait for future enhancements.



void cb_page_size( GtkAdjustment *get,
                   GtkAdjustment *set )
{
    /* Set the page size and page increment size of the sample
     * adjustment to the value specified by the "Page Size" scale */
    set->page_size = get->value;
    set->page_increment = get->value;


(???? (gtk-adjustment-page-size get))
(???? (gtk-adjustment-page-increment get))




Various frustrating attempts to obtain information.  I'm sure that there
is a logical explanation,...


gtk> (gtk-type-from-name "GtkAdjustment")
#<GtkType GtkAdjustment>
gtk> (gtk-object-query-args 'GtkAdjustment)
#f
gtk> (gtk-object-query-args 'GtkButton)
(("GtkButton::label" #:type #<GtkType GtkString> #:flags (readwrite))
("GtkButton::relief" #:type #<GtkType GtkReliefStyle> #:flags
(readwrite)))


/Alex.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-10 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-10 14:48 Setting GtkAdjustment Alex Stark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).