~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/widgets/sp-attribute-widget.h

  • Committer: Alex Valavanis
  • Date: 2016-08-04 11:26:03 UTC
  • mfrom: (15023.2.9 fix-1606558)
  • Revision ID: valavanisalex@gmail.com-20160804112603-1w6t8uorvn3d8r9s
End GTK+ 2 support and remove GDL fork

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
namespace Gtk {
27
27
class Entry;
28
 
 
29
 
#if WITH_GTKMM_3_0
30
28
class Grid;
31
 
#else
32
 
class Table;
33
 
#endif
34
29
}
35
30
 
36
31
namespace Inkscape {
138
133
    /**
139
134
     * Container widget for the dynamically created child widgets (labels and entry boxes).
140
135
     */
141
 
#if WITH_GTKMM_3_0
142
136
    Gtk::Grid  *table;
143
 
#else
144
 
    Gtk::Table *table;
145
 
#endif
146
137
    
147
138
    /**
148
139
     * List of attributes.