GTK

From Gui

(Difference between revisions)
(Listbox classification)
(Frames are containers too)
Line 8: Line 8:
* GtkScrolledWindow [[Widget/Container]]
* GtkScrolledWindow [[Widget/Container]]
* GtkWindow [[Widget/Container]]
* GtkWindow [[Widget/Container]]
-
** GtkFrame <!-- like fieldset -->
+
** GtkFrame [[Widget/Container]]
** GtkLabel [[Widget/Label]]
** GtkLabel [[Widget/Label]]
** GtkAccelLabel [[Widget/Label]]
** GtkAccelLabel [[Widget/Label]]

Revision as of 02:37, 13 June 2009

http://library.gnome.org/devel/gtk/stable/

Contents

Widgets

Properties

GtkLabel / GtkAccelLabel

  • label
  • selectable
  • wrap
  • wrap-mode
  • width-chars
  • max-width-chars
  • single-line-mode
  • ellipsize
  • justify
  • use-markup
  • use-underline
    • pattern
  • mnemonic-keyval
  • mnemonic-widget
    • (also, accel-widget for GtkAccelLabel)

GtkImage

  • storage-type

One of

  • file
  • gicon
  • icon-set
  • image
  • pixbuf
  • stock

Events

Personal tools