GTK

From Gui

(Difference between revisions)
(Classified checkboxes)
(Listbox classification)
Line 28: Line 28:
** GtkSpinButton
** GtkSpinButton
** GtkTextView [[Widget/Label]]
** GtkTextView [[Widget/Label]]
-
** GtkTreeView
+
** GtkTreeView (has some features like [[Widget/Listbox]], but many more)
** GtkCellView
** GtkCellView
** GtkIconView
** GtkIconView
-
** GtkComboBox
+
** GtkComboBox [[Widget/Listbox]]
** GtkMenu
** GtkMenu
** GtkMenuBar
** GtkMenuBar

Revision as of 02:17, 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